Inferensys

Glossary

Citation Recall

A metric that measures the proportion of all factual claims in a generated text that are correctly supported by an explicit citation to a verifiable source.
Legal team reviewing EU AI Act compliance documents on laptop in modern office, coffee cups and papers on table, casual meeting.
ATTRIBUTION METRIC

What is Citation Recall?

A core evaluation metric for measuring the completeness of source attribution in AI-generated text.

Citation Recall is a metric that measures the proportion of all factual claims in a generated text that are correctly supported by an explicit citation to a verifiable source. It quantifies how thoroughly an AI system attributes its factual assertions, answering the question: 'Of all the facts stated, how many have a corresponding reference?'

This metric is the counterpart to Citation Precision, which measures the relevance and correctness of the citations provided. High recall with low precision indicates over-citation, while high precision with low recall signals that many factual claims are left unsupported. Together, they form the foundation of Citation Integrity Scoring and are critical for evaluating Retrieval-Augmented Attribution systems.

METRIC FUNDAMENTALS

Key Characteristics of Citation Recall

Citation Recall is a precision metric for AI attribution systems, measuring the completeness of source coverage for factual claims. It answers the question: 'Of all the verifiable facts stated, what fraction did the model properly cite?'

01

The Core Formula

Citation Recall is calculated as a strict ratio: the number of factual claims with a correct citation divided by the total number of factual claims in the generated text. A claim is a discrete, verifiable statement of fact. A correct citation is one where the referenced source document explicitly and accurately supports the claim. This metric ignores irrelevant or hallucinated citations, which are measured separately by Citation Precision.

Claims Cited / Total Claims
Formula
02

Distinction from Citation Precision

Citation Recall and Citation Precision are complementary metrics that together define Attribution Fidelity. Recall measures coverage—did you cite enough? Precision measures accuracy—were your citations correct?

  • High Recall, Low Precision: The model cites many sources, but some are irrelevant or hallucinated.
  • Low Recall, High Precision: The model cites few sources, but every single one is perfectly accurate.
  • Target State: High Recall and High Precision, indicating comprehensive and accurate source grounding.
03

Granularity of Measurement

Citation Recall can be evaluated at multiple levels of granularity, each revealing different failure modes:

  • Claim-Level: The standard approach. Each atomic fact must have its own citation.
  • Sentence-Level: A coarser measure where an entire sentence is considered cited if at least one claim within it is supported.
  • Document-Level: The weakest measure, only checking if a general reference to a source exists, regardless of whether it supports the specific text.

Fine-grained, claim-level evaluation is the gold standard for detecting Attribution Drift and Null Attribution.

04

Relationship to Hallucination

Citation Recall is a direct, operationalized counter-measure to factual hallucination. A low Citation Recall score is a leading indicator of Hallucination Risk. If a model generates 10 factual claims but only cites 4, the remaining 6 are unsupported assertions. These uncited claims are the primary candidates for hallucination. Monitoring Citation Recall in production provides a quantitative signal for the trustworthiness of a Retrieval-Augmented Generation (RAG) pipeline.

Uncited Claims
Primary Hallucination Risk
05

Automated Evaluation with NLI

Manual evaluation of Citation Recall does not scale. The standard automated approach uses a Natural Language Inference (NLI) model as a judge. The process is:

  1. Decompose the generated text into atomic claims.
  2. For each claim, retrieve the text of its cited source document.
  3. Feed the premise (source text) and hypothesis (claim) to an NLI model.
  4. The NLI model classifies the pair as entailment, contradiction, or neutral.

Only claims with an entailment classification count toward the numerator of the Recall score.

06

The Recall-Precision Trade-off

Optimizing a system for perfect Citation Recall can paradoxically lower Citation Precision. A model instructed to 'cite everything' may begin attaching citations to subjective statements, common knowledge, or syntactical filler, or it may cite a source that is topically related but does not actually support the specific claim. This is known as Attribution Drift. The engineering goal is to maximize both metrics simultaneously, a challenge addressed by advanced Retrieval-Augmented Attribution architectures.

CITATION RECALL

Frequently Asked Questions

Explore the core concepts behind measuring and improving the verifiability of AI-generated text through explicit source attribution.

Citation Recall is a precision metric that measures the proportion of all factual claims in a generated text that are correctly supported by an explicit citation to a verifiable source. It is calculated by dividing the number of correctly cited factual claims by the total number of factual claims present in the output. A claim is considered 'correctly cited' only if the attached reference directly and accurately supports the specific assertion made. This metric is critical for evaluating Retrieval-Augmented Generation (RAG) systems, as it directly quantifies the system's ability to ground its outputs in provided evidence rather than relying on parametric knowledge, which is a primary cause of hallucination.

ATTRIBUTION METRIC COMPARISON

Citation Recall vs. Related Attribution Metrics

A comparative analysis of Citation Recall against other key metrics used to evaluate the quality and completeness of source attribution in AI-generated text.

MetricCitation RecallCitation PrecisionAttribution Fidelity

Core Question Answered

Are all claims cited?

Are all citations correct?

Do citations reflect the source?

Primary Focus

Coverage of factual claims

Relevance of provided citations

Accuracy of citation content

Granularity

Claim-level

Citation-level

Passage-level

Hallucination Type Detected

Missing citation

Irrelevant citation

Misrepresented citation

Typical Score Range

0.0 to 1.0

0.0 to 1.0

0.0 to 1.0

Evaluation Method

Human annotation or NLI

Human annotation

Human annotation or NLI

Relationship to Grounding

Measures grounding coverage

Measures grounding relevance

Measures grounding accuracy

Primary User

AI safety and evaluation teams

Search quality engineers

Fact-checking and integrity teams

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.