The Impact of Data Characteristics on GNN Evaluation for Detecting Fake News
Isha Karn, David Jensen

TL;DR
This paper critically evaluates popular fake news detection datasets and finds they are inadequate for testing the structural modeling capabilities of GNNs, as the datasets lack meaningful graph diversity and structure plays a negligible role.
Contribution
The study systematically benchmarks GNNs against MLPs on fake news datasets and demonstrates the limited impact of graph structure in these benchmarks, highlighting the need for richer datasets.
Findings
MLPs perform similarly to GNNs on current benchmarks.
Performance drops when node features are shuffled, but not with edge randomization.
Most nodes are only one hop from the root, indicating minimal structural diversity.
Abstract
Graph neural networks (GNNs) are widely used for the detection of fake news by modeling the content and propagation structure of news articles on social media. We show that two of the most commonly used benchmark data sets - GossipCop and PolitiFact - are poorly suited to evaluating the utility of models that use propagation structure. Specifically, these data sets exhibit shallow, ego-like graph topologies that provide little or no ability to differentiate among modeling methods. We systematically benchmark five GNN architectures against a structure-agnostic multilayer perceptron (MLP) that uses the same node features. We show that MLPs match or closely trail the performance of GNNs, with performance gaps often within 1-2% and overlapping confidence intervals. To isolate the contribution of structure in these datasets, we conduct controlled experiments where node features are shuffled…
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.
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
