Blog>AI Technology

Published 2024-06-12 in Meshub.ai

Understanding LLM Hallucinations

Dr. Emily Wei
Dr. Emily Wei6 min read

Share

Illustration of AI hallucination concept

What is an AI Hallucination?

An AI hallucination occurs when a Large Language Model generates incorrect or nonsensical information but presents it confidently as fact.

Common Causes

  • Training Data Bias: Models learn from vast internet data, which includes inaccuracies.
  • Lack of Real-time Knowledge: Most base models have a knowledge cutoff date.

Mitigation Strategies

Using RAG (Retrieval-Augmented Generation) helps ground the AI's responses in factual documents provided by the user.