paper-with-me

홈 › Papers

Rumor Detection by Multi-task Suffix Learning based on Time-series Dual Sentiments

2025-02-20 · Zhiwei Liu, Kailai Yang, Eduard Hovy, Sophia Ananiadou

The widespread dissemination of rumors on social media has a significant impact on people's lives, potentially leading to public panic and fear. Rumors often evoke specific sentiments, resonating with readers and prompting sharing. To effectively detect and track rumors, it is essential to observe the fine-grained sentiments of both source and response message pairs as the rumor evolves over time. However, current rumor detection methods fail to account for this aspect. In this paper, we propose MSuf, the first multi-task suffix learning framework for rumor detection and tracking using time series dual (coupled) sentiments. MSuf includes three modules: (1) an LLM to extract sentiment intensity features and sort them chronologically; (2) a module that fuses the sorted sentiment features with their source text word embeddings to obtain an aligned embedding; (3) two hard prompts are combined with the aligned vector to perform rumor detection and sentiment analysis using one frozen LLM. MSuf effectively enhances the performance of LLMs for rumor detection with only minimal parameter fine-tuning. Evaluating MSuf on four rumor detection benchmarks, we find significant improvements compared to other emotion-based methods.

📄 PDF Abstract BibTeX arXiv:2502.14383

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment AnalysisTime SeriesWord Embeddings

Similar Papers 제목 키워드 기반

Multimodal Dual Emotion with Fusion of Visual Sentiment for Rumor Detection

2022-04-25 · Ge Wang, Li Tan, Ziliang Shang, He Liu

In recent years, rumors have had a devastating impact on society, making rumor detection a significant challenge. However, the studies on rumor detection ignore the intense emotions of images in the rumor content. This p…

Rumor Detection by Exploiting User Credibility Information, Attention and Multi-task Learning

2019-07-01 · ACL 2019 7 · Quanzhi Li, Qiong Zhang, Luo Si

In this study, we propose a new multi-task learning approach for rumor detection and stance classification tasks. This neural network model has a shared layer and two task specific layers. We incorporate the user credibi…

Multi-Task LearningStance ClassificationStance Detection

Social Bot-Aware Graph Neural Network for Early Rumor Detection

2022-10-01 · COLING 2022 10 · Zhen Huang, Zhilong Lv, Xiaoyun Han, Binyang Li 외

Early rumor detection is a key challenging task to prevent rumors from spreading widely. Sociological research shows that social bots’ behavior in the early stage has become the main reason for rumors’ wide spread. Howev…

Graph Neural Network

Rumor Detection with Diverse Counterfactual Evidence

2023-07-18 · Kaiwei Zhang, Junchi Yu, Haichao Shi, Jian Liang 외

The growth in social media has exacerbated the threat of fake news to individuals and communities. This draws increasing attention to developing efficient and timely rumor detection methods. The prevailing approaches res…

counterfactualDiversityPoint Processes

Rumor Detection on Twitter Using Multiloss Hierarchical BiLSTM with an Attenuation Factor

2020-10-31 · Asian Chapter of the Association for Computational Linguistics 2020 · Yudianto Sujana, Jiawen Li, Hung-Yu Kao

Social media platforms such as Twitter have become a breeding ground for unverified information or rumors. These rumors can threaten people's health, endanger the economy, and affect the stability of a country. Many rese…

BIG-bench Machine Learning