paper-with-me

Papers

GERE: Generative Evidence Retrieval for Fact Verification

2022-04-12 · Jiangui Chen, Ruqing Zhang, Jiafeng Guo, Yixing Fan, Xueqi Cheng

Fact verification (FV) is a challenging task which aims to verify a claim using multiple evidential sentences from trustworthy corpora, e.g., Wikipedia. Most existing approaches follow a three-step pipeline framework, including document retrieval, sentence retrieval and claim verification. High-quality evidences provided by the first two steps are the foundation of the effective reasoning in the last step. Despite being important, high-quality evidences are rarely studied by existing works for FV, which often adopt the off-the-shelf models to retrieve relevant documents and sentences in an "index-retrieve-then-rank" fashion. This classical approach has clear drawbacks as follows: i) a large document index as well as a complicated search process is required, leading to considerable memory and computational overhead; ii) independent scoring paradigms fail to capture the interactions among documents and sentences in ranking; iii) a fixed number of sentences are selected to form the final evidence set. In this work, we propose GERE, the first system that retrieves evidences in a generative fashion, i.e., generating the document titles as well as evidence sentence identifiers. This enables us to mitigate the aforementioned technical issues since: i) the memory and computational cost is greatly reduced because the document index is eliminated and the heavy ranking process is replaced by a light generative process; ii) the dependency between documents and that between sentences could be captured via sequential generation process; iii) the generative formulation allows us to dynamically select a precise set of relevant evidences for each claim. The experimental results on the FEVER dataset show that GERE achieves significant improvements over the state-of-the-art baselines, with both time-efficiency and memory-efficiency.

📄 PDF Abstract BibTeX arXiv:2204.05511

Code (1)

Chriskuei/GERE 공식 구현 pytorch

Tasks

Claim VerificationFact VerificationRetrievalSentenceSentence Retrieval

Similar Papers 제목 키워드 기반

Multilingual Evidence Retrieval and Fact Verification to Combat Global Disinformation: The Power of Polyglotism

2020-12-16 · Denisa A. O. Roberts

This article investigates multilingual evidence retrieval and fact verification as a step to combat global disinformation, a first effort of this kind, to the best of our knowledge. The goal is building multilingual syst…

Cross-Lingual TransferFact VerificationRetrievalTransfer Learning

Logic-level Evidence Retrieval and Graph-based Verification Network for Table-based Fact Verification

2021-09-14 · EMNLP 2021 11 · Qi Shi, Yu Zhang, Qingyu Yin, Ting Liu

Table-based fact verification task aims to verify whether the given statement is supported by the given semi-structured table. Symbolic reasoning with logical operations plays a crucial role in this task. Existing method…

Fact VerificationRetrievalTable-based Fact Verification

+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

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

LLM-Based Adversarial Persuasion Attacks on Fact-Checking Systems

2026-01-23 · João A. Leite, Olesya Razuvayevskaya, Kalina Bontcheva, Carolina Scarton arxiv

Automated fact-checking (AFC) systems are susceptible to adversarial attacks, enabling false claims to evade detection. Existing adversarial frameworks typically rely on injecting noise or altering semantics, yet no exis…