Beyond Socialites: Quantifying the "Socialness" of Items and Communities

Modeling Socialness in Dynamic Social Networks

2011-07-01
Tuan-Anh Hoang, Ee-Peng Lim, Palakorn Achananuparp, Jing Jiang, Loo-Nin Teow
Summary
Problem
Method
Results
Takeaways
Abstract

The paper introduces a quantitative framework to measure "socialness" as a property of items (e.g., mobile apps) and communities, rather than just individuals. It proposes the Basic and Mutual Dependency models to compute socialness scores, demonstrating that highly social items significantly drive friendship formation and social influence.

TL;DR

Is a multi-player game "more social" than a calculator? While intuition says yes, this paper provides the mathematical proof. By moving beyond human "socialites" to "social items," the authors develop a Mutual Dependency Model that quantifies an entity's ability to foster human connection. Using data from a mobile social network, they prove that high-socialness items are the primary engines behind new friendship formation and rapid adoption.

Problem & Motivation: The Missing Link in Diffusion

Most research on social networks treats items (apps, news, products) as passive objects being "diffused" across a static or dynamic graph. However, the authors argue that not all items are created equal. Some items act as "social glues"—they naturally encourage users to interact, chat, and form new links (think of a "Love Calculator" vs. a "Text Translator").

The challenge lies in quantifying this:

  1. Implicit Communities: Social groups aren't always labeled; they must be detected from interaction patterns.
  2. Feedback Loops: A social item is popular in social communities, but those communities are social because they adopt such items. This creates a "chicken-and-egg" problem.

Methodology: The Mutual Dependency Model

The core innovation is the Mutual Dependency (MD) Model. Instead of a simple count of users, it uses a recursive logic similar to Google’s PageRank or Kleinberg’s HITS algorithm:

  • Principle 1: Social items are those adopted by highly social communities.
  • Principle 2: Social communities are those that adopt highly social items.

The Modeling Framework

The authors first use modularity-based clustering to define communities. They then represent the relationship between items () and communities () as a set of matrices ( and ), solving for the principal eigenvector to find the steady-state socialness scores.

Modeling Framework

Unlike the "Basic Model"—which treats every community as equal—the MD model realizes that an item adopted by a "party-going" community is more socially significant than one adopted by a "work-study" group, even if the adoption counts are identical.

Experiments: Proving Socialness Matters

The team tested their models on a 100-week dataset from myGamma, a mobile social network. They identified 74 applications (items) and 134 communities.

Key Findings:

  1. Homophily and Friendship: There is a staggering 0.852 correlation between an item's socialness score and the number of new friendship links created between its adopters. Social items literally build the network.
  2. Speed of Diffusion: Items with high socialness scores reached the "1000 new adopters" milestone much faster than others.
  3. Basic vs. MD Model: While both models perform well, the MD model is superior at identifying "sleeper" social items—those adopted by small but highly active social clusters.

Top Items by Social Score

As seen in the table above, items like "Gifts" and "Hug Me" rank at the top, confirming the model’s alignment with human social intuition.

Critical Analysis & Conclusion

Takeaway

The study successfully shifts the focus from who is social to what and where is social. For platform designers, this means it is possible to predict which features will drive organic growth by calculating their "socialness" score during early-stage deployment.

Limitations & Future Work

The current model assumes community membership is static, which isn't true in the long run. Users drift between social circles. The next frontier for this research involves a Tri-Dependency Model—calculating the socialness of items, communities, and users simultaneously in a dynamic, evolving environment.

By understanding the "DNA" of social items, we can move from merely observing social networks to actively engineering more cohesive and interactive digital societies.

Find Similar Papers

Try Our Examples

  • Search for recent studies that extend the concept of item socialness to e-commerce product recommendations or viral marketing strategies.
  • Which paper first applied the HITS algorithm logic (Mutual Dependency) to bipartite social graphs, and how does this paper modify those weights for community-level analysis?
  • Explore longitudinal studies that analyze how the "socialness" of a software feature changes over its lifecycle relative to network density.
Contents
Beyond Socialites: Quantifying the "Socialness" of Items and Communities
1. TL;DR
2. Problem & Motivation: The Missing Link in Diffusion
3. Methodology: The Mutual Dependency Model
3.1. The Modeling Framework
4. Experiments: Proving Socialness Matters
4.1. Key Findings:
5. Critical Analysis & Conclusion
5.1. Takeaway
5.2. Limitations & Future Work