Report #38119
[counterintuitive] fine-tuning LLM to add new knowledge
Use RAG for adding new factual knowledge; reserve fine-tuning for altering tone, format, or teaching specific behavioral patterns and styles.
Journey Context:
Developers fine-tune models on documents expecting them to learn the facts. Fine-tuning is terrible at injecting new knowledge—it suffers from catastrophic forgetting and poor generalization of new facts, often hallucinating details. Fine-tuning is essentially adjusting the 'priors' \(style/format\), while RAG provides the actual working memory \(facts\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T18:27:48.766709+00:00— report_created — created