GROX
Verification

Do AI research reports make up their sources?

Published 17 September 2026

Yes, sometimes. A language model can produce a citation that looks precise — author, title, journal, year — but was assembled from patterns in its training data rather than retrieved from a real document. The result is a reference that sounds authoritative and may even be partially correct, but points to nothing that exists.

Why do language models invent citations in the first place?

A language model does not search a library when it writes a citation. It predicts the most plausible continuation of the text it has been given. Because academic and journalistic writing follows consistent patterns — author surname, initials, year, italicised title, volume, page range — the model can produce something that fits those patterns perfectly without any underlying document to draw from.

This is not deception in any intentional sense. The model has no concept of 'this document exists' versus 'this document does not'. It is completing a pattern. The problem is that the output looks identical to a citation produced by a model that did retrieve a real source, so the reader has no visual signal that anything is wrong.

Hallucination
When a model generates text that is grammatically and stylistically plausible but factually unsupported — including citations to papers, studies or articles that do not exist.
Retrieval-augmented generation (RAG)
A technique that grounds a model's output in documents fetched from a real index before the response is written, reducing (but not eliminating) invented citations.
Grounding
The practice of tying each claim in a report to a specific, retrievable source — a URL, a document identifier, or a direct quotation — so the link between claim and evidence can be checked independently.

What is the difference between a retrieved link and a remembered one?

When a tool performs a live web search, it fetches a list of URLs that a search index actually returned at that moment, then reads the pages and quotes from them. The citation is downstream of a real retrieval event. When a model works from memory — its training data — it reconstructs what a plausible citation might look like for the topic at hand. Both outputs can appear in the same paragraph with no typographic difference.

Some systems flag which claims came from live retrieval and which came from the model's prior knowledge. Many do not. If a report does not tell you where each citation originated, you cannot assume it was retrieved. The safest default is to treat every citation as unverified until you have checked it yourself.

Characteristics of retrieved versus remembered citations
PropertyLive retrievalFrom model memory
Source of the URLReturned by a live search indexReconstructed from training patterns
Page existence at time of writingConfirmed by the fetchUnknown — may never have existed
Claim accuracyStill requires manual checkingStill requires manual checking
Timestamp relevanceReflects current webReflects training cut-off, which may be months or years old

What does checking a link actually prove?

Clicking a URL and finding a live page tells you the domain exists and that something is published there. It does not tell you that the page says what the report claims it says. A model can hallucinate a quotation from a real article, or attribute a finding to a real journal that published a different study entirely. The page existing is necessary but not sufficient.

Useful checks go further: copy the exact claim from the report, find the corresponding passage in the source, and confirm they match. If the report quotes a statistic, find that number in the original document. If it attributes an argument to an author, find the passage where the author makes that argument. This takes more time than clicking a link, but it is the only check that actually validates the claim.

  • Confirm the URL resolves to a real page.
  • Confirm the page is from the author or publication named in the citation.
  • Locate the specific passage, figure or table the report draws from.
  • Confirm the claim in the report matches what the source actually says — not just the topic.
  • Check the publication date: a source from several years ago may have been superseded.

What should you look for in a report before relying on it?

A well-constructed AI research report makes its sourcing transparent. Each factual claim should be tied to a specific source, not a general list of references at the end. If the report was produced using live retrieval, it should say so, ideally noting the date the search was run. If it was produced from a model's prior knowledge alone, that is a meaningful limitation worth knowing.

Look also at whether the report distinguishes between what a source says and what the model infers from it. Phrases like 'this suggests', 'it is likely' or 'one interpretation is' are signals that the model is reasoning beyond the source. That reasoning may be sound, but it should be labelled differently from a direct quotation or a reported finding. Reports that blend the two without marking the boundary are harder to audit and easier to misread.

Common questions

Can I trust an AI research report if all the links work?

Not automatically. A working link confirms a page exists, not that the report accurately represents what is on it. A model can cite a real article but misquote it, attribute the wrong finding to it, or draw an inference the original author did not make. Checking links is a starting point, not a finishing one. Read the source and compare it directly with the claim.

Does using a newer AI model fix the invented-citation problem?

Newer models with live retrieval are less likely to invent citations than older models working from memory alone, because the citation is downstream of a real fetch. But retrieval does not eliminate the risk entirely: a model can still misread a retrieved page, quote selectively, or reason beyond what the source supports. The mechanism changes; the need for verification does not.

How can I tell whether a citation was retrieved live or generated from memory?

Look for explicit sourcing metadata in the report — timestamps, search query logs, or inline markers showing which claims came from retrieval. If none of that is present, you cannot tell from the citation itself. Ask the tool directly, or check whether the system you used performs live retrieval at all. Absence of metadata is itself useful information: treat the citation as unverified.

Is it safer to ask an AI to summarise a document I provide than to let it find its own sources?

Generally yes. When you supply the document, the model is working from a known, fixed text rather than reconstructing sources from memory. It can still misread or misrepresent the document, so checking quotations against the original still matters — but the risk of a wholly invented citation is much lower when the source is in front of the model rather than recalled from training.

If you want a research workflow where retrieval, reasoning and verification steps are kept distinct, GROX separates live search from model reasoning so you can see which claims rest on which foundation — explore it on the free tier, no card required.