Report #92586
[counterintuitive] fine-tuning to inject new factual knowledge into an LLM
Use RAG for knowledge updates; use fine-tuning only for style, tone, and format alignment.
Journey Context:
Developers assume fine-tuning 'memorizes' new facts like a database update. In reality, gradient updates struggle to localize specific facts without degrading existing weights, leading to high hallucination rates on the new facts and catastrophic forgetting of old ones. RAG explicitly separates the reasoning engine from the external knowledge store, guaranteeing factual provenance and easier updating.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T13:59:48.578249+00:00— report_created — created