Discovery Science · established evidence

The Citation You Can't Trust: Why RAG Citations Name Sources the Model Didn't Use

Last reviewed 2026-07-20. Written by Chandranshu Kumar, Founder, Raveneye Global. · 10 min read

RAG citations look like proof, and often they are not. When an AI answer names your business as a source, it is natural to read that as evidence the model reasoned from your page. In the retrieval-augmented generation pipelines that power most answer engines, the source shown beside a sentence is frequently attached after the text is written, by a separate step, and is not guaranteed to be the passage the model actually used. Researchers call this the faithfulness gap, and it is well documented: in the dominant production patterns the citation and the reasoning are decoupled, and most machine-generated answers contain at least one sentence with no faithful source behind it at all. This does not make being cited worthless. It means the real claim is narrower than the one many vendors sell. Being named in an answer is presence, not proof of reasoning, and the sober way to treat it is to measure it as presence.

What a citation in an AI answer actually is

A generative answer engine does not think the way its interface suggests. Underneath almost every one of them sits a pattern called retrieval-augmented generation, or RAG, first described by Lewis and colleagues in 2020: a pretrained language model is paired with a separate, searchable index of documents that is queried at the moment a question arrives. The model then writes an answer conditioned on the passages that search returned. The original work showed this produced more specific and more factual language than a model working from memory alone, and it let the system update its knowledge without retraining.

The important thing for anyone trying to be visible is that this is three separable operations, not one. There is retrieval, which pulls candidate passages from the index. There is generation, which writes the answer. And there is citation, which decides what to display beside the text as its apparent source. Because these are separate stages, the source a reader sees is a presentation artifact produced by a downstream step. It is not, by construction, a transcript of what the model read.

That gap between what looks like a footnote and what actually functioned as evidence is the whole subject of this piece. A footnote in an academic paper is written by the same author who used the source. A citation in an AI answer often is not.

Two ways a machine attaches a source

There are broadly two production patterns for producing a cited answer, and a 2024 study of trustworthiness in RAG describes why both leave room for the citation to be wrong about itself.

In a retrieve-then-generate pipeline, the system retrieves passages, writes the answer, and then, in a distinct post-hoc pass, decides which retrieved sources to attach to which sentences. In a generate-then-retrieve pattern, the model drafts first and evidence is fetched afterward to support what it already wrote. In both, the attribution step runs independently of the reasoning step. The source credited to a sentence is selected by a matching process after the fact, so it can be a plausible-looking passage that resembles the claim rather than the passage that produced it.

The authors of that study make the structural point plainly: only citation generated inline, at the same time and by the same process that writes the sentence, can guarantee that the credited source is the one actually used. Post-hoc attribution, which is the cheaper and more common production choice, offers no such guarantee. This is not a claim that engines are dishonest. It is a claim about what the architecture can and cannot promise.

The faithfulness gap, measured

The concern is not merely theoretical. A 2024 to 2026 survey of attribution techniques for RAG systems, which catalogs the methods proposed to keep answers grounded in their sources, reports that more than 95 percent of answers from the open-source language models it tested contained at least one unattributed sentence, meaning a sentence with no faithful supporting source behind it. The gap between the citations shown and the reasoning done is, on the available evidence, the normal case rather than the exception.

It is worth being precise about what is and is not established here. That the faithfulness gap exists, and that post-hoc attribution can decouple the credited source from the used one, is a well-supported finding in the current literature. Which mitigation reliably closes the gap in production is an open research question, not a solved one; the same survey exists precisely because the field is still proposing and comparing fixes. So the reading is asymmetric: the problem is established, the cure is emerging.

Why the dominant production pattern makes it worse

The RAG literature has matured into a shared taxonomy, usually described as Naive, Advanced, and Modular RAG, which is the vocabulary now used to talk about how AI Overviews, ChatGPT Search, Perplexity, and Gemini assemble answers. Within that taxonomy, attaching citations as a separate module after generation is attractive for ordinary engineering reasons. It is fast, it is cheap, it works across different underlying models, and it lets a system show sources without rebuilding how the model writes.

