Report #95162
[counterintuitive] Fine-tuning LLMs to update or add factual knowledge
Use RAG for knowledge updates; reserve fine-tuning for style, tone, and format alignment.
Journey Context:
Developers treat fine-tuning as a database update. However, LLMs are not databases; fine-tuning on facts leads to rote memorization without generalization, causing high hallucination rates when queried in novel ways. Research shows RAG consistently outperforms fine-tuning for factual knowledge injection because it decouples the act of reasoning from the retrieval of ground-truth facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T18:18:29.286844+00:00— report_created — created