paper-with-me

Papers

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

2025-02-09 · Kevin Nanekhan, Venktesh V, Erik Martin, Henrik Vatndal, Vinay Setty, Avishek Anand

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 be efficient for aiding in combating misinformation in real-time and at the source. Fact-checking pipelines primarily comprise a knowledge retrieval component which extracts relevant knowledge to fact-check a claim from large knowledge sources like Wikipedia and a verification component. The existing works primarily focus on the fact-verification part rather than evidence retrieval from large data collections, which often face scalability issues for practical applications such as live fact-checking. In this study, we address this gap by exploring various methods for indexing a succinct set of factual statements from large collections like Wikipedia to enhance the retrieval phase of the fact-checking pipeline. We also explore the impact of vector quantization to further improve the efficiency of pipelines that employ dense retrieval approaches for first-stage retrieval. We study the efficiency and effectiveness of the approaches on fact-checking datasets such as HoVer and WiCE, leveraging Wikipedia as the knowledge source. We also evaluate the real-world utility of the efficient retrieval approaches by fact-checking 2024 presidential debate and also open source the collection of claims with corresponding labels identified in the debate. Through a combination of indexed facts together with Dense retrieval and Index compression, we achieve up to a 10.0x speedup on CPUs and more than a 20.0x speedup on GPUs compared to the classical fact-checking pipelines over large collections.

📄 PDF Abstract BibTeX arXiv:2502.05803

Code (1)

kevin-rn/Efficient-Fact-checking 공식 구현 pytorch

Tasks

Fact CheckingFact VerificationMisinformationRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

From Intent to Evidence: Policy-Steered Multi-Strategy Retrieval for Long-Video Agents

2026-08-31 · Can Zhang, Baofeng Zhang, Xiaotian Han, Junyuan Shang 외 arxiv

Existing long-video agents acquire evidence through one uniform behavior, ignoring whether the required evidence is concentrated, requires broad occurrence coverage, or must discriminate competing hypotheses---which can …

Fact or Fiction? Improving Fact Verification with Knowledge Graphs through Simplified Subgraph Retrievals

2024-08-14 · Tobias A. Opsahl

Despite recent success in natural language processing (NLP), fact verification still remains a difficult task. Due to misinformation spreading increasingly fast, attention has been directed towards automatically verifyin…

Fact VerificationKnowledge GraphsMisinformationRetrieval

ObsGraph: Hierarchical Observation Representation for Embodied Reasoning and Exploration

2026-06-23 · Taekbeom Lee, Youngseok Jang, Jeonghwa Heo, Jeongjun Choi 외 arxiv

Embodied reasoning and exploration are increasingly considered crucial abilities for robots operating in complex and unfamiliar environments. To accomplish tasks in such settings, an agent must identify and acquire the i…

A DQN-based Approach to Finding Precise Evidences for Fact Verification

2021-08-01 · ACL 2021 5 · Hai Wan, Haicheng Chen, Jianfeng Du, Weilin Luo 외

Computing precise evidences, namely minimal sets of sentences that support or refute a given claim, rather than larger evidences is crucial in fact verification (FV), since larger evidences may contain conflicting pieces…

Claim VerificationFact VerificationQ-LearningRetrieval

VeriFastScore: Speeding up long-form factuality evaluation

2025-05-22 · Rishanth Rajendhran, Amir Zadeh, Matthew Sarte, Chuan Li 외

Metrics like FactScore and VeriScore that evaluate long-form factuality operate by decomposing an input response into atomic claims and then individually verifying each claim. While effective and interpretable, these met…

4kForm