Improving Rumor Detection by Class-based Adversarial Domain Adaptation
Since rumors widely spread on social networks can cause seri- ous negative impacts, a batch of studies have investigated how to detect rumors. Most of them rely on existing datasets and try to improve the detection performance on those known datasets, but their performance drops significantly when detecting newly emerging events. This is not in line with the original intention of the rumor detection task. To tackle this issue, we formulate the rumor detection problem as a domain adaption task and propose the Class-based Adversarial Domain Adaptive framework, CADA, which is a general model framework where any latest rumor detec- tion methods can be plugged-in. The improvement of new emerging rumor event detection is based on adversarial training. Specifically, CADA considers class-based discriminators to achieve fine-grained alignment of declarations to be detected of different classes. Ex- periments on three public datasets show that CADA can improve the detection performance of existing rumor detection models and achieve better results than state-of-the-art models. In terms of ac- curacy, the performance is improved by at least 3% compared with the original base model in the PHEME dataset, and as high as 10% in the Twitter datasets.
Code (1)
Tasks
Domain AdaptationEvent DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Detect Low-Resource Rumors in Microblog Posts via Adversarial Contrastive Learning
Massive false rumors emerging along with breaking news or trending topics severely hinder the truth. Exiting rumor detection approaches achieve promising performance on the yesterday's news, since there is enough corpus …
Contrastive LearningDetect Rumors in Microblog Posts for Low-Resource Domains via Adversarial Contrastive Learning
Massive false rumors emerging along with breaking news or trending topics severely hinder the truth. Existing rumor detection approaches achieve promising performance on the yesterday's news, since there is enough corpus…
Contrastive LearningTowards Real-World Rumor Detection: Anomaly Detection Framework with Graph Supervised Contrastive Learning
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 DetectionLEX-GAN: Layered Explainable Rumor Detector Based on Generative Adversarial Networks
Social media have emerged to be increasingly popular and have been used as tools for gathering and propagating information. However, the vigorous growth of social media contributes to the fast-spreading and far-reaching …
Decision MakingFake News Detectionfeature selectionSentenceRumor Detection with a novel graph neural network approach
The wide spread of rumors on social media has caused a negative impact on people's daily life, leading to potential panic, fear, and mental health problems for the public. How to debunk rumors as early as possible remain…
Graph Neural Network