Those are good reasons to build it that way. They are not reasons the resulting citation is faithful. The same properties that make post-hoc attribution practical at scale, its separation from the generation step, are exactly what let the displayed source and the reasoning diverge. When you optimize a whole industry for the convenient pattern, the convenient pattern becomes the thing buyers are asked to trust, and its known limitation becomes an industry-wide blind spot.

Google AI Overviews: reading and crediting can be two passes

The clearest illustration of the split, in the surface most local businesses care about, is Google AI Overviews, though here the evidence needs an explicit caveat.

Technical analyses drawing on Google’s own disclosures describe AI Overviews assembling a query-specific set of candidate passages through embedding-based retrieval and pairwise ranking, generating the overview text, and then running a separate citation-extraction pass that scores and attaches the links a reader sees. If that description is accurate, the passages used to write the answer and the pages credited beneath it are not guaranteed to be the same set, and a page ranking well outside the top organic results can still appear as a cited source.

We flag this deliberately as emerging evidence. It is a synthesis of Google’s public technical documentation and patent filings via secondary industry analysis, not a single peer-reviewed primary source, and it should be verified against Google’s own generative-search documentation before any specific architectural or latency figure is asserted as fact. The direction is consistent across independent write-ups; the exact internals remain unconfirmed. What the pattern does support, cautiously, is the same conclusion the peer-reviewed RAG work reaches by a different route: rank and citation are not the same event, and a shown source is not a proof of use.

What this means for the claim "we got cited"

Put the pieces together and a common vendor pitch starts to look thinner than it sounds. "We got you cited in the AI answer" is offered as though it were proof that a business’s content drove the model’s recommendation. On the evidence, a citation is weaker than that. It establishes that the business appeared as a credited source in one answer, at one time, on one engine. It does not establish that the model reasoned from that page, because the attribution step and the reasoning step can be decoupled.

A second, independent finding compresses the claim further. The Pew Research Center’s 2025 behavioral study of 68,879 real Google searches found that when an AI summary was present, users clicked a traditional result in about 8 percent of searches, versus 15 percent without a summary, and clicked a link inside the summary itself only about 1 percent of the time. So even a faithful, correctly attributed citation is rarely the thing a reader clicks. The buyer-facing value of an AI citation is being named in the answer a person reads, not being a link in a list almost nobody follows.

None of this argues that citations do not matter. The founding study of generative engine optimization found that adding citations to credible sources, direct quotations, and specific statistics measurably raised whether a source was surfaced inside a generated answer. Earning citations is a real and worthwhile lever for presence. The precise, defensible claim is simply narrower than the marketing version: doing the work that tends to get you cited is sound; treating any single citation as proof that the model reasoned from you is not.

What an AI citation actually supports

If a citation is presence rather than proof, the response is to measure presence carefully and to stop claiming more than the evidence carries. Three states are worth keeping distinct, because collapsing them is where the overclaiming happens.

Retrieved, cited, and clicked are three different things

Being retrieved and used is what actually shaped the answer, and it is largely invisible from the outside. Being cited is what the engine chose to display, which the faithfulness research shows is not the same set. Being clicked is what the reader did next, which the Pew data shows is rare. A rigorous read tracks what can be observed, citation and mention, and refuses to infer the parts that cannot.

Sample, date, and band the reading

Answer engines are not deterministic; the same question returns different sources across runs. A single check is a coin toss, not a measurement. A rigorous read freezes a panel of a business’s real buyer questions, runs each against an engine many times, and reports how often the business appears as a rate with a confidence band, stamped with the engine, the locale, and the date. That is a claim about presence over time, which the evidence supports, rather than a claim about the model’s reasoning, which it does not.

Where the evidence is settled, and where it is not

Because this domain is loud with confident claims, it is worth stating plainly which parts of the picture rest on solid ground and which are still moving. The table below separates them.

