Report #6240
[research] Fine-tuning a model on new factual knowledge causes it to hallucinate that knowledge unpredictably
Do not use fine-tuning to inject new factual knowledge. Use RAG for new facts, and reserve fine-tuning solely for formatting, tone, or behavioral shaping.
Journey Context:
It is tempting to fine-tune models on recent data to update their knowledge. However, models struggle to learn new facts from few examples during fine-tuning; they memorize the specific phrasing but fail to generalize, leading to higher hallucination rates on related queries. RAG cleanly separates parametric knowledge from episodic/new knowledge.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T23:38:31.862356+00:00— report_created — created