Rumor Spread In Social Network
   HOME

TheInfoList



OR:

The spread of
rumors A rumor (American English), or rumour (British English; American and British English spelling differences#-our, -or, see spelling differences; derived from Latin 'noise'), is an unverified piece of information circulating among people, especial ...
is an important form of
communication Communication is commonly defined as the transmission of information. Its precise definition is disputed and there are disagreements about whether Intention, unintentional or failed transmissions are included and whether communication not onl ...
in society. There are two approaches to investigating the rumor spreading process: microscopic models and the macroscopic models. The macroscopic models propose a macro view about this process and are mainly based on the widely-used Daley-Kendall and Maki-Thompson models. Particularly, rumor spread can be viewed as a
stochastic process In probability theory and related fields, a stochastic () or random process is a mathematical object usually defined as a family of random variables in a probability space, where the index of the family often has the interpretation of time. Sto ...
in social networks. By contrast, the microscopic models are more interested on micro-level interactions between individuals.


Rumor propagation models

In the last few years, there has been a growing interest in rumor propagation in online social networks problems where different approaches have been proposed.


Macroscopic models

The first category is mainly based on the epidemic models. Pioneering research on rumor propagation using these models started during the 1960s.Daley, D.J., and Kendal, D.G. 1965 Stochastic rumors, J. Inst. Maths Applics 1, p. 42.


Epidemic models

A
standard model The Standard Model of particle physics is the Scientific theory, theory describing three of the four known fundamental forces (electromagnetism, electromagnetic, weak interaction, weak and strong interactions – excluding gravity) in the unive ...
of rumor spreading was introduced by Daley and Kendall. Assume there are N people in total and those people in the network are categorized into three groups: ignorants, spreaders and stiflers, which are denoted as S, I, and R respectively hereinafter (in correspondance with the SIR model): *S: people who are ignorant of the rumor (susceptible); *I: people who actively spread the rumor (infected); *R: people who have heard the rumor, but no longer are interested in spreading it (recovered). The rumor is propagated through the population by pair-wise contacts between spreaders and others in the population. Any spreader involved in a pair-wise meeting attempts to “infect” the other individual with the rumor. In the case this other individual is an ignorant, he or she becomes a spreader. In the other two cases, either one or both of those involved in the meeting learn that the rumor is known and decided not to tell the rumor anymore, thereby turning into stiflers. One variant is the Maki-Thompson model. In this model, rumor is spread by directed contacts of the spreaders with others in the population. Furthermore, when a spreader contacts another spreader only the initiating spreader becomes a stifler. Therefore, three types of interactions can happen with certain rates. ::which says when a spreader meet an ignorant, the ignorant will become a spreader. ::which says when two spreaders meet with each other, one of them will become a stifler. ::which says when a spreader meet a stifler, the spreader will lose the interest in spreading the rumor, so become a stifler. Of course we always have conservation of individuals:
: N=I+S+R The change in each class in a small time interval is:
: \Delta S \approx \Delta t - - /math> : \Delta I \approx - \Delta t \alpha IS/N : \Delta R \approx \Delta t Since we know S, I and R sum up to N, we can reduce one equation from the above, which leads to a set of differential equations using relative variable x=I/N and y=S/N as follows
: = x \alpha y - \beta x^2 - \beta x(1-x-y) : = - \alpha xy which we can write : = (\alpha + \beta)xy - \beta x : = - \alpha xy Compared with the ordinary SIR model, we see that the only difference to the ordinary SIR model is that we have a factor \alpha + \beta in the first equation instead of just \alpha. We immediately see that the ignorants can only decrease since x,y\ge 0 and \le 0. Also, if
:R_0= >1 which means
:>0 the rumor model exhibits an “epidemic” even for arbitrarily small rate parameters.


Epidemic models in social networks

We model the process introduced above on a network in discrete time, that is, we can model it as a DTMC. Say we have a network with N nodes, then we can define X_i(t) to be the state of node i at time t. Then X(t) is a stochastic process on S=\^N. At a single moment, some node i and node j interact with each other, and then one of them will change its state. Thus we define the function f so that for x in S,f(x,i,j) is when the state of network is x, node i and node j interact with each other, and one of them will change its state. The transition matrix depends on the number of ties of node i and node j, as well as the state of node i and node j. For any y=f(x,i,j), we try to find P(x,y). If node i is in state I and node j is in state S, then P(x,y)=\alpha A_/k_i; if node i is in state I and node j is in state I, then P(x,y)=\beta A_/k_i; if node i is in state I and node j is in state R, then P(x,y)=\beta A_/k_i. For all other y, P(x,y)=0. The procedure on a network is as follows: We would expect that this process spreads the rumor throughout a considerable fraction of the network. Note however that if we have a strong local clustering around a node, what can happen is that many nodes become spreaders and have neighbors who are spreaders. Then, every time we pick one of those, they will recover and can extinguish the rumor spread. On the other hand, if we have a network that is small world, that is, a network in which the shortest path between two randomly chosen nodes is much smaller than that one would expect, we can expect the rumor spread far away. Also we can compute the final number of people who once spread the news, this is given by
r_\infty=1-e^
In networks the process that does not have a threshold in a well mixed population, exhibits a clear cut phase-transition in small worlds. The following graph illustrates the asymptotic value of r_\infty as a function of the rewiring probability p.


Microscopic models

The microscopic approaches are more focused on interactions between individuals: "who influenced whom." Models include the independent cascade model, linear threshold model, energy model, HISBmodel, and Galam's Model.


Independent cascades models


Independent Cascade (IC) Model

The Independent Cascade (IC) model is a probabilistic framework for modeling the spread of influence through a social network. In this model, the diffusion process unfolds in discrete time steps. When a node becomes active (i.e., influenced), it has a single chance to activate each of its inactive neighbors. The activation attempt succeeds with a certain probability, specific to the edge connecting the nodes. If the attempt fails, the neighbor cannot be activated by that node in future steps. This process continues until no more activations are possible. Mathematically, the probability that an active node ''u'' activates an inactive neighbor ''v'' is denoted as p_. The activation process can be described as follows: # At time t = 0, a set of seed nodes A_0 are activated. # For each subsequent time step t \geq 1, any node u that became active at time t - 1 has one chance to activate each inactive neighbor v, with probability p_. # If v is activated, it becomes active at time t; otherwise, it remains inactive. # The process continues until no new activations occur. This model captures scenarios where individuals independently decide to adopt a behavior or product after being influenced by their peers. It is particularly useful for modeling viral marketing and information dissemination in networks. Kempe, D., Kleinberg, J., & Tardos, É. (2003). Maximizing the Spread of Influence through a Social Network. In Proceedings of the Ninth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (pp. 137–146). https://doi.org/10.1145/956750.956769


Linear threshold models

The Linear Threshold (LT) model is another approach to modeling influence spread in social networks. In this model, each node is assigned a threshold value, representing the fraction of its neighbors that need to be active before it becomes active itself. Each edge from a neighbor to a node has an associated weight, indicating the strength of influence. The sum of incoming edge weights to a node is typically constrained to be at most 1. Mathematically, for a node v, let N(v) be the set of its neighbors, and w_ be the weight of the edge from neighbor u to v, such that \sum_ w_ \leq 1. Each node v is assigned a threshold \theta_v, drawn uniformly at random from the interval ,1 The activation process proceeds as follows: # At time t = 0, a set of seed nodes A_0 are activated. # For each subsequent time step t \geq 1, any inactive node v becomes active if the total weight of its active neighbors meets or exceeds its threshold: \sum_ w_ \geq \theta_v # The process continues until no new activations occur. The LT model reflects situations where individuals adopt behaviors based on the collective influence of their peers, such as adopting a new technology or participating in social movements.


Energy model


HISB Model

In recent years, the rampant spread of misinformation and rumors on online social networks (OSNs) has raised significant concerns within the scientific and technological communities. OSNs are powerful tools for disseminating information, but they can also accelerate the propagation of false or misleading content, which may have serious societal consequences. Consequently, the study of rumor dynamics and the development of effective mitigation strategies have become crucial areas of research. Several models have been proposed to analyze and control rumor spread in OSNs. Among them, the HISB model (Human Individual and Social Behavior model) stands out as a comprehensive approach that incorporates both individual cognitive factors and social influence mechanisms. This model was first introduced in, where the authors proposed a rumor diffusion framework based on human behaviors in online social environments. It was later refined and applied in a more practical context for rumor mitigation in. Subsequent enhancements were made in, where the model was adapted for breaking news scenarios, addressing the challenges of real-time rumor control. Most recently, a hybrid approach incorporating the HISB model was proposed by.Hosni, A.I.E., Baira, I., Merini, H. et al. Efficient hybrid rumor mitigation in dynamic and multilayer online social networks. Soc. Netw. Anal. Min. 14, 224 (2024). https://doi.org/10.1007/s13278-024-01381-z These successive contributions illustrate the robustness and adaptability of the HISB framework in tackling the evolving nature of misinformation in OSNs. This article provides a comprehensive overview of rumor propagation models, with a focus on those incorporating behavioral dynamics, and discusses state-of-the-art strategies for minimizing rumor influence. This article adopts the HISBmodel for simulating rumor diffusion. Below, we provide an overview of its key components.


Individual Behaviors Toward Rumors

The HISBmodel represents the behavior of individuals facing a rumor through three main factors: # Background Knowledge (\$\beta\$): Reflects an individual's knowledge of the rumor's topic, influencing their judgment of its
credibility Credibility comprises the objective and subjective components of the believability of a source or message. Credibility is deemed essential in many fields to establish expertise. It plays a crucial role in journalism, teaching, science, medicin ...
. # Hesitation Mechanism (\$\delta\$): Represents the delay before spreading a rumor, modeling skepticism or doubt. # Forgetting-Remembering Factor (\$\omega\$): Linked to the user's engagement with the OSN platform and their likelihood of recalling the rumor. An individual's attraction to a rumor over time is modeled after damped harmonic motion: :A\_u(t) = A\_^u e^ \left, \sin(\omega\_u t + \delta\_u) \ where A\_u(t) is the attraction of user u to the rumor at time t, and A\_^u is the initial attraction.


Propagation Process in Multilayer Networks

The model operates on a dynamic multilayer graph \_t, \ldots, \_t, where each layer represents a different OSN or mode of interaction over time t \in . Each user can be in one of three states: * Ignorant: Not yet exposed to the rumor * Spreader: Currently spreading the rumor * Stifler: No longer spreading the rumor At each time step t-1, spreaders may transmit the rumor according to one of two models: # One2One Model (\sigma'): A spreader chooses one random neighbor to contact. # One2Many Model (\sigma): A spreader contacts a subset of its neighbors. The probability of rumor transmission from node u to v on layer i at time t is given by: :p\_(t) = p\_u^(t) \cdot (p\_u)*i \cdot (p*^)\_i With the components defined as: :p\_u^(t) = e^ , \sin(\omega\_u t + \delta\_u), :(p\_u)*i = \frac :(p*^)*i = \frac \cdot P where P is a tunable propagation probability and (d\_)\_i(u) is the in-degree of u in layer i. The global popularity of the rumor is measured as: :R(t) = \sum\_^n R\_i(t), \quad \text \quad R\_i(t) = \sum\_ A\_v(t) \cdot (d\_)\_i(v) The rumor ceases to propagate when R(t) \approx 0.


Individual Opinion Dynamics

Individuals' opinions evolve using a discrete-time
Markov chain In probability theory and statistics, a Markov chain or Markov process is a stochastic process describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. Informally ...
with states: * Supporting (S) * Questioning (Q) * Neutral (N) * Denying (D) Each node v has a transition matrix: P_v = \begin 1 - \rho & \frac & \frac & 0 \\ \frac & \frac & \frac & \rho \\ \frac & \frac & \frac & \rho \\ 0 & \frac & \frac & \rho \\ \end The decision factor \rho is given by: :\rho = \frac \cdot J\_v where n\_v^-, n\_v are the numbers of negative and total received rumors, and J\_v reflects personal judgment. The
steady-state In systems theory, a system or a process is in a steady state if the variables (called state variables) which define the behavior of the system or the process are unchanging in time. In continuous time, this means that for those properties ''p'' ...
probability of denying a rumor is: :\pi\_D(\rho) = \frac{\rho^2 + \rho + 1} Denoting \pi\_v^- = \pi\_D(\rho\_v) and \pi\_v^+ = 1 - \pi\_v^-, the model can predict long-term belief adoption. This enhanced HISBmodel framework thus enables nuanced, multilayer-aware modeling of how rumors spread and opinions evolve across interconnected OSNs.


References

Social networks