Fake News Detection with Heterogeneous Transformer
Tianle Li, Yushi Sun, Shang-ling Hsu, Yanjia Li, Raymond Chi-Wing Wong

TL;DR
This paper introduces HetTransformer, a Transformer-based model that effectively detects fake news on social networks by capturing local multi-modal semantics and global propagation structures, outperforming existing methods.
Contribution
The paper presents a novel heterogeneity-aware Transformer model that integrates local semantic features and global structural patterns for improved fake news detection.
Findings
Outperforms state-of-the-art baselines on three real-world datasets.
Effectively captures multi-modal semantics of news, posts, and users.
Models propagation patterns to enhance detection accuracy.
Abstract
The dissemination of fake news on social networks has drawn public need for effective and efficient fake news detection methods. Generally, fake news on social networks is multi-modal and has various connections with other entities such as users and posts. The heterogeneity in both news content and the relationship with other entities in social networks brings challenges to designing a model that comprehensively captures the local multi-modal semantics of entities in social networks and the global structural representation of the propagation patterns, so as to classify fake news effectively and accurately. In this paper, we propose a novel Transformer-based model: HetTransformer to solve the fake news detection problem on social networks, which utilises the encoder-decoder structure of Transformer to capture the structural information of news propagation patterns. We first capture the…
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 · Complex Network Analysis Techniques · Spam and Phishing Detection
MethodsAttention Is All You Need · Linear Layer · Byte Pair Encoding · Absolute Position Encodings · Multi-Head Attention · Residual Connection · Layer Normalization · Position-Wise Feed-Forward Layer · Dense Connections · Dropout
