paper-with-me

홈 › Papers

HoVer: A Dataset for Many-Hop Fact Extraction And Claim Verification

2020-11-05 · Findings of the Association for Computational Linguistics 2020 · Yichen Jiang, Shikha Bordia, Zheng Zhong, Charles Dognin, Maneesh Singh, Mohit Bansal

We introduce HoVer (HOppy VERification), a dataset for many-hop evidence extraction and fact verification. It challenges models to extract facts from several Wikipedia articles that are relevant to a claim and classify whether the claim is Supported or Not-Supported by the facts. In HoVer, the claims require evidence to be extracted from as many as four English Wikipedia articles and embody reasoning graphs of diverse shapes. Moreover, most of the 3/4-hop claims are written in multiple sentences, which adds to the complexity of understanding long-range dependency relations such as coreference. We show that the performance of an existing state-of-the-art semantic-matching model degrades significantly on our dataset as the number of reasoning hops increases, hence demonstrating the necessity of many-hop reasoning to achieve strong results. We hope that the introduction of this challenging dataset and the accompanying evaluation task will encourage research in many-hop fact retrieval and information verification. We make the HoVer dataset publicly available at https://hover-nlp.github.io

📄 PDF Abstract BibTeX arXiv:2011.03088

Code (1)

kevin-rn/Efficient-Fact-checking pytorch

Tasks

ArticlesClaim VerificationFact VerificationRetrieval

Similar Papers 제목 키워드 기반

Claim Extraction for Fact-Checking: Data, Models, and Automated Metrics

2025-02-07 · Herbert Ullrich, Tomáš Mlynář, Jan Drchal

In this paper, we explore the problem of Claim Extraction using one-to-many text generation methods, comparing LLMs, small summarization models finetuned for the task, and a previous NER-centric baseline QACG. As the cur…

4kFact CheckingNERText Generation

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 …

ParsFEVER: a Dataset for Farsi Fact Extraction and Verification

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Majid Zarharan, Mahsa Ghaderan, Amin Pourdabiri, Zahra Sayedi 외

Training and evaluation of automatic fact extraction and verification techniques require large amounts of annotated data which might not be available for low-resource languages. This paper presents ParsFEVER: the first p…

ZeFaV: Boosting Large Language Models for Zero-shot Fact Verification

2024-11-18 · Son T. Luu, Hiep Nguyen, Trung Vo, Le-Minh Nguyen

In this paper, we propose ZeFaV - a zero-shot based fact-checking verification framework to enhance the performance on fact verification task of large language models by leveraging the in-context learning ability of larg…

Fact CheckingFact VerificationIn-Context Learning

BiDeV: Bilateral Defusing Verification for Complex Claim Fact-Checking

2025-02-22 · Yuxuan Liu, Hongda Sun, Wenya Guo, Xinyan Xiao 외

Complex claim fact-checking performs a crucial role in disinformation detection. However, existing fact-checking methods struggle with claim vagueness, specifically in effectively handling latent information and complex …

Fact Checking