English

Automated Fake News Detection using cross-checking with reliable sources

Computation and Language 2022-01-04 v1 Social and Information Networks Physics and Society

Abstract

Over the past decade, fake news and misinformation have turned into a major problem that has impacted different aspects of our lives, including politics and public health. Inspired by natural human behavior, we present an approach that automates the detection of fake news. Natural human behavior is to cross-check new information with reliable sources. We use Natural Language Processing (NLP) and build a machine learning (ML) model that automates the process of cross-checking new information with a set of predefined reliable sources. We implement this for Twitter and build a model that flags fake tweets. Specifically, for a given tweet, we use its text to find relevant news from reliable news agencies. We then train a Random Forest model that checks if the textual content of the tweet is aligned with the trusted news. If it is not, the tweet is classified as fake. This approach can be generally applied to any kind of information and is not limited to a specific news story or a category of information. Our implementation of this approach gives a 70%70\% accuracy which outperforms other generic fake-news classification models. These results pave the way towards a more sensible and natural approach to fake news detection.

Keywords

Cite

@article{arxiv.2201.00083,
  title  = {Automated Fake News Detection using cross-checking with reliable sources},
  author = {Zahra Ghadiri and Milad Ranjbar and Fakhteh Ghanbarnejad and Sadegh Raeisi},
  journal= {arXiv preprint arXiv:2201.00083},
  year   = {2022}
}

Comments

12 Pages, 5 Figures

R2 v1 2026-06-24T08:37:19.303Z