Report #81759
[counterintuitive] Should I fine-tune LLM to teach it new facts
Use RAG for adding new factual knowledge; reserve fine-tuning for shaping output format, tone, or teaching specific behavioral patterns \(e.g., API calling formats\).
Journey Context:
Developers treat fine-tuning like training a human—assuming reading a textbook \(fine-tuning data\) implants retrievable facts. In LLMs, fine-tuning is highly prone to memorization without generalization. The model learns to emit the fact when prompted similarly to the training data, but fails to reason with the new fact in novel ways. RAG explicitly provides the fact at inference time, allowing the model to reason over it dynamically.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T19:50:00.493403+00:00— report_created — created