paper-with-me

Papers

Complex Claim Verification with Evidence Retrieved in the Wild

2023-05-19 · Jifan Chen, Grace Kim, Aniruddh Sriram, Greg Durrett, Eunsol Choi

Evidence retrieval is a core part of automatic fact-checking. Prior work makes simplifying assumptions in retrieval that depart from real-world use cases: either no access to evidence, access to evidence curated by a human fact-checker, or access to evidence available long after the claim has been made. In this work, we present the first fully automated pipeline to check real-world claims by retrieving raw evidence from the web. We restrict our retriever to only search documents available prior to the claim's making, modeling the realistic scenario where an emerging claim needs to be checked. Our pipeline includes five components: claim decomposition, raw document retrieval, fine-grained evidence retrieval, claim-focused summarization, and veracity judgment. We conduct experiments on complex political claims in the ClaimDecomp dataset and show that the aggregated evidence produced by our pipeline improves veracity judgments. Human evaluation finds the evidence summary produced by our system is reliable (it does not hallucinate information) and relevant to answering key questions about a claim, suggesting that it can assist fact-checkers even when it cannot surface a complete evidence set.

📄 PDF Abstract BibTeX arXiv:2305.11859

Code (1)

jifan-chen/fact-checking-via-raw-evidence 공식 구현

Tasks

Claim VerificationFact CheckingRetrieval

Similar Papers 제목 키워드 기반

Read it Twice: Towards Faithfully Interpretable Fact Verification by Revisiting Evidence

2023-05-02 · Xuming Hu, Zhaochen Hong, Zhijiang Guo, Lijie Wen 외

Real-world fact verification task aims to verify the factuality of a claim by retrieving evidence from the source document. The quality of the retrieved evidence plays an important role in claim verification. Ideally, th…

Claim VerificationDecision MakingFact Verification

Retrieve-Refine-Calibrate: A Framework for Complex Claim Fact-Checking

2026-01-23 · Mingwei Sun, Qianlong Wang, Ruifeng Xu arxiv

Fact-checking aims to verify the truthfulness of a claim based on the retrieved evidence. Existing methods typically follow a decomposition paradigm, in which a claim is broken down into sub-claims that are individually …

From Relevance to Utility: Evidence Retrieval with Feedback for Fact Verification

2023-10-18 · Hengran Zhang, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Retrieval-enhanced methods have become a primary approach in fact verification (FV); it requires reasoning over multiple retrieved pieces of evidence to verify the integrity of a claim. To retrieve evidence, existing wor…

Fact VerificationRetrieval

MERMAID: Memory-Enhanced Retrieval and Reasoning with Multi-Agent Iterative Knowledge Grounding for Veracity Assessment

2026-01-29 · Yupeng Cao, Chengyang He, Yangyang Yu, Ping Wang 외 arxiv

Assessing the veracity of online content has become increasingly critical. Large language models (LLMs) have recently enabled substantial progress in automated veracity assessment, including automated fact-checking and c…

CRAVE: A Conflicting Reasoning Approach for Explainable Claim Verification Using LLMs

2025-04-21 · Yingming Zheng, Xiaoliang Liu, Peng Wu, Li Pan

The rapid spread of misinformation, driven by digital media and AI-generated content, has made automatic claim verification essential. Traditional methods, which depend on expert-annotated evidence, are labor-intensive a…

Claim VerificationLogical ReasoningMisinformationSmall Language Model