Graph Neural Networks with Continual Learning for Fake News Detection from Social Media
Yi Han, Shanika Karunasekera, Christopher Leckie

TL;DR
This paper explores the use of graph neural networks for fake news detection on social media, focusing on propagation patterns without text data and employing continual learning to adapt to new data.
Contribution
It demonstrates GNNs' effectiveness without text features and introduces a continual learning approach to improve performance on unseen datasets.
Findings
GNNs can match or outperform text-based methods in fake news detection.
Direct incremental training on new data is insufficient for GNNs.
A continual learning method improves GNN performance on new, unseen datasets.
Abstract
Although significant effort has been applied to fact-checking, the prevalence of fake news over social media, which has profound impact on justice, public trust and our society, remains a serious problem. In this work, we focus on propagation-based fake news detection, as recent studies have demonstrated that fake news and real news spread differently online. Specifically, considering the capability of graph neural networks (GNNs) in dealing with non-Euclidean data, we use GNNs to differentiate between the propagation patterns of fake and real news on social media. In particular, we concentrate on two questions: (1) Without relying on any text information, e.g., tweet content, replies and user descriptions, how accurately can GNNs identify fake news? Machine learning models are known to be vulnerable to adversarial attacks, and avoiding the dependence on text-based features can make the…
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 · Topic Modeling
MethodsGraph Neural Networks with Continual Learning
