CLAISIJan 4, 2022

MDFEND: Multi-domain Fake News Detection

arXiv:2201.00987v1258 citationsHas Code
AI Analysis

This work addresses the challenge of detecting fake news across multiple domains on social media, which is crucial for mitigating threats in areas like politics and finance, though it is incremental as it builds on existing detection techniques.

The paper tackles the problem of multi-domain fake news detection by proposing MDFEND, a model that uses a domain gate and mixture of experts to address domain shift, achieving significant performance improvements on a new dataset with 9,128 news items from 9 domains.

Fake news spread widely on social media in various domains, which lead to real-world threats in many aspects like politics, disasters, and finance. Most existing approaches focus on single-domain fake news detection (SFND), which leads to unsatisfying performance when these methods are applied to multi-domain fake news detection. As an emerging field, multi-domain fake news detection (MFND) is increasingly attracting attention. However, data distributions, such as word frequency and propagation patterns, vary from domain to domain, namely domain shift. Facing the challenge of serious domain shift, existing fake news detection techniques perform poorly for multi-domain scenarios. Therefore, it is demanding to design a specialized model for MFND. In this paper, we first design a benchmark of fake news dataset for MFND with domain label annotated, namely Weibo21, which consists of 4,488 fake news and 4,640 real news from 9 different domains. We further propose an effective Multi-domain Fake News Detection Model (MDFEND) by utilizing a domain gate to aggregate multiple representations extracted by a mixture of experts. The experiments show that MDFEND can significantly improve the performance of multi-domain fake news detection. Our dataset and code are available at https://github.com/kennqiang/MDFEND-Weibo21.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes