Guides Β· 7 min read
AI-Hallucinated Citations: Why a Working DOI Doesn't Mean the Paper Is Real
There is a comfortable assumption behind most citation checking: if the DOI resolves, the reference is real. Paste the DOI into a browser, watch a publisher page load, tick the box. That assumption is now the single biggest blind spot in reference checking β because the most common kind of AI-fabricated citation resolves perfectly.
How big the problem actually is
The rate of published papers containing at least one fabricated reference rose roughly six-fold in two years: from about 1 in 2,828 papers in 2023 to about 1 in 458 in 2025. Those figures come from the audit by Topaz and colleagues published in The Lancet, as reported by STAT News in May 2026.
The same team audited roughly 2.5 million biomedical papers and found that about 1 in 277contains at least one fabricated reference. Nature's own analysis of the phenomenon concluded that tens of thousands of 2025 publications may carry invalid AI-generated references.
This is not confined to low-visibility venues. A GPTZero scan of 4,841 accepted NeurIPS 2025 papers β a top-tier machine-learning conference, peer reviewed β identified at least 100 fabricated citations spread across 51 papers.
Two things follow. First, the problem is now common enough that βmy co-authors would neverβ is not a defence: a single reference pulled from a chatbot by one collaborator is enough. Second, and more practically, the fabrications have changed shape.
The dominant pattern: right DOI, wrong paper
Early language models invented citations wholesale β fake author, fake journal, fake DOI. Those were easy to catch, because nothing resolved. The pattern that dominates now is different, and it is the one Topaz and colleagues single out:
Consider a reference like this, which is the shape of the fabrication rather than a real example:
Smith J, Roberts L. A randomized trial of mindfulness training in adolescent athletes. Nature. 2021;596:583-589. doi:10.1038/s41586-021-03819-2
The DOI is genuine and resolves instantly. It belongs to a real, heavily cited 2021 Nature paper. It has nothing to do with mindfulness training in adolescent athletes. A reviewer who clicks the link and sees nature.com load has confirmed nothing at all; a reviewer who reads the resulting page title has caught it in three seconds. Almost nobody does the second thing for all 60 references in a manuscript.
Why automated checks miss it too
Most citation-checking tools verify a reference by asking one question: does this identifier exist?They send the DOI to Crossref, get a 200 response, and mark the reference verified. Against the current fabrication pattern that check has a near-zero catch rate by construction β it is testing the one thing the fabrication gets right.
Catching it requires comparing the metadata behind the DOI against the title and authors written in the reference, and deciding whether they describe the same paper. That is a different and harder operation than a lookup, because it has to tolerate legitimate variation β preprint versus version of record, abbreviated journal names, transliterated author names, a title the authors themselves changed at proof stage β without waving through a genuine mismatch.
How to check a reference list properly
Whether you do this by hand or with a tool, these are the four checks that matter, in order of how much they catch:
- Does the DOI's registered title match the cited title?Not βdoes the DOI resolve.β This is the check that catches the dominant pattern. Crossref's public API returns the registered title for any DOI, so this is verifiable without a subscription.
- If there is no DOI, does the paper exist at all?Search the exact title in more than one index. A title that appears in no scholarly database β not Crossref, not OpenAlex, not Semantic Scholar, not PubMed β is very likely fabricated. One database missing it means little; four missing it means a great deal.
- Has the paper been retracted? Real, correctly cited papers can still be retracted, and citing retracted work uncritically is its own integrity problem. The Retraction Watch database is the reference source here.
- Do the author names line up? A fabricated reference frequently keeps a plausible first author from the field while inventing the rest. Compare the full author list, not just the first name.
The uncomfortable arithmetic: done properly, this is four lookups per reference across several databases. For a 60-reference manuscript that is a few hours of tedious work that nobody budgets for β which is precisely why the fabrication rate keeps climbing.
What PubScope does about it
Citation Checkcross-references each reference against Crossref, OpenAlex, DataCite, Semantic Scholar and arXiv, then against a local copy of the Retraction Watch database. Crucially, it does not stop at βthe DOI exists.β When a DOI resolves but its registered metadata describes a different paper than the one cited, the reference is reported as a DOI mismatchrather than as verified β the Topaz pattern, reported as what it is.
It also reports the compound case, which is the one most likely to embarrass an author: the cited DOI belongs to a different paper and that paper has been retracted. Both facts are surfaced, with the Retraction Watch record.
We think claims like this should be checkable rather than asserted, so the test cases are published. Our validation pagelists every reference in a public 13-case set β including a DOI-mismatch case and several deliberately fabricated references β with the checker's measured result on each, so you can paste them in and reproduce the run yourself. Alongside it we run a larger holdout that we deliberately do notpublish, because a published set can be optimised against. The page states plainly what those numbers do and do not establish β including that building the holdout exposed a real bug and that one case counts as passed only under a scoring rule we changed. Thirteen published cases is a small sample, and we would rather hand you the cases than a headline accuracy percentage you cannot check.
PubScope brings the public signals together for tens of thousands of journals: Web of Science / Scopus / DOAJ indexing, SJR quartile, APC, a 0β100 Trust Score and predatory-risk flags β each linking out so you can confirm it at the source.
If you find a fabricated reference in your own draft
- Before submission:remove it and replace it with a source you have actually read. Do not attempt to repair the citation by finding some paper that fits the sentence β the sentence was written to match a source that does not exist, so it usually needs rewriting too.
- After submission, before publication: contact the handling editor immediately. A correction at proof stage is routine; the same error found after publication is not.
- After publication: request a correction from the journal. Publishers have established processes for reference errors, and self-reported corrections are treated very differently from ones raised by a reader.
- Check the rest of the list. Fabricated references cluster. If one came from an AI draft, others in the same section very likely did too.
Sources
- Topaz M, et al. Fabricated citations: an audit across 2Β·5 million biomedical papers. The Lancet2026;407:1779β1781. doi:10.1016/S0140-6736(26)00603-3 β source for the ~1-in-277 figure and for the characterisation of the resolvable-DOI / fabricated-title pattern as dominant. doi.org/10.1016/S0140-6736(26)00603-3 β
- Bauchner H. Fabricated references: a new threat to editorial integrity. The Lancet2026;407:1765β1766. doi:10.1016/S0140-6736(26)00798-1 β the accompanying editorial. doi.org/10.1016/S0140-6736(26)00798-1 β
- STAT News, 7 May 2026 β reporting the Topaz et al. year-on-year rates (1 in 2,828 in 2023; 1 in 458 in 2025). statnews.com β
- Naturenews analysis, 2026, doi:10.1038/d41586-026-00969-z β estimate that tens of thousands of 2025 publications may contain invalid AI-generated references. doi.org/10.1038/d41586-026-00969-z β
- GPTZero scan of NeurIPS 2025 accepted papers β at least 100 fabricated citations across 51 of 4,841 papers. arXiv:2602.05930. arxiv.org/abs/2602.05930 β
- Retraction Watch Database β retraction records used by Citation Check. retractionwatch.com β
- Crossref REST API β public source for DOI-registered metadata, including the registered title used in check 1 above. crossref.org β
Figures on this page are quoted from the sources listed above and are not PubScope estimates. Media aggregations of the fabricated-citation count that we could not trace to a named primary study are deliberately excluded.