Hallucination

An AI hallucination is a confident, fluent-sounding response from a language model that is factually wrong or entirely made up, rather than an honest admission that it doesn't know.

Key takeaways

  • A hallucination is a confidently stated but factually wrong or fabricated AI response.
  • Hallucinations happen because models predict statistically likely text rather than retrieving verified facts.
  • Retrieval-augmented generation reduces hallucination by grounding answers in real source documents.
  • No current technique eliminates hallucination completely, only reduces its frequency.
  • Citing sources and flagging uncertainty are common ways products help users catch hallucinations.

What is an AI hallucination?

A hallucination happens when an AI model generates information that sounds plausible and is stated with confidence, but is factually incorrect, fabricated, or unsupported by any real source. This can range from a wrong date or statistic to an entirely invented citation, quote, or event.

Why do LLMs hallucinate?

Language models generate text by predicting the most statistically likely next word, not by looking up verified facts in a database. When a model doesn't have reliable information about a topic, it will still produce fluent-sounding text, because generating plausible language is what it was trained to do, whether or not that language is true.

How hallucinations are reduced

Retrieval-augmented generation reduces hallucination by giving a model real source documents to reference instead of relying purely on memorized patterns. Fine-tuning a model to say "I don't know" when it's uncertain, and having systems cite sources so claims can be checked, are other common mitigations. No current technique eliminates hallucination entirely.

Why hallucination matters

Hallucination is one of the central trust problems in deploying AI systems, especially in fields like medicine, law, and journalism where a confidently wrong answer can cause real harm. It's also why most serious AI products now show sources or confidence signals rather than presenting model output as unquestionable fact.

Frequently asked

What causes AI hallucinations?
AI hallucinations happen because language models generate the most statistically likely next words based on training patterns, rather than retrieving and verifying facts from a trusted source.
Can AI hallucinations be fixed completely?
Not yet. Techniques like retrieval-augmented generation and better training reduce how often hallucinations happen, but no method eliminates them entirely.
How can you tell if an AI response is a hallucination?
Cross-check specific facts, dates, and citations against a trusted source — hallucinations often include confident-sounding but nonexistent references or subtly wrong details.

Mentioned in the news

New Method Helps AI Admit When It's Guessing
research

New Method Helps AI Admit When It's Guessing

Researchers have developed a way to make AI models better at admitting when they don't know something. This could make AI assistants more reliable in everyday use. The method works without needing to see the model's internal workings, making it useful for commercial AI services.