Citation Recall is the metric that calculates the ratio of generated factual claims that are paired with a correct, supporting citation to the total number of factual claims that should have been cited. It directly measures a model's ability to avoid unsupported assertions by identifying whether the system remembered to provide authority for its statements. A low recall score indicates the model is making factual claims without any reference, a primary vector for hallucination in legal analysis.
Glossary
Citation Recall

What is Citation Recall?
Citation Recall is a critical evaluation metric in legal AI that measures the proportion of factual claims in a generated text that are correctly supported by a valid citation, quantifying a model's ability to provide authoritative grounding for its assertions.
This metric is the counterpart to Citation Precision, which measures if the provided citations are correct. Together, they form a complete picture of citation integrity. A system with high recall but low precision provides many references, but they are often irrelevant or fabricated. A perfect legal AI must maximize both, ensuring every assertion of law or fact is not only backed by a citation but that the citation is the correct authority, directly supporting the claim through a verifiable Natural Language Inference (NLI) entailment.
Key Characteristics of Citation Recall
Citation Recall is a critical faithfulness metric that quantifies a legal AI's ability to substantiate its assertions. It measures the proportion of factual claims that are correctly backed by a valid authority, directly assessing the system's integrity.
The Core Definition
Citation Recall is calculated as the ratio of correctly supported claims to the total number of factual claims in a generated text. A claim is 'supported' if the cited source genuinely contains the information asserted. This metric is the direct counterpart to Citation Precision, which measures the proportion of provided citations that are valid. Together, they form the F1 score for legal grounding.
The Calculation Formula
The metric is formally defined as:
- Citation Recall = (Number of claims with a correct supporting citation) / (Total number of factual claims in the output)
A high recall score indicates the model rarely makes an unsupported assertion. A low score signals frequent hallucination or the model making claims without even attempting to provide authority, a critical failure in legal reasoning.
Distinction from Citation Precision
It is vital to distinguish Citation Recall from Citation Precision:
- Recall punishes the model for making a factual claim with no citation at all, or with a citation that does not support it.
- Precision punishes the model for providing a citation that is irrelevant, fabricated, or does not support the specific claim it's attached to.
A perfect legal AI must maximize both, ensuring every assertion is sourced and every source is correct.
Role in Hallucination Mitigation
Citation Recall is a primary guardrail in Retrieval-Augmented Generation (RAG) pipelines for law. After a model generates a response grounded on retrieved documents, a Natural Language Inference (NLI) model can automatically verify each claim against its cited source. Claims that fail this entailment check lower the recall score and can be flagged for human review or automatic redaction.
Evaluation with LegalBench
The LegalBench benchmark includes tasks specifically designed to test a model's ability to correctly cite authority. These tasks evaluate whether a model can distinguish between a holding from a real case and a plausible-sounding but fabricated one. Performance on these benchmarks provides a standardized Citation Recall score, allowing for direct comparison between different legal AI systems.
Human Evaluation Protocol
Automated metrics can be noisy. A robust evaluation protocol involves domain-expert human review:
- A legal professional is presented with the generated text and its citations.
- They verify if each cited source exists and genuinely supports the specific proposition.
- This gold-standard judgment is used to calculate the true Citation Recall and to fine-tune the automated verifier models that will eventually replace the human in the loop.
Frequently Asked Questions
Addressing the most critical questions about measuring and ensuring the factual reliability of legal AI outputs through rigorous citation verification.
Citation recall is the proportion of factual claims in a generated legal text that are correctly supported by a citation, measuring the model's ability to provide authority for its assertions. It is calculated by dividing the number of claims with a valid, supportive citation by the total number of verifiable factual claims in the output. For example, if a legal memo makes 20 distinct factual assertions about case law and 18 of them are backed by a citation that genuinely supports the claim, the citation recall is 90%. This metric is distinct from citation precision, which measures whether provided citations are relevant and non-fabricated. Together, recall and precision form the foundation of a citation integrity framework, ensuring that legal AI systems do not merely sound authoritative but are objectively verifiable against a ground-truth corpus of judicial opinions, statutes, and regulations.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Citation Recall is one component of a broader framework for ensuring factual reliability in legal AI. These related metrics and techniques form the complete picture of how systems verify, attribute, and ground their outputs.
Citation Precision
The complementary metric to Citation Recall, measuring the proportion of provided citations that genuinely support the associated claim. While Recall asks 'are all claims supported?', Precision asks 'are all citations valid?'. A system with high Recall but low Precision may cite irrelevant or fabricated sources. Key considerations:
- Detects hallucinated references that look plausible but don't exist
- Penalizes irrelevant citations that point to correct sources but don't support the specific claim
- Together with Recall, forms the F1 score for citation integrity
- Critical for catching the most dangerous failure mode: confident assertions backed by fake authority
Attribution Scoring
A granular metric that quantifies the degree to which a generated statement can be directly linked to a specific segment of a source document. Unlike binary citation checks, Attribution Scoring measures the strength of the evidentiary connection. Implementation approaches:
- Span-level alignment: Maps generated text spans to source text spans
- Entailment probability: Uses NLI models to score how strongly a source entails a claim
- Attention-based tracing: Analyzes model attention weights to track information provenance
- Provides a continuous score rather than a binary supported/unsupported verdict
Groundedness Detection
The automated process of verifying that every factual claim in a generated text is explicitly supported by the provided source document. Serves as a critical guardrail in legal AI pipelines. Operational workflow:
- Decomposes generated text into atomic factual claims
- Retrieves the most relevant source passages for each claim
- Applies Natural Language Inference (NLI) to determine if each claim is entailed, contradicted, or neutral
- Flags unsupported claims for human review or automatic revision
- Often implemented as a verifier model that runs asynchronously before output delivery
Source Attribution
The capability of an AI system to pinpoint the exact origin of information in its output, providing a transparent audit trail from conclusion back to raw source text. Goes beyond citation to enable full provenance tracking. Essential features:
- Granular references: Links claims to specific paragraphs, pages, or line numbers
- Multi-document tracing: Tracks information synthesized across multiple sources
- Confidence indicators: Shows the system's certainty about each attribution
- Human-verifiable format: Presents attributions in a way that enables rapid manual validation
- Forms the foundation for contestable AI systems where every assertion can be challenged and traced
Faithfulness Metric
A quantitative evaluation framework that measures the factual consistency of a generated summary or answer relative to the source material. Identifies contradictions and unsupported fabrications. Common approaches:
- Entailment-based: Uses NLI to check if the output is logically entailed by the source
- Question-answering based: Generates questions from the output and checks if the source can answer them
- Overlap-based: Measures n-gram and semantic similarity between output and source
- Contradiction detection: Specifically identifies statements that conflict with the source
- Legal applications require zero-tolerance for contradiction due to the adversarial nature of legal proceedings
Context Adherence
A faithfulness metric that evaluates whether a model's response is strictly derived from the user-provided context, penalizing the introduction of external knowledge or assumptions not present in the input. Why it matters in legal AI:
- Prevents models from filling gaps with parametric knowledge that may be outdated or incorrect
- Ensures analysis is limited to the specific documents under review
- Critical for discovery and due diligence where scope must be controlled
- Measured by comparing the output against both the provided context and the model's behavior when context is removed
- A model with perfect Context Adherence should produce identical outputs regardless of its training data when given the same context

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us