SICLApr 25, 2021

User Preference-aware Fake News Detection

arXiv:2104.12259v1336 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of fake news detection for social media platforms by integrating user preferences, though it is incremental as it builds on existing methods by adding a new signal.

The paper tackles fake news detection by incorporating user preferences, which are often ignored, and proposes the UPFD framework that jointly models content and graph signals. Experimental results on real-world datasets show the framework's effectiveness, with code and data released as a benchmark for GNN-based detection.

Disinformation and fake news have posed detrimental effects on individuals and society in recent years, attracting broad attention to fake news detection. The majority of existing fake news detection algorithms focus on mining news content and/or the surrounding exogenous context for discovering deceptive signals; while the endogenous preference of a user when he/she decides to spread a piece of fake news or not is ignored. The confirmation bias theory has indicated that a user is more likely to spread a piece of fake news when it confirms his/her existing beliefs/preferences. Users' historical, social engagements such as posts provide rich information about users' preferences toward news and have great potential to advance fake news detection. However, the work on exploring user preference for fake news detection is somewhat limited. Therefore, in this paper, we study the novel problem of exploiting user preference for fake news detection. We propose a new framework, UPFD, which simultaneously captures various signals from user preferences by joint content and graph modeling. Experimental results on real-world datasets demonstrate the effectiveness of the proposed framework. We release our code and data as a benchmark for GNN-based fake news detection: https://github.com/safe-graph/GNN-FakeNews.

Code Implementations2 repos
Foundations

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

Your Notes