PromptForge
AI Glossary

Risks & limitations

Hallucination

Also known as: hallucinations, confabulation, making things up

Definition

A hallucination is model output that is fluent and confident but factually wrong — invented citations, non-existent functions, fabricated statistics. It stems from models being trained to produce plausible text, not verified truth.

Hallucination is not a bug to be patched but a consequence of the objective. A model trained to predict likely continuations will produce a likely-looking answer whether or not it knows the truth, and it has no internal signal distinguishing recall from generation.

Certain outputs are especially prone: specific numbers, citations, URLs, API signatures, legal and medical specifics, and anything after the knowledge cutoff. Confidence in tone carries no information about accuracy.

Mitigations that work: ground answers in retrieved sources, instruct the model to say when it does not know, require citations, and verify anything consequential against a primary source. Mitigations that do not work: asking the model whether it is sure.

Example

Asked for academic references on a niche topic, a model may produce perfectly formatted citations with plausible authors and journals that do not exist.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.