LGAISIJan 6, 2025

A Decision-Based Heterogenous Graph Attention Network for Multi-Class Fake News Detection

arXiv:2501.03290v19 citationsh-index: 12Knowledge-Based Systems
Originality Incremental advance
AI Analysis

This addresses fake news detection for social media and information systems, offering an incremental advance over existing GNN methods by handling multi-class classification and dynamic neighborhoods.

The paper tackled multi-class fake news detection by proposing a Decision-based Heterogeneous Graph Attention Network (DHGAT) that dynamically selects neighborhood types in graphs, resulting in a 4% accuracy improvement on the LIAR dataset.

A promising tool for addressing fake news detection is Graph Neural Networks (GNNs). However, most existing GNN-based methods rely on binary classification, categorizing news as either real or fake. Additionally, traditional GNN models use a static neighborhood for each node, making them susceptible to issues like over-squashing. In this paper, we introduce a novel model named Decision-based Heterogeneous Graph Attention Network (DHGAT) for fake news detection in a semi-supervised setting. DHGAT effectively addresses the limitations of traditional GNNs by dynamically optimizing and selecting the neighborhood type for each node in every layer. It represents news data as a heterogeneous graph where nodes (news items) are connected by various types of edges. The architecture of DHGAT consists of a decision network that determines the optimal neighborhood type and a representation network that updates node embeddings based on this selection. As a result, each node learns an optimal and task-specific computational graph, enhancing both the accuracy and efficiency of the fake news detection process. We evaluate DHGAT on the LIAR dataset, a large and challenging dataset for multi-class fake news detection, which includes news items categorized into six classes. Our results demonstrate that DHGAT outperforms existing methods, improving accuracy by approximately 4% and showing robustness with limited labeled data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes