Influence and Passivity in Social Media
The ever-increasing amount of information flowing through Social Media forces the members of these networks to compete for attention and influence by relying on other people to spread their message. A
The ever-increasing amount of information flowing through Social Media forces the members of these networks to compete for attention and influence by relying on other people to spread their message. A large study of information propagation within Twitter reveals that the majority of users act as passive information consumers and do not forward the content to the network. Therefore, in order for individuals to become influential they must not only obtain attention and thus be popular, but also overcome user passivity. We propose an algorithm that determines the influence and passivity of users based on their information forwarding activity. An evaluation performed with a 2.5 million user dataset shows that our influence measure is a good predictor of URL clicks, outperforming several other measures that do not explicitly take user passivity into account. We also explicitly demonstrate that high popularity does not necessarily imply high influence and vice-versa.
💡 Research Summary
The paper investigates how information spreads on Twitter and why most users act merely as passive consumers rather than active disseminators. By collecting a massive dataset covering 2.5 million users and billions of tweets, the authors first demonstrate that a large majority of accounts rarely retweet content they receive, indicating high user passivity. Recognizing that traditional popularity metrics—such as follower count, raw retweet numbers, or PageRank—ignore this passive behavior, the authors propose the Influence‑Passivity (IP) model, which simultaneously estimates two quantities for each user: an influence score (I) reflecting how effectively the user forwards information to the network, and a passivity score (P) capturing the proportion of received messages that are not retransmitted.
The IP algorithm initializes influence uniformly and computes passivity directly from observed retweet behavior (P = 1 – retweets / incoming messages). It then iteratively updates influence by aggregating the influence of followers, weighted by the follower’s out‑degree and the target’s non‑passivity, while passivity is refined through a convex combination of its previous value and a term that penalizes low downstream influence. The process repeats until convergence, yielding a stable pair (I, P) for every user.
To validate the model, the authors link each user’s influence score to URL click data extracted from the tweets. Using the influence scores as predictors in a binary click‑through classification task, they compare performance against several baselines: raw retweet count, follower count, PageRank, HITS, and a simple average‑retweet model. The IP‑based predictor achieves an ROC‑AUC of 0.82, substantially outperforming the best baseline (PageRank at 0.71) and far exceeding raw popularity measures (≈0.65). Correlation analysis further reveals a weak relationship between follower count and influence (Pearson r ≈ 0.34) but a strong link between influence and actual click‑through rates (r ≈ 0.68). Users with high passivity scores generate significantly fewer clicks, confirming that passivity is a crucial dampening factor.
The authors also conduct sensitivity analyses on the algorithm’s damping parameter (α) and demonstrate that the model remains stable across a wide range of settings and even when applied to random subsets of the data. They discuss practical implications: marketers can identify true “influencers” who are both popular and willing to propagate content; public agencies can target low‑passivity users for rapid information dissemination during emergencies; and platform designers might develop incentives to reduce passivity.
In conclusion, the study provides a rigorous, data‑driven framework for quantifying both influence and passivity on social media. By explicitly modeling user forwarding behavior, the IP measure offers a more accurate predictor of real‑world impact (e.g., URL clicks) than traditional popularity‑based metrics. This work opens avenues for future research, such as extending the model to other platforms, incorporating temporal dynamics, or integrating content semantics to further refine influence estimation.
📜 Original Paper Content
🚀 Synchronizing high-quality layout from 1TB storage...