CLOct 10, 2022

Empowering the Fact-checkers! Automatic Identification of Claim Spans on Twitter

CMU
arXiv:2210.04710v2300 citationsh-index: 41
AI Analysis

This addresses the challenge of misinformation on social media for fact-checkers, but it is incremental as it builds on existing token classification methods.

The paper tackles the problem of identifying claim-worthy snippets in tweets to aid manual fact-checkers overwhelmed by misinformation, introducing a new task called Claim Span Identification and a dataset of over 7.5k tweets, with a model improving performance by about 1.5 points over baselines.

The widespread diffusion of medical and political claims in the wake of COVID-19 has led to a voluminous rise in misinformation and fake news. The current vogue is to employ manual fact-checkers to efficiently classify and verify such data to combat this avalanche of claim-ridden misinformation. However, the rate of information dissemination is such that it vastly outpaces the fact-checkers' strength. Therefore, to aid manual fact-checkers in eliminating the superfluous content, it becomes imperative to automatically identify and extract the snippets of claim-worthy (mis)information present in a post. In this work, we introduce the novel task of Claim Span Identification (CSI). We propose CURT, a large-scale Twitter corpus with token-level claim spans on more than 7.5k tweets. Furthermore, along with the standard token classification baselines, we benchmark our dataset with DABERTa, an adapter-based variation of RoBERTa. The experimental results attest that DABERTa outperforms the baseline systems across several evaluation metrics, improving by about 1.5 points. We also report detailed error analysis to validate the model's performance along with the ablation studies. Lastly, we release our comprehensive span annotation guidelines for public use.

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