Degree Correlations

In a digital activism campaign, hashtags often appear together in posts about different causes. Each hashtag is a node, and an edge between two hashtags means they frequently co-occur. Some hashtags become hubs of influence, connecting many others and shaping which causes gain more visibility. Even algorithms designed to be neutral may reinforce certain hierarchies — after all, Politics is Never Neutral.

Consider the imagem below and the following hashtag co-occurrence network:

  • #InnovationForGood (Node 1): k = 4
  • #SocialJustice (Node 2): k = 3
  • #ClimateAction (Node 3): k = 3
  • #HealthForAll (Node 4): k = 2
  • #EducationMatters (Node 5): k = 1
  • #GenderRights (Node 6): k = 1
  • Compute the average nearest neighbor degree knn for #InnovationForGood (Node 1).
  • Compute the degree assortativity coefficient for the entire network (using the Pearson correlation of degrees).
  • Interpret whether this network shows assortative or disassortative mixing, and the impact.

Which of the following statements is correct?

  1. knn = 2.25; r = +0.56; the network is assortative and promotes equality.
  2. knn = 2.25; r = -0.46; the network is disassortative, showing unequal visibility.
  3. knn = 3.25; r = -0.56; the network is disassortative but neutral in visibility.
  4. knn = 3.25; r = +0.46; the network is assortative, showing unequal visibility.
  5. None of the above

Original idea by: Aline Azevedo

Comments

Post a Comment

Popular posts from this blog

Dogs, Friends, and Paths at Praça da Paz

Barabási–Albert Model

Random Graph - Erdős-Rényi