Search papers, labs, and topics across Lattice.
This paper benchmarks lightweight GNN architectures (GCN, GraphSAGE, GAT, ChebNet) against non-graph-based methods (LR, SVM, MLP) for misinformation detection across seven datasets, using identical TF-IDF features to isolate the impact of relational structure. Results demonstrate that GNNs consistently outperform non-graph baselines in F1 score, achieving gains of over 20% on some datasets. Importantly, these performance improvements come with comparable or lower inference times, suggesting GNNs offer a favorable performance-efficiency trade-off.
Classic GNNs still dominate misinformation detection, achieving >20% F1 gains over MLPs with comparable or better inference times, challenging the trend towards ever-larger models.
The rapid spread of online misinformation has led to increasingly complex detection models, including large language models and hybrid architectures. However, their computational cost and deployment limitations raise concerns about practical applicability. In this work, we benchmark graph neural networks (GNNs) against non-graph-based machine learning methods under controlled and comparable conditions. We evaluate lightweight GNN architectures (GCN, GraphSAGE, GAT, ChebNet) against Logistic Regression, Support Vector Machines, and Multilayer Perceptrons across seven public datasets in English, Indonesian, and Polish. All models use identical TF-IDF features to isolate the impact of relational structure. Performance is measured using F1 score, with inference time reported to assess efficiency. GNNs consistently outperform non-graph baselines across all datasets. For example, GraphSAGE achieves 96.8% F1 on Kaggle and 91.9% on WELFake, compared to 73.2% and 66.8% for MLP, respectively. On COVID-19, GraphSAGE reaches 90.5% F1 vs. 74.9%, while ChebNet attains 79.1% vs. 66.4% on FakeNewsNet. These gains are achieved with comparable or lower inference times. Overall, the results show that classic GNNs remain effective and efficient, challenging the need for increasingly complex architectures in misinformation detection.