You ask an AI model to summarize recent research on a specific topic. It hands you back a perfectly formatted list of citations. The authors sound real. The journal titles look legitimate. Even the Digital Object Identifiers (DOIs) appear valid. You cite them in your paper, submit it, and feel confident. Then, months later, a reviewer flags one reference as non-existent. Or worse, you realize half your bibliography is fiction.
This isn't a hypothetical nightmare scenario. It is the current reality for thousands of researchers, students, and professionals using Large Language Models (LLMs). These models do not just occasionally make mistakes; they structurally generate fabricated references-citations that look plausible but point to nothing in the real world. This phenomenon, often called "Ghost References," threatens the foundation of scientific communication. If we cannot trust the sources behind the claims, can we trust the knowledge itself?
The Scale of the Problem: It’s Worse Than You Think
We tend to think of AI errors as rare glitches. When it comes to citations, the data suggests otherwise. The issue is not a minor bug; it is a systemic feature of how these models work.
Consider the findings from a study published in JMIR Mental Health in November 2025. Researchers tested GPT-4o across six simulated literature reviews. The results were stark. Out of 176 total citations generated by the model, 35 (nearly 20%) were entirely fabricated. They did not exist. But the story gets darker. Of the remaining 141 citations that appeared to be real, 64 contained significant bibliographic errors, mostly invalid DOIs. When you combine these figures, approximately 65% of all citations produced by this advanced model were either fake or flawed.
This problem persists even as models improve. Historical data shows that while GPT-3.5 had a fabrication rate of about 55%, the newer GPT-4 model reduced this to roughly 18%. An early test of ChatGPT showed an even higher failure rate, with 83% of references being fake. While the numbers are trending down, an 18% error rate means that in every five papers you write with AI assistance, one might contain a critical factual lie in its bibliography.
| Model Version | Fabrication Rate | Key Finding |
|---|---|---|
| Early ChatGPT | ~83% | Most references were entirely non-existent. |
| GPT-3.5 | ~55% | More than half of citations were fabricated. |
| GPT-4 | ~18% | Significant improvement, but still high risk. |
| GPT-4o (Nov 2025) | ~65% (Total Inaccuracy) | Includes both fake citations and those with invalid DOIs/errors. |
Why Do LLMs Make Up Citations?
To fix the problem, we need to understand why it happens. It is not because the AI is trying to deceive you. It is because of how it thinks.
Large Language Models use a process called lossy compression. Imagine reading thousands of books but only remembering the general gist of each chapter. When asked for a specific page number or quote, your brain fills in the gap with what sounds most likely based on context. LLMs do the same thing. They have seen millions of real citations during training, so they know the statistical patterns of what a citation looks like: Author Name + Year + Journal Title + Volume/Page.
When you ask for a reference, the model guesses a plausible combination of these elements. It creates a citation that is internally consistent and statistically probable. To a human reader, it looks real. To a database, it is noise. This guessing mechanism produces "Ghost References" that are incredibly difficult to spot without manual verification.
The Dangerous Feedback Loop
The most alarming aspect of fabricated references is not just their creation, but their propagation. We are entering a cycle where AI validates its own lies.
Here is how the loop works:
- A student uses an LLM to generate a literature review. The model invents a citation to a paper by "Prof. Williamson" on a niche topic.
- The student wants to verify the source, so they paste the title into an AI-powered search engine.
- The search engine does not return an error. Instead, it generates a confident summary of the non-existent paper, complete with thematic arguments and supporting details.
- The student assumes the paper is real and cites it in their essay.
- That essay enters the academic record. Future AI models train on this new text, learning that "Prof. Williamson's" paper exists.
In one documented case, a single fabricated citation accumulated 43 citations in Google Scholar despite the underlying reference being completely false. This feedback loop distorts scientific understanding at scale. It misleads readers, informs bad policy, and compromises clinical practice if left unchecked.
Real-World Consequences: The NeurIPS Incident
If you think peer review will catch these errors, think again. In January 2026, GPTZero analyzed every paper accepted to NeurIPS 2025, one of the most prestigious artificial intelligence conferences globally. These papers had survived rigorous competition against 15,000 other submissions.
Despite this scrutiny, GPTZero identified over 100 hallucinated citations distributed across 51 different papers. The fabricated references slipped through the peer review process entirely. This incident proves that citation fabrication has moved from a theoretical concern to a contaminant in the actual published scientific record. If top-tier AI researchers cannot spot these fakes, how can we expect general academics to do so under tight deadlines?
Tools and Techniques for Detection
So, how do you protect your work? You cannot rely on the AI to tell you the truth. You must verify it yourself, or use tools designed to do so.
Manual verification is tedious but necessary. However, new tools are emerging to bridge the gap. One notable tool is CERCA. CERCA detects AI-generated fake references by querying trusted repositories like OpenAlex, Crossref, and Zenodo. It uses fuzzy matching to catch discrepancies in bibliographic data. Crucially, it processes PDFs locally on your machine, preserving privacy-a major concern for unpublished research.
Another approach involves testing your own ability to spot fakes. A game called "Dead Reference" was created to challenge users to distinguish real academic citations from AI-fabricated ones. The results suggest that even experts struggle to identify Ghost References without external verification tools.
Best Practices for Researchers and Students
Until model architecture changes fundamentally, human oversight is mandatory. Here is a practical checklist for handling LLM-generated citations:
- Never trust the DOI blindly. Always copy the DOI into a resolver like doi.org. If it leads to a 404 error or a generic landing page, the citation is suspect.
- Verify the abstract. Use academic search engines like Google Scholar or PubMed to find the paper by title. Read the abstract. Does it match the claim the AI made? Often, the paper exists, but the AI has misrepresented its findings.
- Use specialized topics with caution. The JMIR study found that fabrication rates were higher for niche topics like binge eating disorder (28%) compared to broader topics like major depressive disorder (6%). The less data an LLM has on a subject, the more it guesses.
- Implement institutional safeguards. Journals and universities should adopt detection software that flags citations not matching existing sources before publication.
- Design strategic prompts. Ask the LLM to provide DOIs and links explicitly. While this doesn't stop fabrication, it makes verification faster.
The Path Forward
Can we stop AI from making up citations altogether? According to investigations by Nature, the answer is currently no. Citation fabrication is intrinsic to how current Large Language Models generate text. It is not a simple technical fix or a matter of better prompt engineering.
The solution lies in a hybrid workflow. We must treat LLM outputs as drafts, not facts. We need stronger editorial standards, better detection tools like CERCA, and a cultural shift in academia that values verification over speed. As long as we integrate AI into our research workflows, we must also integrate rigorous fact-checking. The integrity of science depends on it.
What is a fabricated reference in an LLM output?
A fabricated reference, often called a "Ghost Reference," is a bibliographic citation generated by a Large Language Model that appears plausible but does not correspond to any real published work. It may include fake author names, non-existent journal titles, or invalid DOIs.
How common are fake citations in GPT-4o?
According to a November 2025 study in JMIR Mental Health, approximately 65% of citations generated by GPT-4o were either entirely fabricated or contained significant errors such as invalid DOIs. About 20% were completely fake.
Why do LLMs create fake citations?
LLMs use lossy compression and statistical prediction. They guess plausible combinations of authors, dates, and titles based on patterns in their training data rather than retrieving accurate information from a database. This leads to internally consistent but factually incorrect citations.
What is the CERCA tool?
CERCA is a detection tool designed to identify AI-generated fake references. It queries trusted repositories like OpenAlex, Crossref, and Zenodo using fuzzy matching to verify bibliographic data. It runs locally on the user's machine to ensure privacy.
Did peer review catch fake citations in NeurIPS 2025?
No. An analysis by GPTZero in January 2026 found over 100 hallucinated citations across 51 papers accepted to NeurIPS 2025, demonstrating that peer review processes currently fail to consistently detect these fabrications.
How can I verify an LLM-generated citation?
Always verify the DOI using a resolver like doi.org. Search for the paper title in academic databases like Google Scholar or PubMed. Read the abstract to ensure the content matches the AI's summary. For niche topics, exercise extra caution as fabrication rates are higher.
What is the "feedback loop" of fabricated references?
The feedback loop occurs when an AI generates a fake citation, a user verifies it with an AI search engine (which summarizes the fake paper as real), the user cites it in their work, and future AI models train on this false information, propagating the error indefinitely.
Are some research topics more prone to citation fabrication?
Yes. Studies show that niche or less publicly known topics, such as binge eating disorder or body dysmorphic disorder, have higher fabrication rates (around 28-29%) compared to broader topics like major depressive disorder (6%), likely due to less training data availability.