The pattern across the settled findings is consistent: a citation is a real, useful signal of presence and a poor proxy for causal reasoning or for traffic. Building content that earns citations is legitimate craft. Reporting a citation as evidence that a model relied on you, or guaranteeing a citation at all, runs ahead of what the research can support. On the AI-answer pillar, the credible position is the accurate one.

The evidence

Key findings, with their sources

  • More than 95 percent of answers from the open-source language models tested contained at least one unattributed sentence, a sentence with no faithful supporting source.

    established Attribution Techniques for Mitigating Hallucinated Information in RAG Systems: A Survey, arXiv:2601.19927, 2025 to 2026.

  • In generate-then-retrieve and post-hoc retrieve-then-generate pipelines, citations are attached independently of the evidence that produced the answer, so the cited source is not reliably the source the model used; only inline, generation-time citation can guarantee faithfulness.

    established Measuring and Enhancing Trustworthiness of LLMs in RAG through Grounded Attributions and Learning to Refuse, arXiv:2409.11242, 2024.

  • Retrieval-augmented generation pairs a parametric language model with a non-parametric retrieval index queried at inference, producing more specific, diverse, and factual language than parametric-only generation.

    established Lewis, P. et al., Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, arXiv:2005.11401, NeurIPS 2020.

  • With an AI summary present, users clicked a traditional result in about 8 percent of searches, versus 15 percent without, and clicked a link inside the summary itself only about 1 percent of the time.

    established Pew Research Center, Do people click on links in Google AI summaries?, 2025 (behavioral panel, 68,879 searches).

  • Adding citations to credible sources, direct quotations, and specific statistics measurably raised whether a source was surfaced inside a generated answer in the benchmark tested.

    established Aggarwal, P. et al., GEO: Generative Engine Optimization, arXiv:2311.09735, ACM SIGKDD 2024 (peer-reviewed).

  • Google AI Overviews is described as assembling a query-specific passage corpus and running a separate citation-extraction pass, so credited pages are not guaranteed to be the passages used to write the answer.

    emerging Synthesis of Google technical disclosures via secondary industry analysis; needs primary-source verification.

Calibration

What is proven, what is promising, what is unproven

Evidence tierTacticsWhat the evidence says
EstablishedIn post-hoc retrieve-then-generate and generate-then-retrieve pipelines, the cited source can be decoupled from the evidence the model actually used.arXiv:2409.11242 (2024)
EstablishedMost answers from tested open-source LLMs contain at least one unattributed sentence.Attribution survey, arXiv:2601.19927 (2025 to 2026)
EstablishedEarning citations, quotations, and statistics raises whether a source is surfaced inside a generated answer.Aggarwal et al., GEO, KDD 2024, arXiv:2311.09735
EmergingWhich attribution method reliably closes the faithfulness gap in production remains an open research question.Attribution survey, arXiv:2601.19927
EmergingGoogle AI Overviews reads and credits sources in separate passes, so a credited page need not be a page the answer was written from.Secondary synthesis of Google disclosures; needs primary-source verification

Reference

Glossary

Retrieval-augmented generation (RAG)
The architecture under most answer engines: a language model paired with a searchable index of documents that is queried at question time, so the answer is written conditioned on retrieved passages.
Faithfulness
Whether the source shown beside a sentence is actually the evidence that produced it. A faithful citation credits the passage the model used; an unfaithful one credits a passage that merely resembles the claim.
Post-hoc citation
Attaching sources to an answer in a separate step after the text is written. Cheap and common, but it cannot guarantee the credited source is the one the model reasoned from.
Inline citation
Producing the source at the same time and by the same process that writes the sentence. The only pattern the research says can guarantee the citation is faithful.
Unattributed sentence
A sentence in a generated answer that has no faithful supporting source behind it, even if the answer as a whole displays citations elsewhere.
Share of answer
How often a business appears, as a citation or a named mention, across a fixed panel of buyer questions run many times on an engine. A measure of presence, not of the model’s reasoning.

