Evidence-aware Fake News Detection with Graph Neural Networks
Weizhi Xu, Junfei Wu, Qiang Liu, Shu Wu, Liang Wang

TL;DR
This paper introduces GET, a graph neural network framework for evidence-based fake news detection that models claims and evidences as graphs to better capture long-distance semantic dependencies and reduce redundancy.
Contribution
The paper proposes a novel graph-based framework that improves evidence integration and redundancy reduction in fake news detection, surpassing existing sequential models.
Findings
GET outperforms state-of-the-art methods in accuracy.
Graph modeling captures long-distance semantic relations effectively.
Reduces irrelevant information in evidence representations.
Abstract
The prevalence and perniciousness of fake news has been a critical issue on the Internet, which stimulates the development of automatic fake news detection in turn. In this paper, we focus on the evidence-based fake news detection, where several evidences are utilized to probe the veracity of news (i.e., a claim). Most previous methods first employ sequential models to embed the semantic information and then capture the claim-evidence interaction based on different attention mechanisms. Despite their effectiveness, they still suffer from two main weaknesses. Firstly, due to the inherent drawbacks of sequential models, they fail to integrate the relevant information that is scattered far apart in evidences for veracity checking. Secondly, they neglect much redundant information contained in evidences that may be useless or even harmful. To solve these problems, we propose a unified…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMisinformation and Its Impacts · Advanced Graph Neural Networks · Complex Network Analysis Techniques
