CLAICYIRLGSep 14, 2021

Assisting the Human Fact-Checkers: Detecting All Previously Fact-Checked Claims in a Document

arXiv:2109.07410v3293 citations
Originality Incremental advance
AI Analysis

This research assists human fact-checkers, journalists, and media by improving efficiency in verifying claims, though it is incremental as it builds on existing claim retrieval work with a document-level perspective.

The paper tackles the problem of detecting sentences in a document that contain claims verifiable by a database of previously fact-checked claims, proposing a system that re-ranks sentences with evidence and achieves sizable performance gains over baselines.

Given the recent proliferation of false claims online, there has been a lot of manual fact-checking effort. As this is very time-consuming, human fact-checkers can benefit from tools that can support them and make them more efficient. Here, we focus on building a system that could provide such support. Given an input document, it aims to detect all sentences that contain a claim that can be verified by some previously fact-checked claims (from a given database). The output is a re-ranked list of the document sentences, so that those that can be verified are ranked as high as possible, together with corresponding evidence. Unlike previous work, which has looked into claim retrieval, here we take a document-level perspective. We create a new manually annotated dataset for this task, and we propose suitable evaluation measures. We further experiment with a learning-to-rank approach, achieving sizable performance gains over several strong baselines. Our analysis demonstrates the importance of modeling text similarity and stance, while also taking into account the veracity of the retrieved previously fact-checked claims. We believe that this research would be of interest to fact-checkers, journalists, media, and regulatory authorities.

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