CLLGMLApr 24, 2020

GCAN: Graph-aware Co-Attention Networks for Explainable Fake News Detection on Social Media

arXiv:2004.11648v11042 citations
AI Analysis

This addresses the problem of identifying fake news for social media users and platforms, with incremental improvements in accuracy and explainability.

The paper tackles fake news detection on social media by predicting if a source tweet is fake and generating explanations based on retweet users and words, achieving a 16% accuracy improvement over state-of-the-art methods.

This paper solves the fake news detection problem under a more realistic scenario on social media. Given the source short-text tweet and the corresponding sequence of retweet users without text comments, we aim at predicting whether the source tweet is fake or not, and generating explanation by highlighting the evidences on suspicious retweeters and the words they concern. We develop a novel neural network-based model, Graph-aware Co-Attention Networks (GCAN), to achieve the goal. Extensive experiments conducted on real tweet datasets exhibit that GCAN can significantly outperform state-of-the-art methods by 16% in accuracy on average. In addition, the case studies also show that GCAN can produce reasonable explanations.

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