Broken References
Citations Link to Unavailable or Moved Content
7 patterns for this goal
Citation accuracy fails when a citation exists and looks legitimate but doesn’t actually do the job a citation is supposed to do — either the source doesn’t exist at all, the source exists but doesn’t support the specific claim attached to it, or the citation points at the wrong document, the wrong granularity, or a broken link. The mechanism that makes citation-accuracy failures dangerous is that most of the 7 patterns pass a naive verification check: a user who clicks a citation and confirms the source is real has not confirmed the source actually supports what was claimed, and legal RAG tools measured at 17-33% hallucination rates show the gap is common even in citation-heavy, high-stakes domains.
The through-line across all 7 citation-accuracy patterns is that citation verification has two independent layers, and most naive verification only checks one layer: does the cited source exist, and does the cited source actually support the specific claim attached to it. Fabricated Citations fails the first layer; Misgrounded Citation, Unsupported Claim, and Wrong Source all fail the second layer while passing the first, which is exactly why the second layer is harder to catch — a user or an automated link-checker confirming a document exists provides false reassurance about a claim the document doesn’t actually support. The fix documented across citation accuracy is consistently to add claim-level verification — NLI/entailment scoring between the claim and the cited passage, requiring an extractive quote alongside every citation, or building citations directly from extraction metadata rather than letting the generation step attach citations after the fact — rather than treating citation existence as a proxy for citation correctness.
A Fabricated Citation points to a document that doesn’t exist at all — a made-up study, case, or URL. A Misgrounded Citation points to a real, correctly-formatted, verifiable document that simply doesn’t support the claim attached to it — the Stanford study’s example is citing the real case Planned Parenthood v. Casey for a legal standard that was overruled by Dobbs. The second is harder to catch because the source passes existence verification.
Per Unsupported Claim and Wrong Source, use an NLI (natural language inference) entailment check between the generated claim and the cited passage’s actual text, and require an extractive quote alongside any generated citation so a mismatch between claim and source text is visible rather than implicit.
No. Granularity Mismatch shows a citation can point at a technically correct but practically useless level of specificity — an entire 500-page document when the claim is supported by one paragraph — forcing the user to search for the actual support. Correct-document citation and correctly-scoped citation are separate accuracy dimensions.
It substantially reduces fabrication (per Fabricated Citations) but does not fix misgrounding, wrong-source attribution, or granularity mismatch, since those three patterns involve citations to genuinely retrieved documents that are still wrong in their relationship to the claim. Closed-book citation generation is a necessary but not sufficient mitigation.
| Pattern | Mechanism |
|---|---|
| Broken References | Cited URL or document has moved, been deleted, or had permissions changed since the citation was generated |
| Fabricated Citations | Model generates content beyond retrieved context and invents a matching but nonexistent citation |
| Granularity Mismatch | Citation points at an entire document instead of the specific section/paragraph that supports the claim |
| Misgrounded Citation | A real, correctly-cited source doesn’t actually support the claim — often because it’s overruled, superseded, or off-topic |
| Missing Citations | Citation practice is applied inconsistently, leaving some factual claims with no attribution at all |
| Unsupported Claim | Cited source exists and is topically related but doesn’t state the specific claim attached to it |
| Wrong Source | Model confuses which of several retrieved documents actually contained the cited information |
Total: 7 patterns
Citations Link to Unavailable or Moved Content
Cited Source Doesn't Actually Support the Claim Made
Model Cites Sources That Don't Exist
Citation Points to Wrong Level of Specificity
Citation Exists But Doesn't Support the Claim
Claims Made Without Attribution
Citation Points to Different Document Than Information Came From