paper-with-me

Papers

FIRE: Fact-checking with Iterative Retrieval and Verification

2024-10-17 · Zhuohan Xie, Rui Xing, Yuxia Wang, Jiahui Geng, Hasan Iqbal, Dhruv Sahnan, Iryna Gurevych, Preslav Nakov

Fact-checking long-form text is challenging, and it is therefore common practice to break it down into multiple atomic claims. The typical approach to fact-checking these atomic claims involves retrieving a fixed number of pieces of evidence, followed by a verification step. However, this method is usually not cost-effective, as it underutilizes the verification model's internal knowledge of the claim and fails to replicate the iterative reasoning process in human search strategies. To address these limitations, we propose FIRE, a novel agent-based framework that integrates evidence retrieval and claim verification in an iterative manner. Specifically, FIRE employs a unified mechanism to decide whether to provide a final answer or generate a subsequent search query, based on its confidence in the current judgment. We compare FIRE with other strong fact-checking frameworks and find that it achieves slightly better performance while reducing large language model (LLM) costs by an average of 7.6 times and search costs by 16.5 times. These results indicate that FIRE holds promise for application in large-scale fact-checking operations. Our code is available at https://github.com/mbzuai-nlp/fire.git.

📄 PDF Abstract BibTeX arXiv:2411.00784

Code (1)

mbzuai-nlp/fire 공식 구현 pytorch

Tasks

Claim VerificationFact CheckingLanguage ModelingLanguage ModellingLarge Language ModelRetrieval

Similar Papers 제목 키워드 기반

+VeriRel: Verification Feedback to Enhance Document Retrieval for Scientific Fact Checking

2025-08-14 · Xingyu Deng, Xi Wang, Mark Stevenson arxiv

Identification of appropriate supporting evidence is critical to the success of scientific fact checking. However, existing approaches rely on off-the-shelf Information Retrieval algorithms that rank documents based on r…

Information RetrievalDocument RankingFact Checking

FlashCheck: Exploration of Efficient Evidence Retrieval for Fast Fact-Checking

2025-02-09 · Kevin Nanekhan, Venktesh V, Erik Martin, Henrik Vatndal 외

The advances in digital tools have led to the rampant spread of misinformation. While fact-checking aims to combat this, manual fact-checking is cumbersome and not scalable. It is essential for automated fact-checking to…

Fact CheckingFact VerificationMisinformationRetrieval

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…

The CLEF-2026 CheckThat! Lab: Advancing Multilingual Fact-Checking

2026-02-10 · Julia Maria Struß, Sebastian Schellhammer, Stefan Dietze, Venktesh V 외 arxiv

The CheckThat! lab aims to advance the development of innovative technologies combating disinformation and manipulation efforts in online communication across a multitude of languages and platforms. While in early editio…

Augmenting the Veracity and Explanations of Complex Fact Checking via Iterative Self-Revision with LLMs

2024-10-19 · Xiaocheng Zhang, Xi Wang, Yifei Lu, Zhuangzhuang Ye 외

Explanation generation plays a more pivotal role than fact verification in producing interpretable results and facilitating comprehensive fact-checking, which has recently garnered considerable attention. However, previo…

Explanation GenerationFact CheckingFact Verification