CLAIApr 19, 2024

Heterogeneous Subgraph Transformer for Fake News Detection

arXiv:2404.13192v130 citationsh-index: 9WWW
Originality Incremental advance
AI Analysis

This addresses the problem of fake news detection on social media, which harms public discourse, and is an incremental improvement using a novel graph-based method.

The paper tackles fake news detection by constructing a heterogeneous graph of news topics, entities, and content, and proposes a heterogeneous subgraph transformer (HeteroSGT) that achieves superior performance over five baselines on five real-world datasets.

Fake news is pervasive on social media, inflicting substantial harm on public discourse and societal well-being. We investigate the explicit structural information and textual features of news pieces by constructing a heterogeneous graph concerning the relations among news topics, entities, and content. Through our study, we reveal that fake news can be effectively detected in terms of the atypical heterogeneous subgraphs centered on them, which encapsulate the essential semantics and intricate relations between news elements. However, suffering from the heterogeneity, exploring such heterogeneous subgraphs remains an open problem. To bridge the gap, this work proposes a heterogeneous subgraph transformer (HeteroSGT) to exploit subgraphs in our constructed heterogeneous graph. In HeteroSGT, we first employ a pre-trained language model to derive both word-level and sentence-level semantics. Then the random walk with restart (RWR) is applied to extract subgraphs centered on each news, which are further fed to our proposed subgraph Transformer to quantify the authenticity. Extensive experiments on five real-world datasets demonstrate the superior performance of HeteroSGT over five baselines. Further case and ablation studies validate our motivation and demonstrate that performance improvement stems from our specially designed components.

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