Which method reduces LLM hallucinations by grounding responses in retrieved external knowledge?
- Fine-tuning
- RAG
- Prompt Engineering
- All of these
Answer: RAG
Retrieval-Augmented Generation (RAG) combines LLMs with external knowledge retrieval, reducing hallucinations by grounding responses in verified sources. Critical for factual accuracy in enterprise AI applications.