Table of Contents
Fetching ...

MPPFND: A Dataset and Analysis of Detecting Fake News with Multi-Platform Propagation

Congyuan Zhao, Lingwei Wei, Ziming Qin, Wei Zhou, Yunya Song, Songlin Hu

TL;DR

This work addresses the gap in fake news detection by analyzing propagation across multiple platforms rather than single-platform signals. It provides the MPPFND dataset, capturing cross-platform propagation across YouTube, X, and Reddit, and analyzes platform-specific differences in propagation, comments, and emotions. The authors introduce Adaptive Propagation Structure Learning Network (APSL), which uses platform adapters, per-platform GNNs, and an attention-based fusion plus platform-aware contrastive learning to leverage cross-platform signals for detection. Experiments show that multi-platform propagation data improve detection performance, validating the importance of platform-specific modeling for robust fake news detection in real-world, multi-platform ecosystems.

Abstract

Fake news spreads widely on social media, leading to numerous negative effects. Most existing detection algorithms focus on analyzing news content and social context to detect fake news. However, these approaches typically detect fake news based on specific platforms, ignoring differences in propagation characteristics across platforms. In this paper, we introduce the MPPFND dataset, which captures propagation structures across multiple platforms. We also describe the commenting and propagation characteristics of different platforms to show that their social contexts have distinct features. We propose a multi-platform fake news detection model (APSL) that uses graph neural networks to extract social context features from various platforms. Experiments show that accounting for cross-platform propagation differences improves fake news detection performance.

MPPFND: A Dataset and Analysis of Detecting Fake News with Multi-Platform Propagation

TL;DR

This work addresses the gap in fake news detection by analyzing propagation across multiple platforms rather than single-platform signals. It provides the MPPFND dataset, capturing cross-platform propagation across YouTube, X, and Reddit, and analyzes platform-specific differences in propagation, comments, and emotions. The authors introduce Adaptive Propagation Structure Learning Network (APSL), which uses platform adapters, per-platform GNNs, and an attention-based fusion plus platform-aware contrastive learning to leverage cross-platform signals for detection. Experiments show that multi-platform propagation data improve detection performance, validating the importance of platform-specific modeling for robust fake news detection in real-world, multi-platform ecosystems.

Abstract

Fake news spreads widely on social media, leading to numerous negative effects. Most existing detection algorithms focus on analyzing news content and social context to detect fake news. However, these approaches typically detect fake news based on specific platforms, ignoring differences in propagation characteristics across platforms. In this paper, we introduce the MPPFND dataset, which captures propagation structures across multiple platforms. We also describe the commenting and propagation characteristics of different platforms to show that their social contexts have distinct features. We propose a multi-platform fake news detection model (APSL) that uses graph neural networks to extract social context features from various platforms. Experiments show that accounting for cross-platform propagation differences improves fake news detection performance.

Paper Structure

This paper contains 30 sections, 5 equations, 5 figures, 5 tables.

Figures (5)

  • Figure 1: An example of real-world news spreading across multiple social media platforms, where we can observe a significant disparity in how the credibility of the news is assessed by the two platforms.
  • Figure 2: (a) Comment similarity, (b) Comment length, (c) News duplication, (d) Entity analysis.
  • Figure 3: Word cloud of comments in True and Fake claims. Left: Fake claim comments on YouTube, Reddit, and X. Right: True claim comments on YouTube, Reddit, and X.
  • Figure 4: Emotion feature of each social platform comment in news claim. Due to the prevalence of neutral emotions across all platforms, we omit neutral emotions to highlight differences.
  • Figure 5: Overview of the proposed framework APSL.