[Springer 2020] Decoding Social Spread: How Node Attitudes and Evolutionary Games Shape Information Flow

Node Attitude Aware Information Dissemination Model Based on Evolutionary Game in Social Networks

2020-11-25
Hongcheng Huang, Tingting Wang, Min Hu, Mengyuan Dong, Licheng Lai
Summary
Problem
Method
Results
Takeaways
Abstract

The paper proposes a Node Attitude Aware Information Dissemination model based on evolutionary game theory and non-Bayesian social learning. By integrating node attitudes into an improved SIS (Susceptible-Infected-Susceptible) infectious disease model, the authors simulate how individual opinions evolve through interactions to influence the global spread of information in online social networks.

TL;DR

Information dissemination is not just a biological contagion; it is a strategic game. This paper introduces a model that treats social network users as boundedly rational players whose attitudes (positive or negative) fluctuate via non-Bayesian social learning. By coupling these attitude dynamics with an Evolutionary Game Theory (EGT) framework and an SIS epidemic model, the researchers demonstrate how the "will to spread" evolves and ultimately dictates the reach of a message.

The Motivation: Moving Beyond "Static" Contagion

Most classical models (SIRS, Independent Cascade) assume that if you are exposed to information, you have a fixed probability of "infection." However, human behavior is far more complex.

  • Prior Work Limitation: Existing models treat tipping points as structural (network topology) rather than psychological (individual attitude).
  • The Insight: The authors argue that users adjust their attitudes after interacting with neighbors. A positive user might "convert" a negative one, or a "wavering" user might dampen the spread. This interaction is a game of strategies and payoffs.

Methodology: The Interaction Alchemy

The core of the paper lies in a two-stage mechanism for attitude evolution.

1. Non-Bayesian Social Learning

Instead of complex Bayesian probability updates, nodes follow a local imitation rule: Here, is a convergence parameter. It captures the "stubbornness" or "openness" of a user to change their mind when confronted with a neighbor's opinion.

2. The Evolutionary Game Matrix

The interactions are modeled as a game between Positive (Active) and Negative (Inhibitory) nodes.

  • Positive Nodes: Seek to spread (Strategy: Dissemination).
  • Negative Nodes: Seek to suppress (Strategy: Non-dissemination).
  • Payoffs: Changing a neighbor's mind yields a reward ( or ). "Wavering" nodes introduce a variance () in these rewards.

Model Architecture - Payoff Matrix

3. Dynamic Coupling with SIS

The game dictates the values of (probability of positive nodes spreading) and (probability of negative nodes refusing to spread). These are then fed into a modified SIS transition equation: Where —the spreading rate—is no longer a constant, but a derivative of the current game-theoretic equilibrium.

Experiments & SOTA Results

The authors tested the model against the Sinablog dataset involving over 300,000 nodes participating in the "Double 11" shopping festival discussions.

Key Finding: The Dominance of Positivity

Numerical analysis of different scenarios (based on the relative values of ) showed that under most conditions, the system tends toward a Stable Equilibrium at (1,0). This implies that if the information has intrinsic value or strong positive backing, negative nodes will eventually be converted, and dissemination will persist.

Convergence of λ and γ

Performance against SIRS

When compared to the standard SIRS model, the Node Attitude Aware model showed a much tighter fit to real-world data during "burst" phases (sudden spikes in activity). The standard SIRS model lacked the flexibility to account for the rapid "state-switching" that occurs when a population's collective attitude shifts.

Actual Data vs Model Comparison

Critical Insights & Takeaways

  • Positive Nodes are Catalysts: They have the highest influence on final dissemination reach.
  • Wavering Nodes are Buffers: Users with unstable attitudes act as "friction" in the network. For those attempting information control (e.g., stopping a rumor), targeting these wavering nodes is more effective than confronting hardline negative nodes.
  • The Power of : The convergence speed of a network's opinion is highly sensitive to the "openness" of the users. High convergence parameters lead to explosive, short-lived peaks, while low parameters lead to long-tailed, persistent discussions.

Conclusion: By merging the psychology of attitude with the mathematics of game theory, this work provides a more granular lens through which to view social media dynamics, offering valuable tools for both marketers and information safety researchers.

Find Similar Papers

Try Our Examples

  • Find recent papers that integrate evolutionary game theory with the Bass Diffusion Model or SIR models for social media rumor control.
  • Which original research first applied non-Bayesian social learning to opinion dynamics, and how does this paper's convergence parameter $\zeta$ differ from that origin?
  • Explore studies that apply node attitude awareness or sentiment-driven evolutionary games to multimodal information (video/image) dissemination in D2D networks.
Contents
[Springer 2020] Decoding Social Spread: How Node Attitudes and Evolutionary Games Shape Information Flow
1. TL;DR
2. The Motivation: Moving Beyond "Static" Contagion
3. Methodology: The Interaction Alchemy
3.1. 1. Non-Bayesian Social Learning
3.2. 2. The Evolutionary Game Matrix
3.3. 3. Dynamic Coupling with SIS
4. Experiments & SOTA Results
4.1. Key Finding: The Dominance of Positivity
4.2. Performance against SIRS
5. Critical Insights & Takeaways