Skip to content

HeyWeCome/awesome-information-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Awesome-information-diffusion

Online social networks have become a common tool for people's daily communication and an important way to obtain information.

News!🌟 Welcome to BuzzBloom: Your Gateway to Information Diffusion Predicting 🌟

Are you passionate about understanding and predicting how information spreads? BuzzBloom is a foundational framework designed to bring together the best open-source models for predicting information diffusion. We aim to create a hub for researchers, developers, and enthusiasts to collaborate, innovate, and push the boundaries of information forecasting.

Our journey has just begun, and we’re looking for curious, like-minded partners to join us on this exciting adventure. Whether you're an expert or just getting started, there’s a place for you in the BuzzBloom. 🚀

🌐 Project Repository

Check out the project on GitHub: BuzzBloom on GitHub

Come be part of a project that seeks to empower the future of information forecasting. Let's make BuzzBloom bloom together! 🌱✨


📑 1. Information diffusion prediction

Information diffusion prediction are used to predict future diffusion paths, users and diffusion effects. In terms of the target scale of output, information diffusion predicting is broadly categorized into two types: macro-information diffusion prediction, which aims at predicting the next social group or the environment as a whole in general; and micro-information diffusion prediction, which predicts individual users in the diffusion process. We will elaborate on these two directiosns through specific subtasks.

🎈 1.1 Macroscopic information diffusion prediction

At the macro level, as time goes by, the propagated content will spread more widely and more users will have different perceptions based on the content they are exposed to. Currently there has been interest in content prediction based on cascade size of graphs and popularity of content, as well as user prediction based on attitudes of user groups. Thus, there are three subtasks for macro information dissemination prediction involving cascade size prediction, popularity prediction and user attitude prediction.

🚨 1.1.1 Cascade size prediction

More users participating in a topic indicates a higher level of interest in that topic, so predicting the number of future participants (cascade size) gives an indication of the level of interest in the topic. Cascade size prediction predicts the size of information cascades in the network by predicting the total number of users participating in the cascade.

Year Paper Link
2017 Cao Q, Shen H, Cen K, et al. Deephawkes: Bridging the gap between prediction and understanding of information cascades[C]//Proceedings of the 2017 ACM on Conference on Information and Knowledge Management. 2017: 1149-1158. paper code
2019 Yang C, Wang H, Tang J, et al. Full-scale information diffusion prediction with reinforced recurrent networks[J]. IEEE Transactions on Neural Networks and Learning Systems, 2021, 34(5): 2271-2283. paper code
2022 Dutta S, Mittal S, Das D, et al. Incomplete gamma integrals for deep cascade prediction using content, network, and exogenous signals[J]. IEEE Transactions on Knowledge and Data Engineering, 2022, 35(6): 5991-6002. paper code
2023 Zhong C, Xiong F, Pan S, et al. Hierarchical attention neural network for information cascade prediction[J]. Information Sciences, 2023, 622: 1109-1127. paper
2023 Xu X, Zhou F, Zhang K, et al. Casflow: Exploring hierarchical structures and propagation uncertainty for cascade prediction[J]. IEEE Transactions on Knowledge and Data Engineering, 2021, 35(4): 3484-3499. paper code
2024 Zhu H, Yuan S, Liu X, et al. CasCIFF: A Cross-Domain Information Fusion Framework Tailored for Cascade Prediction in Social Networks[J]. Knowledge-Based Systems, 2024: 112391. paper code

🚨 1.1.2 Popularity prediction

In addition to the number of users in the network, information related to the content itself can also indicate the popularity of the post. Thus, popularity prediction aims to predict the popularity scores of online posts as a regression problem by analyzing multimodal dissemination of content (all comments or ratings, especially rated posts), temporal data, and user information.

