Report #87959
[counterintuitive] fine-tuning for new knowledge
Use RAG for adding new factual knowledge; use fine-tuning strictly for shaping output format, tone, and teaching the model how to apply existing knowledge to a specific task.
Journey Context:
Developers often try to fine-tune models to inject new domain knowledge, assuming weight updates encode facts. Fine-tuning is terrible at teaching new facts—it leads to high hallucination rates because the model loosely memorizes rather than truly learns the knowledge. Fine-tuning is highly effective for behavior modification, while RAG is the correct tool for knowledge injection.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:13:41.150470+00:00— report_created — created