FEVER: a large-scale dataset for Fact Extraction and VERification
Constructed FEVER dataset with 185,445 claims; max accuracy 31.87%; highlights evidence retrieval as key bottleneck.
Key Findings
Methodology
This work assembled a large-scale FEVER dataset by extracting sentences from Wikipedia, applying mutation techniques, and manually annotating claims as supported, refuted, or not enough info. The annotation process involved generating claims, selecting evidence, and verifying labels, ensuring high inter-annotator agreement. The system pipeline includes document retrieval via TF-IDF, sentence selection, and textual entailment recognition using models like Decomposable Attention. Oracle experiments validated the potential of each component, revealing evidence selection as the main challenge. The evaluation metrics include accuracy and evidence F1 scores, with the best system achieving 31.87% accuracy when evidence is required, and 50.91% ignoring evidence.
Key Results
- Under ideal conditions with correct evidence, the system reached 31.87% accuracy, while ignoring evidence yielded 50.91%, indicating the task's inherent difficulty. Oracle experiments showed that evidence retrieval could reach 86.59%, but overall performance remains limited by evidence matching and reasoning capabilities.
- In multi-page, multi-sentence scenarios, the system struggled with complex claim variations, multi-hop inference, and evidence aggregation. Incorporating deep pre-trained models like BERT is expected to boost performance.
- The experiments confirmed that evidence selection and multi-hop reasoning are the primary bottlenecks, with significant room for improvement in complex scenarios involving multiple documents and sentence mutations.
Significance
The FEVER dataset addresses the critical need for large-scale, diverse fact verification benchmarks, enabling the development of robust NLP models for real-world applications such as misinformation detection, scientific claim validation, and legal evidence analysis. It bridges the gap between small datasets and practical deployment, fostering advances in multi-document reasoning, evidence retrieval, and explainable AI.
Technical Contribution
This study introduces a comprehensive pipeline combining information retrieval, sentence selection, and textual entailment, validated through oracle experiments. It innovates by integrating multi-page, multi-sentence evidence, and systematically analyzing bottlenecks. The dataset’s scale and annotation quality set a new standard for future research, providing a foundation for training deep models and multi-hop reasoning systems.
Novelty
FEVER is the first large-scale dataset explicitly designed for multi-evidence, multi-page fact verification, with a focus on complex claim mutations and diverse evidence sources. Its combination of manual claim generation, mutation, and multi-document annotation distinguishes it from prior small datasets and single-source verification efforts, marking a significant step forward in automated fact checking.
Limitations
- Despite oracle validation, real system performance remains limited by evidence retrieval and multi-hop reasoning capabilities. Handling ambiguous or vague claims still poses challenges.
- The reliance on shallow TF-IDF for document and sentence retrieval limits semantic understanding, requiring integration of deep contextual models.
- Manual annotation, while high quality, is costly and not scalable; automated labeling and multi-source fusion need further development.
Future Work
Future directions include integrating transformer-based models like BERT and GPT for enhanced semantic understanding, developing more sophisticated multi-hop reasoning architectures, and expanding to multilingual and cross-domain datasets. Improving automated annotation and knowledge integration will further advance practical fact verification systems.
AI Executive Summary
In an era overwhelmed by information, verifying facts automatically has become a vital challenge. Existing datasets are limited in size and scope, restricting the development of robust models capable of handling complex verification scenarios. To address this, Thorne et al. introduced FEVER, a large-scale dataset comprising 185,445 claims derived from Wikipedia sentences, mutated to include support, refutation, and ambiguous cases. The dataset was meticulously annotated to ensure high quality, capturing multi-page, multi-sentence evidence, and supporting complex reasoning tasks.
Building upon this, the researchers designed a comprehensive pipeline system that includes document retrieval via TF-IDF, sentence selection based on similarity metrics, and textual entailment recognition using models like Decomposable Attention. Oracle experiments demonstrated that evidence retrieval could reach an accuracy of 86.59%, but the overall system performance was constrained by evidence matching and multi-hop reasoning. The best achieved accuracy on the full pipeline was 31.87%, highlighting the task's inherent difficulty.
This work significantly advances the field by providing a rich resource for training and evaluating fact verification models, especially in multi-evidence, multi-page contexts. It paves the way for integrating deep contextual models, knowledge graphs, and multi-modal data, promising more reliable and explainable AI systems. Despite current limitations, such as reliance on shallow retrieval techniques and manual annotations, the study sets a foundation for future innovations that could transform automated misinformation detection, scientific claim validation, and legal evidence analysis, making information more trustworthy in the digital age.
Deep Analysis
Background
The rapid growth of online information has heightened the need for automated fact verification, crucial for combating misinformation. Early datasets like Vlachos and Riedel (2014) provided small-scale resources, but lacked diversity and multi-page support. The Fake News Challenge (Pomerleau and Rao, 2017) expanded scope but still faced limitations in evidence complexity. Advances in natural language inference (Dagan et al., 2009) and question answering (Chen et al., 2017) laid groundwork, yet struggled with multi-hop, multi-source scenarios. The emergence of deep pre-trained models (e.g., BERT) offers new opportunities, but data scarcity remains a bottleneck. This context motivated the creation of FEVER, aiming to bridge the gap between research and real-world needs.
Core Problem
The core challenge lies in developing systems capable of retrieving, integrating, and reasoning over evidence from multiple documents and sentences to verify claims. Existing methods rely heavily on shallow matching, which fails in complex, multi-sentence, multi-page contexts. The bottleneck is evidence selection accuracy, especially when claims involve paraphrasing, negation, or multi-hop inference. Additionally, the scarcity of large, annotated datasets hampers deep learning approaches, limiting their ability to generalize to diverse real-world scenarios. Addressing these issues requires a comprehensive dataset and robust pipeline architecture capable of handling complex evidence structures.
Innovation
This work introduces several innovations: 1) a large-scale, multi-category dataset with 185,445 claims and multi-page evidence annotations, surpassing prior resources; 2) a multi-component pipeline integrating TF-IDF-based document retrieval, similarity-driven sentence selection, and deep neural models for textual entailment; 3) oracle-based validation experiments that reveal evidence retrieval as the primary bottleneck, guiding future improvements. The dataset’s diversity, including mutated claims and multi-source evidence, enables training models for complex reasoning tasks. The pipeline’s modular design facilitates targeted enhancements, fostering progress in multi-hop, multi-document verification.
Methodology
- �� Data collection: Extract sentences from Wikipedia June 2017 dump, generate claims via human annotation and mutation, focusing on entities and facts. • Evidence annotation: Annotators select sentences supporting or refuting claims, often across multiple pages, ensuring high inter-annotator agreement. • System architecture: • Document retrieval using TF-IDF and DrQA to fetch top-k documents. • Sentence selection: Rank sentences by similarity to claim, tune cutoff thresholds. • Textual entailment: Use models like Decomposable Attention and MLP to classify claim-evidence pairs. • Oracle experiments: Replace system components with gold annotations to measure maximum achievable accuracy. • Evaluation: Measure overall accuracy, evidence F1, and analyze bottlenecks across different scenarios.
Experiments
The dataset was split into training, validation, and test sets, ensuring each Wikipedia page appears in only one set. Baseline models used TF-IDF for document retrieval, sentence ranking, and Decomposable Attention for entailment. Hyperparameters like number of documents (k=5) and sentences (l=5) were optimized via grid search. Oracle experiments demonstrated potential upper bounds, with document retrieval reaching 86.59% accuracy. The full pipeline achieved 31.87% accuracy with evidence, and 50.91% ignoring evidence. Ablation studies showed that removing sentence selection significantly degraded performance, emphasizing its importance. The models struggled with multi-hop and multi-page evidence, indicating areas for future improvement.
Results
The best system achieved 31.87% accuracy when evidence was required, highlighting the task's difficulty. Oracle experiments indicated that evidence retrieval could reach 86.59%, but the overall accuracy was limited by evidence matching and reasoning. Incorporating deep models like BERT is expected to improve performance. The experiments confirmed that evidence selection and multi-hop reasoning are primary bottlenecks, especially in complex scenarios involving multiple documents and sentence mutations. The results suggest that future work should focus on improving evidence retrieval robustness and reasoning depth to handle real-world complexities.
Applications
The FEVER system can be applied to automated fact-checking in journalism, scientific research validation, and legal evidence analysis. It enables scalable, real-time verification of claims against large knowledge bases, reducing misinformation spread. Future integration with knowledge graphs and multi-modal data can further enhance its utility, making AI systems more trustworthy and transparent in critical domains.
Limitations & Outlook
Current models are limited by shallow retrieval techniques, insufficient for deep semantic understanding required in multi-hop scenarios. Manual annotation quality, while high, is costly and not scalable. The system struggles with ambiguous, vague, or paraphrased claims, especially across multiple pages. Computational costs of large models and multi-source fusion remain high. Future work must address these challenges by developing more sophisticated retrieval, reasoning, and annotation methods.
Plain Language Accessible to non-experts
想象你在一个厨房里准备一道复杂的菜肴。每个步骤都需要不同的材料和调料,有时候你需要从不同的架子上找到合适的调料,组合起来才能做出美味的菜。这就像验证一句话是否正确:你要找到支持或反驳它的“材料”,比如书本、网页或其他资料。这个研究就像设计了一套聪明的厨具,可以帮你快速找到这些“材料”,然后判断它们是否能证明那句话是真的或是假的。虽然还不完美,但它为自动判断信息真伪提供了很好的基础,就像一套智能厨具,让你做饭更轻松、更靠谱。
ELI14 Explained like you're 14
想象你在学校里玩一个猜谜游戏,你需要判断一句话是真是假。比如有人说“我昨天吃了苹果”,你可以问:你在哪儿吃的?或者:你吃了几个苹果?如果你知道他昨天在苹果园玩,或者看到他带着苹果,那你就可以相信他的话。这个研究就像发明了一台超级聪明的机器,它可以帮你找到支持或反驳那句话的线索,比如网页、书本或者其他资料。它会先找出相关的资料,然后判断这些资料是否能证明那句话是真的。虽然这个机器还不完美,有时候找不到全部线索,但它已经比以前更聪明了,可以帮我们更快、更准确地判断信息的真假,就像一个超级侦探一样。
Glossary
Fact Verification (事实验证)
自动判断一句话是否真实,基于相关证据。技术上使用文本推理和信息检索方法。
本文中指利用系统验证声明的真实性。
Decomposable Attention (可分解注意力模型)
一种文本蕴含识别模型,通过注意力机制对句子对进行逐步推理。
用于判断证据和声明之间的蕴含关系。
TF-IDF (词频-逆文档频率)
一种文本表示方法,用于衡量词语在文档中的重要性。浅层匹配技术。
用于文档和句子检索。
Multi-hop Inference (多跳推理)
需要多步推理整合多源信息才能得出结论的过程。
验证复杂声明时的关键挑战。
Fleiss κ (Fleiss系数)
衡量多名标注者一致性的统计指标。值越高,标注越一致。
用于评估标注一致性。
Open Questions Unanswered questions from this research
- 1 如何进一步提升多跳推理模型的准确性,尤其在多页面、多句子场景中?
- 2 引入深度预训练模型后,如何结合外部知识库实现更高效的证据匹配?
- 3 自动化标注和多源信息融合的技术瓶颈何时能突破?
Applications
Immediate Applications
新闻事实核查
自动检测新闻中的虚假信息,帮助媒体快速识别虚假报道,提升信息真实性。
科学文献验证
辅助科研人员验证论文中的声明,确保研究的可靠性和可重复性。
Long-term Vision
智能内容审核
未来实现全自动化的内容真实性检测,应用于社交平台、新闻门户,减少虚假信息传播。
Abstract
In this paper we introduce a new publicly available dataset for verification against textual sources, FEVER: Fact Extraction and VERification. It consists of 185,445 claims generated by altering sentences extracted from Wikipedia and subsequently verified without knowledge of the sentence they were derived from. The claims are classified as Supported, Refuted or NotEnoughInfo by annotators achieving 0.6841 in Fleiss $κ$. For the first two classes, the annotators also recorded the sentence(s) forming the necessary evidence for their judgment. To characterize the challenge of the dataset presented, we develop a pipeline approach and compare it to suitably designed oracles. The best accuracy we achieve on labeling a claim accompanied by the correct evidence is 31.87%, while if we ignore the evidence we achieve 50.91%. Thus we believe that FEVER is a challenging testbed that will help stimulate progress on claim verification against textual sources.