Year Paper Link
2022 Jia X, Shang J, Liu D, et al. HeDAN: Heterogeneous diffusion attention network for popularity prediction of online content[J]. Knowledge-Based Systems, 2022, 254: 109659. paper code
2022 Wu Z, Zhou J, Liu L, et al. Deep popularity prediction in multi-source cascade with HERI-GCN[C]//2022 IEEE 38th International Conference on Data Engineering (ICDE). IEEE Computer Society, 2022: 1714-1726. paper code
2023 Lu X, Ji S, Yu L, et al. Continuous-time graph learning for cascade popularity prediction[J]. arXiv preprint arXiv:2306.03756, 2023. paper code
2023 Jin Y, Lee Y C, Sharma K, et al. Predicting information pathways across online communities[C]//Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2023: 1044-1056. paper code
2023 Ji S, Lu X, Liu M, et al. Community-based dynamic graph learning for popularity prediction[C]//Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2023: 930-940. paper code
2023 Zeng Y, Xiang K. Persistence augmented graph convolution network for information popularity prediction[J]. IEEE Transactions on Network Science and Engineering, 2023, 10(6): 3331-3342. paper
2023 Sun X, Zhou J, Liu L, et al. Explicit time embedding based cascade attention network for information popularity prediction[J]. Information Processing & Management, 2023, 60(3): 103278. paper
2023 Yan S, Su Q, Gong Z, et al. Online public opinion prediction based on rolling fractional grey model with new information priority[J]. Information Fusion, 2023, 91: 277-298. paper
2024 Bao P, Yan R, Yang C. Popularity Prediction Via Modeling Temporal Dependencies on Dynamic Evolution Process[J]. IEEE Transactions on Knowledge and Data Engineering, 2024. paper

🚨 1.1.3 User atitudes prediction

In addition to content prediction, harmful rumors can elicit negative emotions from users, leading to social and economic disruption. To understand these negative impacts, user attitude prediction assesses crowd attitudes during rumor propagation by modeling rumor dynamics.

Year Paper Link
2022 Xiao Y, Huang Z, Li Q, et al. Diffusion pixelation: A game diffusion model of rumor & anti-rumor inspired by image restoration[J]. IEEE Transactions on Knowledge and Data Engineering, 2022, 35(5): 4682-4694. paper

🎈 1.2 Microscopic information diffusion prediction

Micro-information diffusion predictions target the future diffusion outcomes of a particular user interacting with a piece of content at a predicted time. From the perspective of that content, the study of which user will engage with the target content is referred to as next user prediction. The study of which user will engage with the target content from that user's perspective is referred to as social influence prediction.

🚨 1.2.1 Next user prediction

Observationally, users are more likely to retweet or comment on people who are following or being followed by users with the same dynamic diffusion trajectory. These following or followed relationships as well as historical diffusion records can be found in social networks and propagation networks. Thus, based on the social network and historical cascade in the diffusion graph, next user prediction aims to predict which user is likely to be the next user in the cascade to retweet or comment on the target post.

Year Paper Link
2021 Wang H, Yang C, Shi C. Neural information diffusion prediction with topic-aware attention network[C]//Proceedings of the 30th ACM International Conference on Information & Knowledge Management. 2021: 1899-1908. paper code
2021 Yuan C, Li J, Zhou W, et al. DyHGCN: A dynamic heterogeneous graph convolutional network to learn users’ dynamic preferences for information diffusion prediction[C]//Machine Learning and Knowledge Discovery in Databases: European Conference, ECML PKDD 2020, Ghent, Belgium, September 14–18, 2020, Proceedings, Part III. Springer International Publishing, 2021: 347-363. paper code
2022 Sun L, Rao Y, Zhang X, et al. MS-HGAT: memory-enhanced sequential hypergraph attention network for information diffusion prediction[C]//Proceedings of the AAAI Conference on Artificial Intelligence. 2022, 36(4): 4156-4164. paper code
2022 Feng S, Zhao K, Fang L, et al. H-Diffu: hyperbolic representations for information diffusion prediction[J]. IEEE Transactions on Knowledge and Data Engineering, 2022, 35(9): 8784-8798. paper
2022 Jin H, Wu Y, Huang H, et al. Modeling information diffusion with sequential interactive hypergraphs[J]. IEEE Transactions on Sustainable Computing, 2022, 7(3): 644-655. paper
2022 Wang D, Wei L, Yuan C, et al. Cascade-enhanced graph convolutional network for information diffusion prediction[C]//International Conference on Database Systems for Advanced Applications. Cham: Springer International Publishing, 2022: 615-631. paper code
2023 Cheng Z, Ye W, Liu L, et al. Enhancing Information Diffusion Prediction with Self-Supervised Disentangled User and CascadeRepresentations[C]//Proceedings of the 32nd ACM International Conference on Information and Knowledge Management. 2023: 3808-3812. paper code
2023 Wang R, Xu X, Zhang Y. Multiscale information diffusion prediction with minimal substitution neural network[J]. IEEE Transactions on Neural Networks and Learning Systems, 2023. paper code
2023 Liu X, Miao C, Fiumara G, et al. Information propagation prediction based on spatial–temporal attention and heterogeneous graph convolutional networks[J]. IEEE Transactions on Computational Social Systems, 2023, 11(1): 945-958. paper
2023 Li H, Xia C, Wang T, et al. Grass: Learning spatial–temporal properties from chainlike cascade data for microscopic diffusion prediction[J]. IEEE Transactions on Neural Networks and Learning Systems, 2023. paper code
2024 Li H, Xia C, Wang T, et al. Multi-Signal Fusion of Social Diffusion Graph with Bi-Directional Semantic Consistency[C]//ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2024: 5450-5454. paper
2024 Ye J, Bao Q, Xu M, et al. RD-GCN: A Role-Based Dynamic Graph Convolutional Network for Information Diffusion Prediction[J]. IEEE Transactions on Network Science and Engineering, 2024. paper
2024 Wang X, Wang L, Su Y, et al. MCDAN: a Multi-scale Context-enhanced Dynamic Attention Network for Diffusion Prediction[J]. IEEE Transactions on Multimedia, 2024. paper
2024 Qiao H, Feng S, Li X, et al. RotDiff: A hyperbolic rotation representation model for information diffusion prediction[C]//Proceedings of the 32nd ACM International Conference on Information and Knowledge Management. 2023: 2065-2074. paper code
2024 Zhang Q, Li Y, Zou J, et al. Unifying multimodal interactions for rumor diffusion prediction with global hypergraph modeling[J]. Knowledge-Based Systems, 2024, 301: 112246. paper
2024 Zhong T, Zhang J, Cheng Z, et al. Information Diffusion Prediction via Cascade-Retrieved In-context Learning[C]//Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval. 2024: 2472-2476. paper
2024 Jiao P, Chen H, Bao Q, et al. Enhancing Multi-Scale Diffusion Prediction via Sequential Hypergraphs and Adversarial Learning[C]//Proceedings of the AAAI Conference on Artificial Intelligence. 2024, 38(8): 8571-8581. paper code

