Document-level Claim Extraction and Decontextualisation for Fact-Checking
Zhenyun Deng, Michael Schlichtkrull, Andreas Vlachos

TL;DR
This paper introduces a novel document-level claim extraction method for fact-checking that identifies central claims and rewrites them to be understandable out of context, improving accuracy and evidence retrieval.
Contribution
It presents a new approach recasting claim extraction as extractive summarization combined with sentence decontextualisation, advancing beyond sentence-level methods.
Findings
Outperforms previous claim extraction methods in accuracy
Enhances evidence retrieval for fact-checking
Improves understanding of claims out of original context
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsFocus
