Citation Precision is the proportion of citations provided by a language model that actually support the corresponding generated claim. It measures the relevance and correctness of the cited evidence, distinguishing between a model that merely provides a source and one that provides the right source. A high score indicates that when the model cites a document, that document genuinely contains the information needed to verify the statement.
Glossary
Citation Precision

What is Citation Precision?
Citation Precision is a critical metric in evaluating the trustworthiness of AI-generated text, specifically measuring the relevance and correctness of the evidence a model provides for its claims.
This metric is a core component of Attribution Score and is calculated by dividing the number of correct, supportive citations by the total number of citations made. It is the counterpart to Citation Recall, which measures how many generated claims are supported by any citation. A model can achieve high recall by citing a source for every sentence, but its precision will be low if those citations are irrelevant or point to documents that do not contain the stated fact.
Key Characteristics of Citation Precision
Citation Precision quantifies the relevance and correctness of cited evidence, ensuring that every reference genuinely supports the claim it accompanies rather than pointing to irrelevant or contradictory sources.
Definition and Core Formula
Citation Precision is the ratio of correctly supported citations to the total number of citations provided by a model. It answers: "Of all the sources the model cited, how many actually back up the specific claim?"
- Formula:
Precision = Correct Citations / Total Citations - A score of 1.0 means every cited source perfectly supports its associated claim
- A score of 0.5 means half the citations are irrelevant, misleading, or contradictory
- Distinct from Citation Recall, which measures whether claims have citations at all
Granularity of Evaluation
Citation Precision can be measured at multiple levels of granularity, each revealing different failure modes:
- Passage-Level: Does the cited document section broadly relate to the claim?
- Sentence-Level: Does the specific cited sentence directly support the assertion?
- Span-Level: Does the exact text span pointed to by the citation contain the supporting evidence?
- Claim Decomposition: Breaking a generated statement into atomic claims and verifying each independently against its citation
Span-level evaluation is the most rigorous, catching cases where a model cites a relevant document but points to the wrong paragraph within it.
Relationship to NLI-Based Verification
Modern Citation Precision measurement relies heavily on Natural Language Inference (NLI) to automate verification at scale:
- Each cited passage and its associated claim form an NLI premise-hypothesis pair
- The NLI model classifies the relationship as entailment, contradiction, or neutral
- Only entailment counts as a correct citation for precision calculation
- Contradiction citations are particularly dangerous—they actively undermine trust
- Neutral citations indicate the source is topically related but doesn't substantiate the claim
This approach enables automated, reproducible evaluation without requiring human annotators for every citation pair.
Common Failure Modes
Citation Precision degrades through several predictable failure patterns:
- Source-Content Mismatch: Citing a document that discusses the right topic but doesn't contain the specific fact claimed
- Hallucinated Citations: Generating references to papers, URLs, or legal cases that don't exist—a severe precision failure
- Misattributed Evidence: Correctly citing a real source but attributing a finding to it that actually came from a different source
- Overgeneralization: Citing a narrow study to support a broad, sweeping claim the research doesn't justify
- Temporal Mismatch: Citing outdated sources for claims that require current information
Each failure mode requires different mitigation strategies, from improved retrieval to stricter verification loops.
Benchmarks and Evaluation Datasets
Several specialized benchmarks assess Citation Precision in long-form generation:
- FActScore: Decomposes biographies into atomic facts and verifies each against Wikipedia, measuring the percentage of supported facts
- RAGTruth: Evaluates hallucination in RAG systems at both passage and word levels across multiple domains
- Attributed QA: Tests whether models can correctly link answers to specific evidence spans in provided documents
- ALCE (Automatic LLMs' Citation Evaluation): Benchmarks citation quality across question types requiring different evidence retrieval strategies
These benchmarks reveal that even state-of-the-art models often achieve Citation Precision below 70-80% on complex tasks.
Mitigation Strategies
Improving Citation Precision requires interventions at multiple stages of the generation pipeline:
- Post-hoc Verification: Using a separate NLI model to check each citation-claim pair before presenting output to the user
- Chain-of-Verification (CoVe): Prompting the model to generate verification questions about its own claims and re-check cited sources
- Constrained Decoding: Restricting generation to only produce claims that can be directly mapped to retrieved evidence spans
- Citation-Aware Training: Fine-tuning models on datasets like FaithDial where hallucinated citations have been corrected
- Retrieval Quality Improvement: Ensuring the retriever fetches highly relevant passages, as poor retrieval guarantees poor citation precision
Frequently Asked Questions
Explore the critical metrics and methodologies for evaluating whether a language model's citations genuinely support its claims, distinguishing between accurate attribution and fabricated references.
Citation Precision is the proportion of citations provided by a model that actually support the corresponding generated claim. It measures the relevance and correctness of the cited evidence. The calculation is straightforward: divide the number of citations that genuinely support their associated claims by the total number of citations the model provided. A high Citation Precision score means that when the model points to a source, you can trust that the source backs up the statement. This metric is the counterbalance to Citation Recall, which measures how many claims are supported by any citation. Together, they form the Attribution Score, a comprehensive measure of a model's ability to correctly link claims to evidence. In practice, evaluating Citation Precision often requires human annotators or advanced NLI-Based Evaluation systems to verify that a cited passage entails the specific claim made.
Citation Precision vs. Related Metrics
A comparative analysis of Citation Precision against other key metrics used to evaluate the factual grounding and attribution accuracy of language model outputs.
| Metric | Citation Precision | Citation Recall | Attribution Score | Factual Precision |
|---|---|---|---|---|
Core Question | Are cited sources relevant and correct? | Are claims supported by a citation? | Is the claim linked to the correct source segment? | Is the generated fact itself correct? |
Primary Focus | Quality of evidence provided | Completeness of evidence coverage | Granularity of source linkage | Exactness of factual statements |
Evaluation Target | The citation relative to the claim | The claim relative to the citation | The claim-source alignment | The claim relative to ground truth |
Typical Input | Generated claim + cited document | Generated claim + cited document | Generated claim + full source text | Generated claim + reference knowledge base |
Common Method | Human evaluation or NLI models | Human evaluation or NLI models | Span-matching or NLI models | Atomic fact decomposition and verification |
Failure Mode Detected | Irrelevant or contradictory citations | Unsupported assertions without evidence | Vague or incorrect source attribution | Factually wrong statements |
Complementary Metric | Citation Recall | Citation Precision | Citation Precision + Citation Recall | Factual Recall |
Typical Score Range | 0.0 to 1.0 | 0.0 to 1.0 | 0.0 to 1.0 | 0.0 to 1.0 |
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
Explore the core metrics and methodologies used to evaluate the factual grounding of AI-generated text, ensuring that every claim is backed by verifiable evidence.
Citation Recall
The proportion of generated claims that are supported by a cited source. While Citation Precision measures the relevance of provided citations, Citation Recall measures the model's completeness in providing evidence for all statements it makes.
- Formula: (Number of cited claims) / (Total number of verifiable claims)
- High Recall: The model rarely makes unsupported assertions.
- Trade-off: Often inversely correlated with precision; a model citing everything may include irrelevant sources.
Attribution Score
A composite metric evaluating whether a model can correctly link a generated claim to the specific segment of a source document that supports it. It is often measured by the harmonic mean of Citation Recall and Citation Precision.
- Granularity: Requires segment-level or passage-level alignment, not just document-level.
- Use Case: Critical for evaluating Retrieval-Augmented Generation (RAG) systems where provenance is paramount.
- Benchmarking: Datasets like RAGTruth are specifically designed to test this capability.
Factual Consistency
A metric evaluating whether all factual claims in a generated text are supported by a source document. It measures the alignment between the output and the provided grounding context, distinct from citation precision which focuses on the relevance of the cited evidence itself.
- NLI-Based: Often evaluated using Natural Language Inference models to detect contradictions.
- Scope: Confined to faithfulness to the provided source, not external world knowledge.
- Error Types: Detects intrinsic hallucinations where the output contradicts the input.
NLI-Based Evaluation
A method for assessing factual accuracy by framing the relationship between a source text and a generated hypothesis as a Natural Language Inference task. It classifies the relationship as entailment, contradiction, or neutral.
- Entailment: The source text logically implies the generated claim (supported).
- Contradiction: The source text logically negates the generated claim (hallucination).
- Neutral: The source text does not provide enough information to verify the claim (potential extrinsic hallucination).
Knowledge F1
A composite metric that calculates the harmonic mean between the precision and recall of factual knowledge units extracted by a model. It balances exactness and completeness in information extraction.
- Factual Precision: Ratio of correct factual statements to total factual statements generated.
- Factual Recall: Ratio of correct factual statements to total factual statements in the ground-truth source.
- Application: Used to evaluate summarization and data-to-text generation systems holistically.
FActScore
A human-aligned evaluation metric that breaks a long-form generation into atomic facts and verifies each against a trusted knowledge base like Wikipedia. It calculates the percentage of supported facts.
- Decomposition: Splits complex sentences into individual, verifiable claims.
- Knowledge Base: Relies on a static, curated corpus for verification.
- Limitation: Cannot verify claims about events or entities not present in the knowledge base, leading to potential false negatives.

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