AI

What is Citation Accuracy?

Citation Accuracy is the percentage of an AI-generated response's citations that correctly and accurately reference the source they claim to reference, as opposed to citing the wrong source, a nonexistent one, or misattributing a claim. It's distinct from grounding rate, since a response can cite a real source that simply doesn't say what the response claims it says.

TL;DR

Citation accuracy is the percentage of an AI response's cited sources that actually say what the response claims they say.

Formula

Citation Accuracy = (Citations That Correctly Match Their Claimed Source Content / Total Citations Made) × 100

Why It Matters

Citation accuracy matters because a confidently formatted citation creates an illusion of trustworthiness regardless of whether the underlying claim is actually correct, which makes inaccurate AI output more dangerous, not less, when it looks well-sourced. It matters because a response can pass a basic check for whether citations exist at all while still failing badly on whether those citations say what's claimed, so measuring presence alone gives a false sense of reliability. Ignoring citation accuracy means an organization deploying AI-generated content or answers has no real way to know how often users are being misled by a source that looks legitimate but doesn't back up the claim attached to it. It matters most in high-stakes use cases like legal, medical, or financial content, where a misattributed or fabricated citation can cause real harm if it goes unchecked. Tracking citation accuracy separately from grounding rate also helps teams diagnose whether errors are coming from retrieval failures or from the model misrepresenting sources it did retrieve correctly.

Example

An AI-generated summary includes eight citations, and a reviewer checking each one against its cited source finds that six accurately represent what the source says, one cites a real source but misstates its finding, and one references a source that doesn't exist. Citation accuracy is 6 divided by 8, which equals 75%. Because a confidently formatted, official-looking citation can make an inaccurate claim look trustworthy at a glance, citation accuracy is checked separately from whether a citation is merely present.

Frequently Asked Questions

  • Grounding rate measures whether a claim is backed by any real source at all, while citation accuracy goes further and checks whether the specific cited source actually says what the response claims it says. A response can be grounded in a real source and still be citation-inaccurate if it misrepresents that source.

  • Citing a source that doesn't exist, citing a real source that doesn't contain the claimed information, and citing a real source that contains related but different information than what's claimed all count as citation errors.

  • Usually through manual or automated review where each cited source is checked against the actual claim being made, then scored as a match or mismatch, and aggregated into a percentage across a sample of responses.

  • For any use case where users rely on the citations to verify claims, teams generally aim as close to 100% as achievable, since even a small error rate can undermine trust once a user encounters one bad citation.

  • Weak retrieval that pulls a loosely related rather than precisely matching source, a model paraphrasing a source in a way that drifts from its actual meaning, and outdated or fabricated source references are the most common causes.