Information credibility on twitter
Carlos CastilloMarcelo MendozaBárbara Poblete
Demonstrates that machine learning classifiers can automatically evaluate the credibility of breaking news on Twitter by extracting measurable signals from tweet text, user behavior, external citations, and propagation trees.
Twitter spreads both accurate news and false rumors rapidly, especially during crises when official information is scarce. Users struggle to judge credibility without traditional cues, and misinformation can heighten public anxiety.
The article set out to test whether signals available inside the Twitter platform itself can support automatic classification of trending topics as newsworthy and, separately, as credible or not credible.
Researchers collected more than 2,500 bursty topics over two months using an online trend detector. They obtained human labels through Mechanical Turk for 383 topics on whether each was news or chat, then applied a supervised classifier to identify 747 newsworthy cases. A second round of Mechanical Turk assessments produced credibility labels for those cases. The team extracted dozens of features covering message content, user profiles, topic aggregates, and retweet propagation patterns, then trained decision-tree classifiers.
The newsworthiness classifier reached 89 percent accuracy. The credibility classifier, distinguishing almost-certainly-true items from the rest, reached 86 percent accuracy. Credible topics tended to contain URLs, originate from active users with many followers, show deeper propagation trees, and carry more negative sentiment; non-credible topics more often featured questions, positive sentiment, emoticons, and single-level bursts.
These measurable differences indicate that platform-internal signals can approximate human credibility judgments at useful levels of precision. Automatic filters could therefore help users, journalists, and emergency responders focus on higher-quality information and reduce exposure to rumors.
The authors recommend extending the approach to larger and partial data streams, examining the content of linked pages, and testing additional context signals such as poster follower counts and avatars. Further validation on non-trending topics and different languages is needed before operational deployment.
The study relies on Mechanical Turk labels that may contain noise, covers only English-language trending topics from a two-month window, and excludes ambiguous cases; results should therefore be treated as promising but preliminary indicators rather than definitive performance guarantees.
- Paper: What is Twitter, a social network or a news media?, Haewoon Kwak et al. (2010). Provides the foundational empirical study on Twitter's network topology, retweet diffusion patterns, and trending topic dynamics upon which credibility and propagation features are modeled.
- Paper: Cheap and Fast – But is it Good? Evaluating Non-Expert Annotations for Natural Language Tasks, R. Snow et al. (2008). Establishes the foundational methodology for collecting, validating, and aggregating non-expert annotations via Amazon Mechanical Turk for natural language classification tasks.
- Paper: Thumbs up? Sentiment Classification using Machine Learning Techniques, Bo Pang et al. (2002). Introduces standard machine learning approaches for sentiment classification from text, informing the sentiment-based features utilized in the credibility classifier.
- Paper: Earthquake shakes Twitter users: real-time event detection by social sensors, Takeshi Sakaki et al. (2010). Demonstrates early methods for real-time event detection and filtering of bursty Twitter streams using supervised machine learning.
- Paper: Fake News Detection on Social Media: A Data Mining Perspective, Kai Shu et al. (2017). Surveys the broader landscape of automated fake news and misinformation detection on social media, synthesizing the feature-based and social-context approaches introduced by early credibility studies.
- Paper: The rise of social bots, Emilio Ferrara et al. (2014). Investigates the behavior and detection of automated social bots that actively manipulate credibility, engagement, and information diffusion across social platforms.
- Paper: FEVER: a Large-scale Dataset for Fact Extraction and VERification, James Thorne et al. (2018). Advances automated veracity assessment by constructing a large-scale benchmark that couples claim classification directly with evidence retrieval and verification.
