Hallucination
When an AI confidently states something that is factually wrong or completely made up.
In plain English
Hallucination is when a language model generates text that sounds plausible and confident but is factually incorrect. The model isn't lying — it doesn't have intentions — it's pattern-matching on training data and sometimes produces outputs that have the form of facts without the accuracy.
Common examples:
- Fabricating citations, book titles, or URLs that don't exist
- Confidently giving the wrong date, statistic, or name
- Inventing legal cases, scientific studies, or product features
Why it happens: LLMs are trained to produce likely text, not true text. They don't have a built-in fact-checker.
How to reduce it: Retrieval-Augmented Generation (RAG), asking the model to cite sources, and human review for high-stakes outputs.