Document-level Claim Extraction and Decontextualisation for Fact-Checking
Zhenyun Deng, Michael Schlichtkrull, Andreas Vlachos
TL;DR
The paper tackles the challenge of selecting check-worthy claims from multi-sentence documents by reframing document-level claim extraction as extractive summarization to identify central sentences, then enriching these sentences with document-wide context via a QA-driven decontextualisation process. It pairs this with a QA-to-context generation and a DeBERTa-based check-worthiness estimator to produce context-rich, unambiguous claims for verification. On the AVeriTeC and derived AVeriTeC-DCE datasets, the approach yields substantial gains over sentence-level baselines (e.g., $P@1=47.8$ vs $37.8$) and improves evidence retrieval (average $+1.08$ precision) through effective decontextualisation, with a $chrF$ of $26.4$ on gold decontextualised claims. These results demonstrate a practical pathway to scalable, document-aware fact-checking that better aligns with how audiences seek information and how evidence can be retrieved.”
Abstract
Selecting which claims to check is a time-consuming task for human fact-checkers, especially from documents consisting of multiple sentences and containing multiple claims. However, existing claim extraction approaches focus more on identifying and extracting claims from individual sentences, e.g., identifying whether a sentence contains a claim or the exact boundaries of the claim within a sentence. In this paper, we propose a method for document-level claim extraction for fact-checking, which aims to extract check-worthy claims from documents and decontextualise them so that they can be understood out of context. Specifically, we first recast claim extraction as extractive summarization in order to identify central sentences from documents, then rewrite them to include necessary context from the originating document through sentence decontextualisation. Evaluation with both automatic metrics and a fact-checking professional shows that our method is able to extract check-worthy claims from documents more accurately than previous work, while also improving evidence retrieval.
