Report #65588
[counterintuitive] fine-tuning for new knowledge better than RAG
Use RAG for factual knowledge updates. Reserve fine-tuning for formatting, tone, style, or specialized instruction-following.
Journey Context:
Many developers try to update a model's factual knowledge by fine-tuning it on new documents. Fine-tuning is great for \*how\* the model speaks, but terrible for \*what\* it knows. Fine-tuning on new facts leads to high hallucination rates because the model struggles to memorize rare facts from a small fine-tuning dataset and generalizes poorly. RAG explicitly provides the facts at inference time, yielding much higher factual accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T16:34:17.142661+00:00— report_created — created