CLLGJan 10, 2021

A Heuristic-driven Ensemble Framework for COVID-19 Fake News Detection

arXiv:2101.03545v146 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of detecting COVID-19 fake news for social media users, which is an incremental improvement on existing methods.

This paper describes a system for automatically identifying fake news tweets related to COVID-19. Initially, an ensemble model achieved an F1-score of 0.9831, placing 8th in a competition. After incorporating a novel heuristic algorithm based on username handles and link domains, the system improved to an F1-score of 0.9883, achieving state-of-the-art results on the dataset.

The significance of social media has increased manifold in the past few decades as it helps people from even the most remote corners of the world stay connected. With the COVID-19 pandemic raging, social media has become more relevant and widely used than ever before, and along with this, there has been a resurgence in the circulation of fake news and tweets that demand immediate attention. In this paper, we describe our Fake News Detection system that automatically identifies whether a tweet related to COVID-19 is "real" or "fake", as a part of CONSTRAINT COVID19 Fake News Detection in English challenge. We have used an ensemble model consisting of pre-trained models that has helped us achieve a joint 8th position on the leader board. We have achieved an F1-score of 0.9831 against a top score of 0.9869. Post completion of the competition, we have been able to drastically improve our system by incorporating a novel heuristic algorithm based on username handles and link domains in tweets fetching an F1-score of 0.9883 and achieving state-of-the art results on the given dataset.

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