paper-with-me

홈 › Papers

Rumor Detection on Social Media with Reinforcement Learning-based Key Propagation Graph Generator

2024-05-21 · Yusong Zhang, Kun Xie, Xingyi Zhang, Xiangyu Dong, Sibo Wang

The spread of rumors on social media, particularly during significant events like the US elections and the COVID-19 pandemic, poses a serious threat to social stability and public health. Current rumor detection methods primarily rely on propagation graphs to improve the model performance. However, the effectiveness of these methods is often compromised by noisy and irrelevant structures in the propagation process. To tackle this issue, techniques such as weight adjustment and data augmentation have been proposed. However, they depend heavily on rich original propagation structures, limiting their effectiveness in handling rumors that lack sufficient propagation information, especially in the early stages of dissemination. In this work, we introduce the Key Propagation Graph Generator (KPG), a novel reinforcement learning-based framework, that generates contextually coherent and informative propagation patterns for events with insufficient topology information and identifies significant substructures in events with redundant and noisy propagation structures. KPG comprises two key components: the Candidate Response Generator (CRG) and the Ending Node Selector (ENS). CRG learns latent variable distributions from refined propagation patterns to eliminate noise and generate new candidates for ENS, while ENS identifies the most influential substructures in propagation graphs and provides training data for CRG. Furthermore, we develop an end-to-end framework that utilizes rewards derived from a pre-trained graph neural network to guide the training process. The resulting key propagation graphs are then employed in downstream rumor detection tasks. Extensive experiments conducted on four datasets demonstrate that KPG outperforms current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2405.13094

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGraph Neural Network

Similar Papers 제목 키워드 기반

Can Large Language Models Detect Rumors on Social Media?

2024-02-06 · Qiang Liu, Xiang Tao, Junfei Wu, Shu Wu 외

In this work, we investigate to use Large Language Models (LLMs) for rumor detection on social media. However, it is challenging for LLMs to reason over the entire propagation information on social media, which contains …

Rumor Detection on Social Media with Bi-Directional Graph Convolutional Networks

2020-01-17 · Tian Bian, Xi Xiao, Tingyang Xu, Peilin Zhao 외

Social media has been developing rapidly in public due to its nature of spreading new information, which leads to rumors being circulated. Meanwhile, detecting rumors from such massive information in social media is beco…

Heterogeneous Graph Attention Networks for Early Detection of Rumors on Twitter

2020-06-10 · Qi Huang, Junshuai Yu, Jia Wu, Bin Wang

With the rapid development of mobile Internet technology and the widespread use of mobile devices, it becomes much easier for people to express their opinions on social media. The openness and convenience of social media…

Graph Attention

Out-of-distribution Rumor Detection via Test-Time Adaptation

2024-03-26 · Xiang Tao, Mingqing Zhang, Qiang Liu, Shu Wu 외

Due to the rapid spread of rumors on social media, rumor detection has become an extremely important challenge. Existing methods for rumor detection have achieved good performance, as they have collected enough corpus fr…

Test-time Adaptation

Rumor Detection on Social Media with Temporal Propagation Structure Optimization

2024-12-11 · Xingyu Peng, Junran Wu, Ruomei Liu, Ke Xu

Traditional methods for detecting rumors on social media primarily focus on analyzing textual content, often struggling to capture the complexity of online interactions. Recent research has shifted towards leveraging gra…