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?
- knn = 2.25; r = +0.56; the network is assortative and promotes equality.
- knn = 2.25; r = -0.46; the network is disassortative, showing unequal visibility.
- knn = 3.25; r = -0.56; the network is disassortative but neutral in visibility.
- knn = 3.25; r = +0.46; the network is assortative, showing unequal visibility.
- None of the above
Original idea by: Aline Azevedo

Questão boa, mas achei muito difícil, muita conta.
ReplyDelete