paper-with-me

Papers

Rumor Detection with Self-supervised Learning on Texts and Social Graph

2022-04-19 · Yuan Gao, Xiang Wang, Xiangnan He, Huamin Feng, Yongdong Zhang

Rumor detection has become an emerging and active research field in recent years. At the core is to model the rumor characteristics inherent in rich information, such as propagation patterns in social network and semantic patterns in post content, and differentiate them from the truth. However, existing works on rumor detection fall short in modeling heterogeneous information, either using one single information source only (e.g. social network, or post content) or ignoring the relations among multiple sources (e.g. fusing social and content features via simple concatenation). Therefore, they possibly have drawbacks in comprehensively understanding the rumors, and detecting them accurately. In this work, we explore contrastive self-supervised learning on heterogeneous information sources, so as to reveal their relations and characterize rumors better. Technically, we supplement the main supervised task of detection with an auxiliary self-supervised task, which enriches post representations via post self-discrimination. Specifically, given two heterogeneous views of a post (i.e. representations encoding social patterns and semantic patterns), the discrimination is done by maximizing the mutual information between different views of the same post compared to that of other posts. We devise cluster-wise and instance-wise approaches to generate the views and conduct the discrimination, considering different relations of information sources. We term this framework as Self-supervised Rumor Detection (SRD). Extensive experiments on three real-world datasets validate the effectiveness of SRD for automatic rumor detection on social media.

📄 PDF Abstract BibTeX arXiv:2204.08838

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Graph Representation Learning with Massive Unlabeled Data for Rumor Detection

2025-08-06 · Chaoqun Cui, Caiyan Jia arxiv

With the development of social media, rumors spread quickly, cause great harm to society and economy. Thereby, many effective rumor detection methods have been developed, among which the rumor propagation structure learn…

Graph Representation LearningSelf-Supervised Learning

Is Dynamic Rumor Detection on social media Viable? An Unsupervised Perspective

2021-11-23 · Chahat Raj, Priyanka Meel

With the growing popularity and ease of access to the internet, the problem of online rumors is escalating. People are relying on social media to gain information readily but fall prey to false information. There is a la…

Rumor Detection on Twitter with Claim-Guided Hierarchical Graph Attention Networks

2021-10-09 · EMNLP 2021 11 · Hongzhan Lin, Jing Ma, Mingfei Cheng, Zhiwei Yang 외

Rumors are rampant in the era of social media. Conversation structures provide valuable clues to differentiate between real and fake claims. However, existing rumor detection methods are either limited to the strict rela…

Graph AttentionRepresentation Learning

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, th…

Towards Real-World Rumor Detection: Anomaly Detection Framework with Graph Supervised Contrastive Learning

2025-08-10 · Chaoqun Cui, Caiyan Jia arxiv

Current rumor detection methods based on propagation structure learning predominately treat rumor detection as a class-balanced classification task on limited labeled data. However, real-world social media data exhibits …

Contrastive LearningAnomaly Detection