CLAINov 5, 2020

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

arXiv:2011.03088v20.001037 citations
AI Analysis50

This dataset addresses the problem of complex fact verification for researchers in NLP, though it is incremental as it builds on existing verification tasks by adding many-hop reasoning challenges.

The authors introduced HoVer, a dataset for many-hop fact extraction and claim verification, requiring models to extract evidence from up to four Wikipedia articles and classify claims as Supported or Not-Supported, and showed that an existing state-of-the-art model's performance degrades significantly as reasoning hops increase.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes