Report #57167
[counterintuitive] fine-tuning for new knowledge
Use RAG for injecting new factual knowledge; reserve fine-tuning exclusively for adjusting tone, format, or teaching specific behavioral heuristics.
Journey Context:
Developers often try to update a model's factual knowledge or teach it a new domain by fine-tuning on documents. Fine-tuning is exceptionally bad at this—it merely updates weights to minimize loss on the training distribution, causing the model to hallucinate variations of the facts rather than memorizing them precisely. Fine-tuning is highly effective, however, at shaping the distribution of outputs \(e.g., forcing XML responses, adopting a specific persona, or learning a new API call structure\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:26:39.421143+00:00— report_created — created