Rumor Detection on Social Media with Bi-Directional Graph Convolutional Networks
Tian Bian, Xi Xiao, Tingyang Xu, Peilin Zhao, Wenbing Huang, Yu Rong,, Junzhou Huang

TL;DR
This paper introduces Bi-Directional Graph Convolutional Networks (Bi-GCN), a novel approach that models both propagation and dispersion of rumors on social media to improve rumor detection accuracy.
Contribution
It proposes a bi-directional GCN model that captures both rumor spreading and dispersion patterns, incorporating source information at each layer.
Findings
Outperforms state-of-the-art methods on benchmark datasets.
Effectively models both propagation and dispersion characteristics.
Enhances rumor detection accuracy significantly.
Abstract
Social media has been developing rapidly in public due to its nature of spreading new information, which leads to rumors being circulated. Meanwhile, detecting rumors from such massive information in social media is becoming an arduous challenge. Therefore, some deep learning methods are applied to discover rumors through the way they spread, such as Recursive Neural Network (RvNN) and so on. However, these deep learning methods only take into account the patterns of deep propagation but ignore the structures of wide dispersion in rumor detection. Actually, propagation and dispersion are two crucial characteristics of rumors. In this paper, we propose a novel bi-directional graph model, named Bi-Directional Graph Convolutional Networks (Bi-GCN), to explore both characteristics by operating on both top-down and bottom-up propagation of rumors. It leverages a GCN with a top-down directed…
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 · Topic Modeling
MethodsGraph Convolutional Networks · Bi-Directional Graph Convolutional Network · Graph Convolutional Network
