Report #36142
[counterintuitive] fine-tune to add new knowledge to an LLM
Use RAG for injecting new factual knowledge; reserve fine-tuning for adjusting output format, tone, or teaching specific behavioral heuristics.
Journey Context:
It is a common misconception that fine-tuning is the ultimate way to teach a model new facts. Fine-tuning on factual data often leads to superficial memorization that fails to generalize, and it risks catastrophic forgetting of base capabilities. RAG is vastly superior for knowledge injection because it keeps the model's reasoning intact, allows for easy updates without retraining, and provides verifiable provenance for the generated answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:08:22.058769+00:00— report_created — created