Skip to content

Rumor detection on social media

Rumor detection is the task of automatically identifying claims that emerge on social media as true, false, unverified, or non-rumors. This complements fake news detection (typically focused on articles from news outlets) by targeting the shorter-form, conversation-driven claims on Twitter, Weibo, Reddit, and other platforms where false information spreads rapidly.

Key signals for rumor detection

Rumor detection literature emphasizes multiple complementary signals:

  • Propagation structure: How the claim spreads through retweets and replies contains signals about veracity. Ma et al. (2018) show that recursive patterns in thread responses—e.g., supportive replies to denials, questioning replies to affirmations—reveal the underlying truth value.
  • Temporal dynamics: Early retweet velocity and acceleration patterns differ between true and false rumors.
  • User profiles: The reputation, follower count, and verification status of early spreaders matter; false rumors often originate from less-established accounts.
  • Stance signals: User comments and replies express explicit stances (support, deny, question, comment) toward the rumor.
  • Content features: Linguistic features, sentiment, and emotional language in the rumor itself.

Key papers in this wiki

Rumor vs. fake news

Aspect Rumor Fake News
Format Short claim, often unverified at origin Full article, often mimics news style
Platform Twitter, Weibo, Reddit (social media) News websites, articles, sometimes Facebook
Veracity Often genuinely unverified; truth emerges through discussion Usually deliberately false
Propagation Thread-like with discussion and stance expressions Cascading shares with less discussion
Detection approach Leverage propagation structure + stance signals Content analysis + source credibility

Connections