Inferensys

Glossary

FEVER Dataset

The FEVER (Fact Extraction and VERification) dataset is a large-scale benchmark containing 185,445 claims for training and evaluating AI models on evidence-based claim verification against Wikipedia.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
BENCHMARK

What is FEVER Dataset?

The Fact Extraction and VERification (FEVER) dataset is a large-scale benchmark for evaluating automated fact-checking systems against Wikipedia.

The FEVER Dataset is a publicly available benchmark containing 185,445 claims generated by human annotators, each mapped to a Wikipedia dump. Its core task requires a model to retrieve relevant evidence and classify a claim as Supported, Refuted, or NotEnoughInfo, making it a standard for training and evaluating evidence-based fact verification systems.

Introduced to advance automated fact-checking, FEVER demands joint Natural Language Inference (NLI) and evidence retrieval capabilities. The dataset's structured three-label classification and granular evidence annotation enable rigorous testing of a model's ability to perform textual entailment and avoid hallucination when verifying real-world assertions against a closed corpus.

BENCHMARK ARCHITECTURE

Key Features of the FEVER Dataset

The Fact Extraction and VERification (FEVER) dataset is a large-scale benchmark for evidence-based claim verification. It pairs 185,445 human-generated claims with Wikipedia evidence, requiring models to retrieve relevant passages and predict whether a claim is Supported, Refuted, or NotEnoughInfo.

01

Three-Way Veracity Classification

FEVER defines a strict ternary label space that forces models to distinguish between definitive truth, definitive falsehood, and epistemic uncertainty.

  • SUPPORTS: The retrieved evidence confirms the claim is true.
  • REFUTES: The retrieved evidence confirms the claim is false.
  • NOT ENOUGH INFO: Wikipedia does not contain sufficient information to verify or refute the claim.

This tripartite structure prevents models from guessing when evidence is absent, a critical requirement for real-world fact-checking systems where silence is preferable to hallucination.

3
Veracity Classes
185,445
Total Claims
02

Evidence-Based Pipeline Task

FEVER is not a single classification task but a composite pipeline requiring two distinct stages:

  • Document Retrieval: Models must first search Wikipedia to find relevant documents, simulating real-world information-seeking behavior.
  • Textual Entailment: Given retrieved sentences, models perform Natural Language Inference to determine if the evidence logically entails or contradicts the claim.

This decomposition mirrors production fact-checking architectures where retrieval and verification are separate, evaluable components. The dataset provides gold-standard evidence annotations for supervised training of both stages.

2
Pipeline Stages
03

Human-Generated Claim Construction

Claims in FEVER were created by human annotators who were instructed to mutate sentences from Wikipedia into factual assertions, ensuring natural linguistic diversity.

  • Annotators rephrased, negated, or generalized original sentences to produce claims that sound like real-world statements.
  • This process avoids the artificiality of template-generated claims and introduces genuine lexical variation, negation patterns, and syntactic complexity.
  • Claims cover a broad range of topics including history, science, entertainment, and geography, testing domain generalization.

The human-in-the-loop design ensures that models trained on FEVER encounter the same ambiguities and phrasing variations present in actual misinformation.

50k+
Wikipedia Pages Used
04

Strict Annotator Agreement Protocol

FEVER employed a rigorous multi-annotator validation process to ensure label quality and minimize subjective bias in veracity judgments.

  • Each claim was independently labeled by multiple annotators.
  • Claims with disagreement were adjudicated or discarded, resulting in high inter-annotator agreement.
  • The final dataset achieved a Fleiss' Kappa score indicating near-perfect agreement on the SUPPORTS/REFUTES/NOTENOUGHINFO distinction.

This methodological rigor makes FEVER a trusted benchmark where evaluation metrics reflect genuine model capability rather than annotation noise, a common pitfall in crowdsourced NLP datasets.

0.68+
Fleiss' Kappa Agreement
05

FEVER Score Evaluation Metric

The official evaluation metric, the FEVER Score, jointly measures both evidence retrieval quality and veracity prediction accuracy in a single scalar value.

  • A prediction is considered correct only if the model provides the right label AND cites at least one complete evidence set from the gold-standard annotations.
  • This penalizes models that guess the correct label without proper evidence grounding.
  • The metric enforces evidence fidelity: a model cannot achieve a high score by memorizing claim-label correlations; it must demonstrate genuine retrieval capability.

The FEVER Score has become a standard for evaluating end-to-end fact verification systems beyond the original dataset.

Label + Evidence
Scoring Criteria
FEVER DATASET

Frequently Asked Questions

Essential questions about the Fact Extraction and VERification benchmark, its structure, and its role in training automated fact-checking models.

The FEVER (Fact Extraction and VERification) dataset is a large-scale benchmark containing 185,445 claims manually verified against Wikipedia. Each claim is classified as SUPPORTS, REFUTES, or NOT ENOUGH INFO. The dataset was introduced by Thorne et al. in 2018 to train and evaluate models on evidence-based claim verification. Each entry includes a claim, a veracity label, and a set of evidence sentences extracted from Wikipedia pages. Claims were generated by human annotators who rewrote sentences from Wikipedia introductions, then modified them to create refutations. The NOT ENOUGH INFO class represents claims that cannot be verified using Wikipedia alone, requiring models to distinguish between falsity and insufficient evidence—a critical capability for real-world fact-checking systems.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.