Neighborhood-Order Learning Graph Attention Network for Fake News Detection
Batool Lakzaei, Mostafa Haghir Chehreghani, Alireza Bagheri

TL;DR
This paper introduces NOL-GAT, a graph neural network that learns the optimal neighborhood order for each node, significantly improving fake news detection accuracy by effectively utilizing distant neighbor information.
Contribution
The paper proposes a novel GNN model that independently learns neighborhood order per node, enhancing information extraction from distant neighbors for fake news detection.
Findings
NOL-GAT outperforms baseline models in accuracy and F1-score.
The model effectively mitigates over-squashing and improves information flow.
It reduces computational complexity compared to traditional GNNs.
Abstract
Fake news detection is a significant challenge in the digital age, which has become increasingly important with the proliferation of social media and online communication networks. Graph Neural Networks (GNN)-based methods have shown high potential in analyzing graph-structured data for this problem. However, a major limitation in conventional GNN architectures is their inability to effectively utilize information from neighbors beyond the network's layer depth, which can reduce the model's accuracy and effectiveness. In this paper, we propose a novel model called Neighborhood-Order Learning Graph Attention Network (NOL-GAT) for fake news detection. This model allows each node in each layer to independently learn its optimal neighborhood order. By doing so, the model can purposefully and efficiently extract critical information from distant neighbors. The NOL-GAT architecture consists…
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 · Spam and Phishing Detection · Advanced Malware Detection Techniques
MethodsSoftmax · Attention Is All You Need
