REVIEW 4 major objections 5 minor 79 references
Dynamics of temporal influence in polarised networks
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper claims that temporal degree centrality and a modified temporal independent cascade model can reliably assign users to influence bands in polarised temporal networks, while eigenvector and closeness centralities cannot.
desk verdict A useful empirical comparison of temporal centralities in polarized networks, but the headline conclusion is not independently tested because both synthetic and real-world ground truths are defined by degree or T-ICM. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The argument is carried by three constructions. First, a layered temporal unfolding of the network — each node at time $t$ linked to itself and to neighbours at time $t+1$ — supplies temporal degree and closeness centrality, while a supra-centrality matrix with identity inter-layer links supplies eigenvector, PageRank, and Katz scores. Second, the benchmark is a modified temporal independent cascade model encoded as an infection-probability matrix $W(\rho)$ whose diagonal blocks add the identity, so an infected node remains able to spread in later time-slices instead of returning to the susceptible state. Third, influence bands are produced by hierarchical clustering with complete linkage on the centrality scores, with the number of clusters chosen by the elbow method. Performance is measured by balanced accuracy against known bands on synthetic networks and against the cascade-model bands on the real network. The construction of $W(\rho)$ is the key adaptation: it turns cascade spreading into a weighted multilayer matrix while keeping content persistent across time-slices.
What would settle it
Build ground-truth influence from observed diffusion in the RT8 data itself — for example, by measuring how many distinct users eventually mention or retweet content originated by each seed user — and compare the resulting band assignments with those of temporal degree centrality. If degree centrality's balanced accuracy against this empirical ground truth is not in the 0.8–0.9 range, or if using a different infection probability in the cascade model changes which method matches, the claim that degree centrality reliably isolates influence bands in real polarised networks fails.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that in polarised temporal networks, influence ranking should be built on local temporal connectivity rather than global spectral properties. Temporal degree centrality, defined as the normalised number of edges incident to a node over a time interval, and a modified temporal independent cascade model that keeps infected nodes active across time-slices both assign nodes to the correct influence bands with balanced accuracy near 0.9 in the simplest synthetic network and near 0.85 when degrees are Poisson-distributed. Eigenvector centrality consistently over-scores one community because its eigenvectors localise in modular networks, and closeness centrality produces unstable bands. The same pattern appears in the real RT8 Twitter network, where the modified temporal independent cascade model is used as the benchmark: degree, Katz, and closeness agree with it, while PageRank diverges. The paper concludes that the cascade model and degree centrality reliably isolate nodes into influence bands, and that eigenvector and closeness centralities are not appropriate for polarised networks.
Load-bearing premise
The load-bearing premise is that the modified temporal independent cascade model with infection probability $\rho=0.02$ correctly represents influence spread on the RT8 Twitter network, so its band assignments can serve as ground truth; if that model is wrong, the real-world conclusion that degree centrality performs best has no support.
Editorial extensions
If this is right
- On synthetic polarised networks with known ground truth, temporal degree centrality and the modified temporal independent cascade model achieve overall balanced accuracy near 0.9 in the simplest network and near 0.85 when degree distributions overlap.
- Eigenvector centrality systematically attributes the highest scores to a single community in modular networks, and randomising the network to remove modularity makes it behave better, confirming that community structure is the cause of its poor performance.
- Community-level influence can be tracked over time by aggregating marginal node centrality into marginal community centrality, which gives comparable per-community influence scores for the cascade model, degree, and PageRank in balanced synthetic networks.
- In the real RT8 network, all methods place only one or two nodes in the top influence band, and the nodes identified differ across methods: the PageRank hub is a highly active canvasser that no other method places in the top band.
- The decay of joint community-time scores over early time-slices is shared by the cascade model, degree, closeness, and Katz, while eigenvector-based methods favour the central time-slices instead.
Reading between the lines
- Because the temporal independent cascade model is both the benchmark and one of the evaluated methods on the real network, the real-world comparison is only as strong as the assumption that cascade dynamics with $\rho=0.02$ mirror true influence; testing with other infection probabilities or with observed retweet cascades as ground truth would settle whether degree centrality genuinely outperforms
- The synthetic band-swapping dynamics are restricted to moves between neighbouring bands with fixed band sizes; allowing node turnover, more distant band jumps, or time-varying infectivity could reveal which centrality methods generalise to more volatile settings.
- The result suggests a low-cost monitoring tool in practice: streaming temporal degree centrality alone could flag users who cross influence bands in polarised conversations, with expensive cascade simulations reserved for periodic recalibration.
- The band-aggregation view could be extended to forecast influence shifts around external events, since the real-network time-slices are already defined by televised debates and the referendum day, making those natural change points for testing predictive accuracy.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies how to identify influential users in polarised temporal social networks. It compares temporal centrality measures (degree, closeness, eigenvector, PageRank, Katz) and a modified Temporal Independent Cascade Model (T-ICM) on synthetic 'BandNet' networks with known influence bands, on the RT8 Twitter conversation around the 2018 Irish abortion referendum, and on a configuration-model randomisation of RT8. Centrality scores are clustered into three influence bands using hierarchical clustering, and a Marginal Community Centrality (MCC) is introduced to track community-level influence over time. The paper's central claim is that temporal degree centrality and the modified T-ICM 'reliably isolate nodes into their bands', while eigenvector and closeness centrality do not perform well in polarised networks.
Significance. If the validation were sound, the paper would offer a practical framework for tracking influence in polarised temporal networks: the influence-band aggregation is interpretable, the MCC provides a clean community-level summary, and the systematic comparison across synthetic and real networks is well structured. The authors also correctly identify that temporal centrality in modular networks is understudied relative to static community-aware centrality. However, the current evidence does not independently establish the headline claim: the synthetic ground truth is defined by degree classes, and the empirical benchmark is the very T-ICM method under evaluation. The significance is therefore contingent on replacing or supplementing these validation steps with an independent measure of influence.
major comments (4)
- [§2.3.1, Tables 2–4] The synthetic ground truth is defined directly from node degree: band 1 nodes have degree 30 or Poisson(40), band 2 nodes have degree 10 or Poisson(20), and band 3 nodes have degree 2 or Poisson(5), with band swaps implemented as swaps of degree. Degree centrality is monotone in degree, so the high balanced accuracy of degree centrality (and of T-ICM, which is degree-aligned as discussed below) is guaranteed to a large extent by construction. The tables therefore measure whether degree-based clustering recovers degree classes, not whether those classes are influence bands. Moreover, the claim that degree and T-ICM are the best is not uniform in these tables: PageRank scores 0.88 in BandNet3 versus 0.78 for degree and 0.81 for T-ICM, and PageRank ties degree and T-ICM in BandNet1. The conclusion in Section 4 that 'T-ICM and degree centrality perform the best' needs to be reconciled with these numbers or replaced by a more nuanced statement.
- [§2.4, §3.2.1, Fig. 14] The real-world validation is circular. Section 2.4 states that T-ICM is used 'as the true in the empirical networks', and Section 3.2.1 treats T-ICM as the benchmark for the other methods. Yet T-ICM is also one of the methods being evaluated, so the balanced accuracy reported in Fig. 14 is pairwise agreement between candidate methods, not agreement with an independent ground truth. The statement in Section 4 that T-ICM is 'a good benchmark' and that degree centrality 'reliably isolates nodes into their bands' on RT8 is therefore unsupported. The paper should either obtain an independent standard (e.g., observed retweet/cascade data on the same network) or explicitly reframe the empirical contribution as a consistency analysis rather than validation.
- [Eq. (3), §2.2] The modified T-ICM in Eq. (3) inserts the identity matrix I into every temporal block, so an infected node remains infected in all subsequent time-slices and attempts to infect neighbours in each later layer. Under this construction, the expected cascade size is heavily aligned with the summed temporal degree of the seed node: a high-degree node in any time-slice gets many infection attempts, and persistence amplifies this effect. This makes the observed agreement between T-ICM and degree centrality structurally unsurprising rather than an independent confirmation. The authors should test a variant without indefinite persistence (e.g., the original Haldar et al. model without inter-layer self-links) and report whether the ranking and band assignments change.
- [§2.3, §3.1, §3.2, Tables 2–4] The infection probability ρ is hand-set to different values per network (ρ = 0.1 for BandNet1, 0.08 for BandNet2/3, 0.02 for RT8) with no sensitivity analysis, so it is not shown that the conclusions are robust to ρ. In addition, the synthetic networks are generated stochastically (configuration model and random rewiring), yet Tables 2–4 report only point estimates of balanced accuracy with no error bars, confidence intervals, or repeated runs. The differences between methods in BandNet3 (e.g., 0.88 vs 0.81 vs 0.78) may be within the sampling noise of a single realisation. The authors should provide ensemble results over repeated network generations and a sensitivity analysis over ρ.
minor comments (5)
- [§3.2.2, Fig. 16] The caption of Fig. 16 refers to the 'original RT8 network', but the surrounding text and the discussion of the configuration model indicate that the figure reports results for the randomised RT8 network; the caption should be corrected.
- [§3.1.3, near Fig. 10] The text contains the broken phrase 'This is due toThis causes the localization of eigenvector centrality...'; the sentence should be rewritten.
- [§2.2] There is a duplicated word in 'This can can be interpreted as analogous to the matrix M defined in Eq. 1.'
- [Abstract, §1] The phrase 'information becomes soiled within communities' should probably be 'siloed' or 'confined'; as written, 'soiled' is likely a typo.
- [Table 1] The row labels 'RT8: config.' and 'RT8: original' are terse and should be expanded to 'RT8: configuration model' and 'RT8: original network' to avoid ambiguity.
Circularity Check
Central validation is partially circular: synthetic 'true' influence bands are defined by degree, and the real-world benchmark T-ICM is also a candidate method whose construction aligns it with temporal degree.
-
self definitional
[Section 2.3.1 (BandNet construction) and Section 3.1.1 / Tables 2-4]
"Create two networks where a small number of nodes with a high degree (band 1), a moderate amount of nodes with a moderate degree (band 2), and a large amount of nodes with a low degree (band 3). ... Here the true bands are tracked over time from the initial setup in time-slice t1, i.e., nodes that swap bands are tracked over time."
The synthetic 'true' influence bands are, by construction, degree classes: band 1 is high degree, band 2 moderate degree, band 3 low degree. Balanced accuracy in Tables 2-4 then measures how well each centrality clustering recovers degree-defined classes. Temporal degree centrality is monotone in node degree, so its high scores (overall 0.90, 0.85, 0.78) are guaranteed up to clustering noise rather than being evidence that degree identifies influence. Calling these classes 'influence bands' presupposes the relation the paper claims to establish.
-
other
[Section 2.2, Section 2.4, Section 3.2.1, Fig. 14]
"As a benchmark to the centrality methods studied, we use the Temporal Independent Cascade Model ... with T-ICM being used as the true in the empirical networks ... (please note that when we lack ground true we rely on the T-ICM as the benchmark for the other methods)."
T-ICM is declared the benchmark, but it is also one of the methods being evaluated: it appears alongside the centralities in Figs 5, 8, 10, 13 and in the BandNet balanced-accuracy tables. On the real RT8 network there is no external ground truth, so the empirical validation reduces to pairwise agreement among candidate methods, with T-ICM acting as both referee and player. The reported agreement between degree centrality and T-ICM is therefore consistency, not independent confirmation that either method identifies influence.
1 more flagged steps
-
other
[Section 2.2, Eq. (3)]
"Matrix W(ρ) ensures that a node infected in time-slice t will still be infected and will attempt to pass the information forward in the subsequent time-slices. Hence, the identity matrix I added to each weighted block matrix in W(ρ)."
The modified T-ICM inserts I into every temporal block (A(t)ρ + I), so an infected node persists in all later time-slices and attempts to infect neighbours in each time-slice. Expected cascade size is then approximately a temporal sum of the seed node's degrees, making T-ICM's band assignments structurally aligned with temporal degree centrality. Thus the empirical 'agreement' between degree and the T-ICM benchmark is baked into the model construction rather than being an independent validation.
full rationale
The central claim that temporal degree centrality and the modified T-ICM 'reliably isolate nodes into their bands' rests on two contaminated ground truths. In the synthetic BandNets, the true bands are defined as degree classes (Section 2.3.1), so degree centrality's high balanced accuracy is a self-consistency check, not an independent test of influence. In the real RT8 analysis, T-ICM is used as the 'true' benchmark while simultaneously being one of the methods evaluated (Section 2.4 and Section 3.2.1), so the reported accuracies against T-ICM are pairwise agreements among candidates. The construction of W(ρ) with identity blocks in every temporal layer further aligns T-ICM cascade size with temporal degree, explaining why the two agree. The paper contains genuine independent content: the relative comparison among PageRank, Katz, closeness, and eigenvector centrality in synthetic networks, and the randomisation analysis, are not forced. There is no load-bearing self-citation chain: the reuse of the authors' earlier RT8 dataset and community labels is data reuse, not circular argument. However, the headline validation of the two 'best' methods is substantially circular, warranting a score of 6 rather than a higher score.
Assumptions & free parameters
free parameters (5)
- T-ICM infection probability rho =
0.1 (BandNet1), 0.08 (BandNet2/3), 0.02 (RT8)
- Katz attenuation alpha =
1/zeta(A) - 1e-2
- Eigenvector inter-layer coupling epsilon =
1
- Number of influence bands =
3
- Rewiring fraction =
10% per time-slice
assumptions (5)
- domain assumption RT8 community labels from Pena et al. [13] are correct ground truth for polarized yes/no communities.
- domain assumption The modified T-ICM with a single infection probability rho accurately models real information spread on Twitter.
- domain assumption Temporal slicing into four discrete time-slices based on debate and referendum events captures the relevant dynamics.
- ad hoc to paper The BandNet evolution rule that nodes only swap to neighbouring bands is a reasonable model of influence change over time.
- domain assumption A node's influence band can be recovered by hierarchical clustering with complete linkage and the elbow method, merged to 3 bands.
Cite this review
Pith. "Pith review of Dynamics of temporal influence in polarised networks." pith.science (2026). https://pith.science/paper/EHPXWYYA
@misc{pith2026250717177,
author = {Pith},
title = {Pith review of: Dynamics of temporal influence in polarised networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/EHPXWYYA}},
note = {Machine review of arXiv:2507.17177}
}
read the original abstract
In social networks, it is often of interest to identify the most influential users who can successfully spread information to others. This is particularly important for marketing (e.g., targeting influencers for a marketing campaign) and to understand the dynamics of information diffusion (e.g., who is the most central user in the spreading of a certain type of information). However, different opinions often split the audience and make the network polarised. In polarised networks, information becomes soiled within communities in the network, and the most influential user within a network might not be the most influential across all communities. Additionally, influential users and their influence may change over time as users may change their opinion or choose to decrease or halt their engagement on the subject. In this work, we aim to study the temporal dynamics of users' influence in a polarised social network. We compare the stability of influence ranking using temporal centrality measures, while extending them to account for community structure across a number of network evolution behaviours. We show that we can successfully aggregate nodes into influence bands, and how to aggregate centrality scores to analyse the influence of communities over time. A modified version of the temporal independent cascade model and the temporal degree centrality perform the best in this setting, as they are able to reliably isolate nodes into their bands.
Figures
Figures from the paper (13 more)
Reference graph
Works this paper leans on
-
[1]
The role of social media in shaping public opinion and its influence on economic decisions
Abu Muna Almaududi Ausat. The role of social media in shaping public opinion and its influence on economic decisions. Technology and Society Perspectives (TACIT), 1(1):35–44, 2023
work page 2023
-
[2]
The ro le of social media in shaping public opinion: A comparative analysis of traditional vs
Swastiningsih Swastiningsih, Abdul Aziz, and Yuni Dharta. The ro le of social media in shaping public opinion: A comparative analysis of traditional vs. digita l media platforms. The Journal of Academic Science , 1(6):620–626, 2024
work page 2024
-
[3]
The Impact of Social Media on Society
Jacob Amedie. The Impact of Social Media on Society. Pop Culture Intersections , Septem- ber 2015
work page 2015
-
[4]
Social Media and Fake News in the 2016 Election
Hunt Allcott and Matthew Gentzkow. Social Media and Fake News in the 2016 Election. Journal of Economic Perspectives , 31(2):211–236, May 2017
work page 2016
-
[5]
Social media its impact with positive and negative aspects
Shabnoor Siddiqui, Tajinder Singh, et al. Social media its impact with positive and negative aspects. International journal of computer applications technolog y and research, 5(2):71–75, 2016
work page 2016
-
[6]
Shannon E. Clark, Megan C. Bledsoe, and Christopher J. Harriso n. The role of social media in promoting vaccine hesitancy. Current Opinion in Pediatrics , 34(2):156–162, April 2022
work page 2022
-
[7]
Neil F. Johnson, Nicolas Vel´ asquez, Nicholas Johnson Restrepo , Rhys Leahy, Nicholas Gabriel, Sara El Oud, Minzhang Zheng, Pedro Manrique, Stefan Wuc hty, and Yonatan Lupu. The online competition between pro- and anti-vaccination view s. Nature, 582(7811):230–233, June 2020. Number: 7811 Publisher: Nature Publishing Group
work page 2020
-
[8]
McLennan, Guillermo Gardu˜ no-Hern´ andez, Mauricio Barahona, and Stanley J
Mariano Beguerisse-D ´ ıaz, Amy K. McLennan, Guillermo Gardu˜ no-Hern´ andez, Mauricio Barahona, and Stanley J. Ulijaszek. The ‘who’ and ‘what’ of #diabet es on Twitter. DIG- ITAL HEALTH, 3:2055207616688841, January 2017. Publisher: SAGE Publication s Ltd. 36
work page 2017
Show all 79 references
-
[9]
Social Media and Democracy: The State of the Field, Prospects for Reform
Nathaniel Persily and Joshua Aaron Tucker. Social Media and Democracy: The State of the Field, Prospects for Reform . Cambridge University Press, August 2020. ISBN: 9781108890960
2020
-
[10]
Distinguishing influence-based conta- gion from homophily-driven diffusion in dynamic networks
Sinan Aral, Lev Muchnik, and Arun Sundararajan. Distinguishing influence-based conta- gion from homophily-driven diffusion in dynamic networks. Proceedings of the National Academy of Sciences , 106(51):21544–21549, December 2009
2009
-
[11]
The structure and function of complex netwo rks
Mark EJ Newman. The structure and function of complex netwo rks. SIAM review , 45(2):167–256, 2003
2003
-
[12]
Homophily within and across groups
Abbas K Rizi, Riccardo Michielan, Clara Stegehuis, and Mikko Kivel¨ a . Homophily within and across groups. arXiv preprint arXiv:2412.07901 , 2024
2024
-
[13]
Find ing polarized com- munities and tracking information diffusion on twitter: a network ap proach on the irish abortion referendum
Caroline B Pena, P´ adraig MacCarron, and David JP O’Sullivan. Find ing polarized com- munities and tracking information diffusion on twitter: a network ap proach on the irish abortion referendum. Royal Society Open Science , 12(1):240454, 2025
2025
-
[14]
Integrating sentiment and social structure to determine preference align- ments: the Irish Marriage Referendum
David JP O’Sullivan, Guillermo Gardu˜ no-Hern´ andez, James P Glee son, and Mariano Beguerisse-D ´ ıaz. Integrating sentiment and social structure to determine preference align- ments: the Irish Marriage Referendum. Royal Society Open Science , 4(7):170154, 2017
2017
-
[15]
Analyzing change in network polarizatio n
Michael Wayne Kearney. Analyzing change in network polarizatio n. New Media & Society , 21(6):1380–1402, 2019
2019
-
[16]
Polarization of climate politics results from partisan sorting: Evidenc e from finnish twit- tersphere
Ted Hsuan Yun Chen, Ali Salloum, Antti Gronow, Tuomas Yl¨ a-Anttila, and Mikko Kivel¨ a. Polarization of climate politics results from partisan sorting: Evidenc e from finnish twit- tersphere. Global Environmental Change , 71:102348, 2021
2021
-
[17]
Polarization is the psychological foundation of collective engagement
Laura GE Smith, Emma F Thomas, Ana-Maria Bliuc, and Craig McGar ty. Polarization is the psychological foundation of collective engagement. Communications Psychology , 2(1):41, 2024
2024
-
[18]
Political polarization of news media and influencers on Twit ter in the 2016 and 2020 US presidential elections
James Flamino, Alessandro Galeazzi, Stuart Feldman, Michael W M acy, Brendan Cross, Zhenkun Zhou, Matteo Serafino, Alexandre Bovet, Hern´ an A Mak se, and Boleslaw K Szymanski. Political polarization of news media and influencers on Twit ter in the 2016 and 2020 US presidentia...
2016
-
[19]
Quantifying polarization on twitter: the kavan augh nomination
Kareem Darwish. Quantifying polarization on twitter: the kavan augh nomination. In Social Informatics: 11th International Conference, SocIn fo 2019, Doha, Qatar, November 18–21, 2019, Proceedings 11 , pages 188–201. Springer, 2019
2019
-
[20]
Modelling how social network algorithms can influence opinion polarization
Henrique Ferraz de Arruda, Felipe Maciel Cardoso, Guilherme Fe rraz de Arruda, Alexis R Hern´ andez, Luciano da Fontoura Costa, and Yamir Moreno. Modelling how social network algorithms can influence opinion polarization. Information Sciences , 588:265–278, 2022
2022
-
[21]
Influ encers in polarized political networks on twitter
Felipe Bonow Soares, Raquel Recuero, and Gabriela Zago. Influ encers in polarized political networks on twitter. In Proceedings of the 9th international conference on social m edia and society , pages 168–177, 2018
2018
-
[22]
Opinion polarization in social networks
Nadia Loy, Matteo Raviola, and Andrea Tosin. Opinion polarization in social networks. Philosophical Transactions of the Royal Society A , 380(2224):20210158, 2022
2022
-
[23]
Modeling echo chambers and polarization dynamics in social networks
Fabian Baumann, Philipp Lorenz-Spreen, Igor M Sokolov, and Mic hele Starnini. Modeling echo chambers and polarization dynamics in social networks. Physical Review Letters , 124(4):048301, 2020
2020
-
[24]
The echo chamber effect on social med ia
Matteo Cinelli, Gianmarco De Francisci Morales, Alessandro Galea zzi, Walter Quattro- ciocchi, and Michele Starnini. The echo chamber effect on social med ia. Proceedings of the National Academy of Sciences , 118(9):e2023301118, 2021
2021
-
[25]
Social media polarizatio n and echo chambers in the context of covid-19: Case study
Julie Jiang, Xiang Ren, Emilio Ferrara, et al. Social media polarizatio n and echo chambers in the context of covid-19: Case study. JMIRx med , 2(3):e29570, 2021
2021
-
[26]
Networks
Mark Newman. Networks. Oxford university press, 2018
2018
-
[27]
Centrality measures in complex networks: A survey
Akrati Saxena and Sudarshan Iyengar. Centrality measures in complex networks: A survey. arXiv preprint arXiv:2011.07190 , 2020
2011 arXiv
-
[28]
Source detection of rumor in so cial network–a review
Sushila Shelke and Vahida Attar. Source detection of rumor in so cial network–a review. Online Social Networks and Media , 9:30–42, 2019
2019
-
[29]
Toward understanding how users respond to rumours in social media
Anh Dang, Michael Smit, Abidalrahman Moh’d, Rosane Minghim, and Evangelos Mil- ios. Toward understanding how users respond to rumours in social media. In 2016 IEEE/ACM International Conference on Advances in Social Ne tworks Analysis and Min- ing (ASONAM) , pages 777–784. IEEE...
2016
-
[30]
Social media network s, fake news, and polariza- tion
Marina Azzimonti and Marcos Fernandes. Social media network s, fake news, and polariza- tion. European journal of political economy , 76:102256, 2023
2023
-
[31]
A graph theoretic approach to historical geo graphy
Forrest R Pitts. A graph theoretic approach to historical geo graphy. The professional geographer, 17(5):15–20, 1965
1965
-
[32]
Using centrality measures to rank the importance of the components of a complex network inf rastructure
Francesco Cadini, Enrico Zio, and Cristina-Andreea Petrescu. Using centrality measures to rank the importance of the components of a complex network inf rastructure. In Interna- tional Workshop on Critical Information Infrastructures S ecurity, pages 155–167. Springer, 2008
2008
-
[33]
Aggregating centrality rankings: A novel ap proach to detect crit- ical infrastructure vulnerabilities
Gabriele Oliva, Annunziata Esposito Amideo, Stefano Starita, Ro berto Setola, and Maria Paola Scaparra. Aggregating centrality rankings: A novel ap proach to detect crit- ical infrastructure vulnerabilities. In International Conference on Critical Information Infrastructures S...
2019
-
[34]
Analyzing negative ties in soc ial networks: A survey
Mankirat Kaur and Sarbjeet Singh. Analyzing negative ties in soc ial networks: A survey. Egyptian Informatics Journal , 17(1):21–43, 2016
2016
-
[35]
Vulnerability and protection o f infrastructure net- works
Vito Latora and Massimo Marchiori. Vulnerability and protection o f infrastructure net- works. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics, 71(1):015103, 2005
2005
-
[36]
At the origin of network centrality: How to design jobs to make employees central
Lorenzo Bizzi. At the origin of network centrality: How to design jobs to make employees central. Group & Organization Management , 49(1):40–73, 2024
2024
-
[37]
An improved index of centrality
Murray A Beauchamp. An improved index of centrality. Behavioral science, 10(2):161–163, 1965
1965
-
[38]
Influ- ence analysis in social networks: A survey
Sancheng Peng, Yongmei Zhou, Lihong Cao, Shui Yu, Jianwei N iu, and Weijia Jia. Influ- ence analysis in social networks: A survey. Journal of Network and Computer Applications , 106:17–32, 2018
2018
-
[39]
Degree centrality, betweenness ce ntrality, and closeness cen- trality in social network
Junlong Zhang and Yu Luo. Degree centrality, betweenness ce ntrality, and closeness cen- trality in social network. In 2017 2nd international conference on modelling, simulatio n and applied mathematics (MSAM2017) , pages 300–303. Atlantis press, 2017
2017
-
[40]
Community-b ased k-shell decomposi- tion for identifying influential spreaders
Peng Gang Sun, Qiguang Miao, and Steffen Staab. Community-b ased k-shell decomposi- tion for identifying influential spreaders. Pattern Recognition, 120:108130, 2021. 39
2021
-
[41]
A critical review of centrality measures in social networks
Andrea Landherr, Bettina Friedl, and Julia Heidemann. A critical review of centrality measures in social networks. Wirtschaftsinformatik, 52:367–382, 2010
2010
-
[42]
Communication patterns in task-oriented groups
Alex Bavelas. Communication patterns in task-oriented groups . The journal of the acous- tical society of America , 22(6):725–730, 1950
1950
-
[43]
Centrality indices
Dirk Kosch¨ utzki, Katharina Anna Lehmann, Leon Peeters, St efan Richter, Dagmar Tenfelde-Podehl, and Oliver Zlotowski. Centrality indices. Network analysis: method- ological foundations, pages 16–61, 2005
2005
-
[44]
A set of measures of centrality based on bet weenness
Linton C Freeman. A set of measures of centrality based on bet weenness. Sociometry, pages 35–41, 1977
1977
-
[45]
The net of reciprocal influence
John R Seeley. The net of reciprocal influence. a problem in trea ting sociometric data. Canadian Journal of Experimental Psychology , 3:234, 1949
1949
-
[46]
Factoring and weighting approaches to status s cores and clique identifi- cation
Phillip Bonacich. Factoring and weighting approaches to status s cores and clique identifi- cation. Journal of mathematical sociology , 2(1):113–120, 1972
1972
-
[47]
A new status index derived from sociometric analysis
Leo Katz. A new status index derived from sociometric analysis. Psychometrika, 18(1):39– 43, 1953
1953
-
[48]
The anatomy of a large-scale h ypertextual web search engine
Sergey Brin and Lawrence Page. The anatomy of a large-scale h ypertextual web search engine. Computer networks and ISDN systems , 30(1-7):107–117, 1998
1998
-
[49]
Cen- trality in complex networks with overlapping community structure
Zakariya Ghalmane, Chantal Cherifi, Hocine Cherifi, and Mohamm ed El Hassouni. Cen- trality in complex networks with overlapping community structure. Scientific reports , 9(1):10133, 2019
2019
-
[50]
Characterizing the interactions between classical and community-aware centralit y measures in complex networks
Stephany Rajeh, Marinette Savonnet, Eric Leclercq, and Hoc ine Cherifi. Characterizing the interactions between classical and community-aware centralit y measures in complex networks. Scientific reports, 11(1):10088, 2021
2021
-
[51]
Temporal node centrality in complex networks
Hyoungshick Kim and Ross Anderson. Temporal node centrality in complex networks. Physical Review E , 85(2):026107, 2012
2012
-
[52]
Eigenvector-based centrality measures for temporal networks
Dane Taylor, Sean A Myers, Aaron Clauset, Mason A Porter, an d Peter J Mucha. Eigenvector-based centrality measures for temporal networks . Multiscale Modeling & Sim- ulation, 15(1):537–574, 2017. 40
2017
-
[53]
Commu- nicability across evolving networks
Peter Grindrod, Mark C Parsons, Desmond J Higham, and Ernes to Estrada. Commu- nicability across evolving networks. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics , 83(4):046120, 2011
2011
-
[54]
Temporal betweenness centrality in dynamic graphs
Ioanna Tsalouchidou, Ricardo Baeza-Yates, Francesco Bonc hi, Kewen Liao, and Timos Sellis. Temporal betweenness centrality in dynamic graphs. International Journal of Data Science and Analytics , 9:257–272, 2020
2020
-
[55]
Analysing information flows and key mediators through temporal centrality m etrics
John Tang, Mirco Musolesi, Cecilia Mascolo, Vito Latora, and Vince nzo Nicosia. Analysing information flows and key mediators through temporal centrality m etrics. In Proceedings of the 3rd Workshop on Social Network Systems , pages 1–6, 2010
2010
-
[56]
Betweenness in time depen dent networks
Ahmad Alsayed and Desmond J Higham. Betweenness in time depen dent networks. Chaos, Solitons & Fractals , 72:35–48, 2015
2015
-
[57]
Temporal network structures controlling disea se spreading
Petter Holme. Temporal network structures controlling disea se spreading. Physical Review E, 94(2):022305, 2016
2016
-
[58]
The structural virality of online diffusion
Sharad Goel, Ashton Anderson, Jake Hofman, and Duncan J Wa tts. The structural virality of online diffusion. Management science , 62(1):180–196, 2016
2016
-
[59]
Identif ication of skill in an online game: The case of fantasy premier league
Joseph D O’Brien, James P Gleeson, and David JP O’Sullivan. Identif ication of skill in an online game: The case of fantasy premier league. PLoS One , 16(3):e0246698, 2021
2021
-
[60]
Ide ntification of top-k nodes in large networks using katz centrality
Justin Zhan, Sweta Gurung, and Sai Phani Krishna Parsa. Ide ntification of top-k nodes in large networks using katz centrality. Journal of Big Data , 4(1):1–19, 2017
2017
-
[61]
Three basic epidemiological models
Herbert W Hethcote. Three basic epidemiological models. In Applied mathematical ecology, pages 119–144. Springer, 1989
1989
-
[62]
Maximizing the spread of influence through a social network
David Kempe, Jon Kleinberg, and ´Eva Tardos. Maximizing the spread of influence through a social network. In Proceedings of the ninth ACM SIGKDD international conferen ce on Knowledge discovery and data mining , pages 137–146, 2003
2003
-
[63]
Iden- tifying influential nodes in complex networks
Duanbing Chen, Linyuan L¨ u, Ming-Sheng Shang, Yi-Cheng Zhan g, and Tao Zhou. Iden- tifying influential nodes in complex networks. Physica a: Statistical mechanics and its applications, 391(4):1777–1787, 2012. 41
2012
-
[64]
Identifying influ ential spreaders in social networks via normalized local structure attributes
Xiaohui Zhao, Shuning Xing, Qianqian Wang, et al. Identifying influ ential spreaders in social networks via normalized local structure attributes. IEEE Access, 6:66095–66104, 2018
2018
-
[65]
Algorithms for finding influential people with mixed centrality in s ocial networks
Koduru Hajarathaiah, Murali Krishna Enduri, Satish Anamalamu di, and Abdur Rashid Sangi. Algorithms for finding influential people with mixed centrality in s ocial networks. Arabian Journal for Science and Engineering , 48(8):10417–10428, 2023
2023
-
[66]
A centrality measure for quantifyin g spread on weighted, directed networks
Christian G Fink, Kelly Fullin, Guillermo Gutierrez, Nathan Omodt, Sy dney Zinnecker, Gina Sprint, and Sean McCulloch. A centrality measure for quantifyin g spread on weighted, directed networks. Physica A: Statistical Mechanics and its Applications , 626:129083, 2023
2023
-
[67]
Is-pew: iden- tifying influential spreaders using potential edge weight in complex n etworks
Suman Nandi, Mariana Curado Malta, Giridhar Maji, and Animesh Du tta. Is-pew: iden- tifying influential spreaders using potential edge weight in complex n etworks. In Interna- tional Conference on Complex Networks and Their Applicatio ns, pages 309–320. Springer, 2023
2023
-
[68]
Vital nodes identification in complex networks
Linyuan L¨ u, Duanbing Chen, Xiao-Long Ren, Qian-Ming Zhang, Y i-Cheng Zhang, and Tao Zhou. Vital nodes identification in complex networks. Physics reports , 650:1–63, 2016
2016
-
[69]
Temporal cascade model for analyzing spread in ev olving networks
Aparajita Haldar, Shuang Wang, Gunduz Vehbi Demirci, Joe Oak ley, and Hakan Fer- hatosmanoglu. Temporal cascade model for analyzing spread in ev olving networks. ACM Transactions on Spatial Algorithms and Systems , 9(2):1–30, 2023
2023
-
[70]
Ran dom graphs with arbitrary degree distributions and their applications
Mark EJ Newman, Steven H Strogatz, and Duncan J Watts. Ran dom graphs with arbitrary degree distributions and their applications. Physical review E , 64(2):026118, 2001
2001
-
[71]
O’Sullivan
Caroline Pena, Padraig MacCarron, and David J.P. O’Sullivan. Twitt er data on the Irish Abortion Referendum of 2018, August 2024. Accessed 2-Februa ry-2025
2018
-
[72]
An introduction to statistical learning: With application s in python
Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshiran i, and Jonathan Taylor. An introduction to statistical learning: With application s in python . Springer Nature, 2023
2023
-
[73]
Localization of eigenvector centrality in netw orks with a cut vertex
Kieran J Sharkey. Localization of eigenvector centrality in netw orks with a cut vertex. Physical Review E , 99(1):012315, 2019
2019
-
[74]
Community detection via katz and eigenvector central- ity
Mark Ditsworth and Justin Ruths. Community detection via katz and eigenvector central- ity. arXiv preprint arXiv:1909.03916 , 2019. 42
1909 arXiv
-
[75]
Power laws in social networks
Jiang Wu. Power laws in social networks. In Social Network Computing , pages 257–284. Springer, 2024
2024
-
[76]
Citeseer, 2016
M´ arton P´ osfai and Albert-L´ aszl´ o Barab´ asi.Network science , volume 3. Citeseer, 2016
2016
-
[77]
Multiscale analysis of spreading in a large communication netwo rk
Mikko Kivel¨ a, Raj Kumar Pan, Kimmo Kaski, J´ anos Kert´ esz, Jari Saram¨ aki, and M´ arton Karsai. Multiscale analysis of spreading in a large communication netwo rk. Journal of Statistical Mechanics: Theory and Experiment , 2012(03):P03005, 2012
2012
-
[78]
Small but slow world: How network topology and burstiness slow down spreading
M´ arton Karsai, Mikko Kivel¨ a, Raj Kumar Pan, Kimmo Kaski, J´ an os Kert´ esz, A-L Barab´ asi, and Jari Saram¨ aki. Small but slow world: How network topology and burstiness slow down spreading. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics, 83(2):025102, 2011
2011
-
[79]
A probabilistic proof of an asymptotic formula fo r the number of labelled regular graphs
B´ ela Bollob´ as. A probabilistic proof of an asymptotic formula fo r the number of labelled regular graphs. European Journal of Combinatorics , 1(4):311–316, 1980. 43
1980
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.