🚨 1.2.2 Social influence prediction

On the other hand, we usually describe social behaviors in social activities, such as citations in academic social networking sites, votes in news polling sites, and retweets or comments in social media.proposed that users' emotions, decisions, and behaviors are influenced only by their social network neighbors, without external interference. Therefore, there is a need for social influence prediction to predict changes in users' behavior towards content influenced by their neighbors.

Year Paper Link
2018 Qiu J, Tang J, Ma H, et al. Deepinf: Social influence prediction with deep learning[C]//Proceedings of the 24th ACM SIGKDD international conference on knowledge discovery & data mining. 2018: 2110-2119. paper code
2020 Wu L, Li J, Sun P, et al. Diffnet++: A neural influence and interest diffusion network for social recommendation[J]. IEEE Transactions on Knowledge and Data Engineering, 2020, 34(10): 4753-4766. paper

📑 2. Information diffusion model

🎈 2.1 Complex network-based

🚨 2.1.1 SIR-based

🚨 2.1.2 IC & LT

🎈 2.2 Machine learning-based

📑 3. Datasets

Task Dataset Year Type Link
Misinformation detection Rumor detection Weibo 2016 text reference url
mediaeval2015 2016 multi-model reference url
Twitter15_16 2017 text reference url
PHEME 2017 multi-model reference url
RumourEval-19 2019 text reference url
CED-Dataset(weibo) 2021 text reference url
X-FACT 2021 text reference url
MNRE 2021 multi-model reference url
MuMiN 2022 text reference url
IKCEST 2023 text reference url
SocialNet 2024 text reference url
Fake news detection This Just In 2017 text reference url
Risdal Fake News Dataset 2018 multi-model reference url
FakeNews Classification 2019 text reference url
FakeNews Cropus 2019 text reference url
FakeNewsNet 2020 text reference url
Fakeddit 2020 multi-model reference url
BanFakeNews 2020 text reference url
WeFEND-AAAI20 2020 text reference url
Sarcasm detection T 2017 text reference url
F 2020 text reference url
Stance detection Th 2017 text reference url
F 2020 text reference url
Hate speech detection Thi 2017 text reference url
F 2020 text reference url
Social bot detection Usre-based Weibo 2016 text reference url
Content-based Weibo 2016 text reference url
Graph-based TwiBot-22 2022 text reference url
Tracing information source Usre-based Weibo 2016 text reference url
Content-based Weibo 2016 text reference url
Graph-based Twi 2022 text reference url
Information diffusion model Usre-based Weibo 2016 text reference url
Content-based Weibo 2016 text reference url
Graph-based Twi 2022 text reference url
Information diffusion prediction Usre-based Weibo 2016 text reference url
Content-based Weibo 2016 text reference url
Graph-based Twi 2022 text reference url

About

Collecting and presenting excellent information diffusion papers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published