Hallucinations and Model Limitations
A hallucination is when a model gives incorrect or fabricated information in a confident tone.
Why hallucinations happen
- Model predicts likely text, not guaranteed truth.
- Prompt lacks context or clear constraints.
- Requested knowledge is missing or outdated.
Other limitations
- Sensitive to prompt wording.
- Can fail in multi-step reasoning if not guided.
- May inherit bias from training data.
- Can produce non-deterministic outputs.
Mitigation strategies
- Use RAG and reliable source data.
- Ask for citations and confidence notes.
- Add validation and post-processing checks.
- Keep human review for high-impact decisions.
Example
For medical or legal use, never rely only on model output. Always verify with trusted sources and domain experts.