arXiv:2604.08131cs.CL2026-04中稿 · Computational Mode…

图神经网络在假信息检测中表现更优且更快,无需复杂模型

Graph Neural Networks for Misinformation Detection: Performance-Efficiency Trade-offs

  • 用相同文本特征对比图神经网络与传统机器学习方法
  • GraphSAGE在多个数据集上准确率超MLP达96.8%和91.9%
  • 经典GNN模型兼具高精度与低延迟,适合实际部署

在线假信息的快速传播催生了复杂的检测模型,包括大语言模型和混合架构。然而其计算成本和部署限制引发了实际应用的担忧。本文在受控条件下,对图神经网络(GNN)与非图基机器学习方法进行基准测试。评估了轻量级GNN架构(GCN、GraphSAGE、GAT、ChebNet)与逻辑回归、支持向量机、多层感知机在英语、印尼语和波兰语共七个公开数据集上的表现。所有模型使用相同的TF-IDF特征以隔离关系结构的影响。性能以F1分数衡量,推理时间用于评估效率。GNN在所有数据集上均优于非图基基线。例如,GraphSAGE在Kaggle上达到96.8% F1,WELFake上达91.9%,而MLP分别为73.2%和66.8%;在COVID-19数据集上,GraphSAGE为90.5%对74.9%,ChebNet在FakeNewsNet上为79.1%对66.4%。这些提升在可比或更低的推理时间内实现。结果表明,经典GNN仍具高效性与有效性,挑战了在假信息检测中采用日益复杂架构的必要性。

原文摘要 · Abstract (English)

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.

图神经网络假信息检测效率优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。