Inferensys

Glossary

Citation Recall

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.
ML engineer managing model versions on laptop, version history visible, technical Git-like workflow.
DEFINITION

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.

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.

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.

MEASURING AUTHORITATIVE GROUNDING

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.

01

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.

02

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.

03

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.

04

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.

05

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.

06

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.
CITATION INTEGRITY

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.

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.