AIOct 15, 2023

EX-FEVER: A Dataset for Multi-hop Explainable Fact Verification

arXiv:2310.09754v342 citationsh-index: 42
AI Analysis

This addresses the problem of building explainable fact verification systems for researchers and practitioners, though it is incremental as it focuses on dataset creation rather than a new method.

The authors tackled the lack of a high-quality dataset for explainable fact verification in multi-hop scenarios by introducing EX-FEVER, a dataset with over 60,000 claims involving 2-hop and 3-hop reasoning, each with veracity labels and explanations.

Fact verification aims to automatically probe the veracity of a claim based on several pieces of evidence. Existing works are always engaging in accuracy improvement, let alone explainability, a critical capability of fact verification systems. Constructing an explainable fact verification system in a complex multi-hop scenario is consistently impeded by the absence of a relevant, high-quality dataset. Previous datasets either suffer from excessive simplification or fail to incorporate essential considerations for explainability. To address this, we present EXFEVER, a pioneering dataset for multi-hop explainable fact verification. With over 60,000 claims involving 2-hop and 3-hop reasoning, each is created by summarizing and modifying information from hyperlinked Wikipedia documents. Each instance is accompanied by a veracity label and an explanation that outlines the reasoning path supporting the veracity classification. Additionally, we demonstrate a novel baseline system on our EX-FEVER dataset, showcasing document retrieval, explanation generation, and claim verification, and validate the significance of our dataset. Furthermore, we highlight the potential of utilizing Large Language Models in the fact verification task. We hope our dataset could make a significant contribution by providing ample opportunities to explore the integration of natural language explanations in the domain of fact verification.

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