Straight answers

Frequently asked questions

Does being cited by ChatGPT or Google AI Overviews mean the AI used my page?

Not reliably. In the common production pipelines, the source shown beside a sentence is chosen by a separate step that runs after the answer is written, so it can be a passage that resembles the claim rather than the one the model actually reasoned from. Being cited establishes that you appeared as a credited source in that answer, not that your content drove it.

Are AI citations reliable?

As a signal of presence, a citation is meaningful: it shows you were named in a real answer at a point in time. As proof that the model relied on your content, it is weak, because the attribution and the reasoning can be decoupled. A 2024 to 2026 survey found more than 95 percent of tested open-source model answers contained at least one sentence with no faithful source. The realistic use of a citation is narrower than the one often sold.

If citations can be unfaithful, is getting cited pointless?

No. Earning citations is a legitimate lever; the founding generative engine optimization study found that adding credible sources, quotations, and statistics raised whether a source was surfaced in an answer. The correction is only to the overclaim. Doing the work that tends to get you cited is sound. Treating any one citation as evidence the model reasoned from you is not.

How should I measure AI-answer visibility?

Measure presence, and measure it carefully. Because engines are not deterministic, freeze a panel of your real buyer questions, run each against the engine many times, and report how often you appear as a rate with a confidence band, stamped with the engine, locale, and date. That is a defensible claim about presence over time. Claims about the model’s internal reasoning, or guarantees of a citation, are not.

What is the difference between being retrieved and being cited?

Being retrieved and used is what actually shaped the answer and is largely invisible from outside. Being cited is what the engine chose to display, which the faithfulness research shows is not the same set of sources. The two are separate stages of a RAG pipeline, which is exactly why a shown citation is not a transcript of what the model read.

Provenance

Sources

  1. Lewis, P. et al., "Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks", arXiv:2005.11401, NeurIPS 2020 (established)arxiv.org
  2. "Measuring and Enhancing Trustworthiness of LLMs in RAG through Grounded Attributions and Learning to Refuse", arXiv:2409.11242, 2024 (established, faithfulness gap)arxiv.org
  3. "Attribution Techniques for Mitigating Hallucinated Information in RAG Systems: A Survey", arXiv:2601.19927, 2025 to 2026 (established on the gap, emerging on which fix closes it)arxiv.org
  4. Gao, Y. et al., "Retrieval-Augmented Generation for Large Language Models: A Survey", arXiv:2312.10997, 2023 to 2024 (established, Naive/Advanced/Modular RAG taxonomy)arxiv.org
  5. Aggarwal, P. et al., "GEO: Generative Engine Optimization", arXiv:2311.09735, ACM SIGKDD 2024 (peer-reviewed, established)arxiv.org
  6. Pew Research Center, "Do people click on links in Google AI summaries?", 2025 (established)pewresearch.org
  7. Google AI Overviews two-stage retrieval-then-citation architecture, secondary synthesis of Google technical disclosures and patent filings (emerging, needs primary-source verification)

Every figure above is attributed to a real, dated source and tagged with its evidence tier. Where a claim could not be verified to a primary source, it is not stated as fact.

What this means for your business

The research points to one practical rule for the AI-answer pillar: treat a citation as presence to be measured, never as proof to be assumed, and never promise a number no engine will guarantee. Most firms cannot say how often an engine actually names them, because a single check on a non-deterministic system is a coin toss. A Single-Engine AI Citation Tracker replaces the guess with a dated, sampled read of whether one engine names and cites you when your buyers ask, reported as a rate with a confidence band, so your standing on that surface is something you can see rather than something a vendor claims.

service Single-Engine AI Citation Tracker A standing, dated read of whether one AI engine names and cites you across a frozen panel of your real buyer questions, sampled many times per read and reported as a rate with a confidence band, not a yes or no. See how it works

Start free with a Machine-Readiness Score, a specialist-reviewed read of where you stand across search and AI answers. No guaranteed number, and no obligation.