paper-with-me

Papers

Enhancing Rumor Detection Methods with Propagation Structure Infused Language Model

2025-08-10 · Chaoqun Cui, Siyuan Li, Kunkun Ma, Caiyan Jia arxiv

Pretrained Language Models (PLMs) have excelled in various Natural Language Processing tasks, benefiting from large-scale pretraining and self-attention mechanism's ability to capture long-range dependencies. However, their performance on social media application tasks like rumor detection remains suboptimal. We attribute this to mismatches between pretraining corpora and social texts, inadequate handling of unique social symbols, and pretraining tasks ill-suited for modeling user engagements implicit in propagation structures. To address these issues, we propose a continue pretraining strategy called Post Engagement Prediction (PEP) to infuse information from propagation structures into PLMs. PEP makes models to predict root, branch, and parent relations between posts, capturing interactions of stance and sentiment crucial for rumor detection. We also curate and release large-scale Twitter corpus: TwitterCorpus (269GB text), and two unlabeled claim conversation datasets with propagation structures (UTwitter and UWeibo). Utilizing these resources and PEP strategy, we train a Twitter-tailored PLM called SoLM. Extensive experiments demonstrate PEP significantly boosts rumor detection performance across universal and social media PLMs, even in few-shot scenarios. On benchmark datasets, PEP enhances baseline models by 1.0-3.7\% accuracy, even enabling it to outperform current state-of-the-art methods on multiple datasets. SoLM alone, without high-level modules, also achieves competitive results, highlighting the strategy's effectiveness in learning discriminative post interaction features.

📄 PDF Abstract BibTeX arXiv:2508.07209

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Semantic Evolvement Enhanced Graph Autoencoder for Rumor Detection

2024-04-24 · Xiang Tao, Qiang Liu, Shu Wu, Liang Wang

Due to the rapid spread of rumors on social media, rumor detection has become an extremely important challenge. Recently, numerous rumor detection models which utilize textual information and the propagation structure of…

Region-enhanced Deep Graph Convolutional Networks for Rumor Detection

2022-06-15 · Ge Wang, Li Tan, Tianbao Song, Wei Wang 외

Social media has been rapidly developing in the public sphere due to its ease of spreading new information, which leads to the circulation of rumors. However, detecting rumors from such a massive amount of information is…

Graph Neural Network

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…

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…