---
term: "Hallucination"
canonical: https://citable.wiki/glossary/hallucination
also_known_as: "Confabulation, fabrication"
license: CC BY 4.0
---

# Hallucination

**Definition:** A hallucination is output from a language model that is fluent and confident but false or unsupported: an invented statistic, a citation to a paper that does not exist, a misattributed quote, or a plausible-sounding date. It arises because the model predicts likely text rather than checking facts, and it is the main failure that answer engines use retrieval and citations to contain.

The term was borrowed from psychology and became mainstream in 2023, when a New York federal court sanctioned lawyers who had filed a brief containing case citations that ChatGPT had invented. The fabricated citations looked exactly like real ones and were checkable in minutes.

Hallucination is not a bug that a patch removes. A 2025 paper from OpenAI researchers, [Why Language Models Hallucinate](https://arxiv.org/abs/2509.04664), argues that it persists partly because training and benchmarks reward a confident guess over an admission of uncertainty. The engineering response is to change what the model is asked to do: an answer engine retrieves passages and generates from them — [retrieval-augmented generation](/glossary/retrieval-augmented-generation) with [grounding](/glossary/grounding) and visible citations, so that a reader can verify each claim against a source.

> **Warning: Why this matters for your pages**
>
> Retrieval reduces hallucination only when the retrieved passage carries the fact. A passage that hedges, relies on a definition three sections earlier, or leaves the key figure in an image forces the model to guess — and the guess is published under your name.

The defence is editorial, not technical: state the number, the unit, the date and the full entity name inside the same paragraph, and keep each answer self-contained. The method is in [How to write answer-first content](/guides/how-to-write-answer-first-content).

## Frequently asked questions

### Can the way I write cause a hallucination about my own content?

Yes. When a retrieved passage is vague — a number without a unit, a claim without a date, a product referred to as 'it' — the model fills the gap with whatever is statistically likely, and the invented detail is then attributed to you. Self-contained passages with explicit names, figures, units and dates give the model nothing to guess.

## Related guides

- [E-E-A-T for answer engines: authors, dates and sources that machines can verify](https://citable.wiki/guides/eeat-for-answer-engines)
- [How to write answer-first content that LLMs can quote](https://citable.wiki/guides/how-to-write-answer-first-content)

---

Source: https://citable.wiki/glossary/hallucination
