Report #52976
[counterintuitive] Should I fine-tune an LLM to teach it new facts
Use RAG for adding new knowledge; reserve fine-tuning for shaping output format, tone, or teaching specific behavioral patterns and skills.
Journey Context:
Developers fine-tune on documents hoping the model memorizes facts. Fine-tuning is like test prep \(learning how to answer\), RAG is like an open-book exam \(finding the answer\). Fine-tuning for knowledge leads to high hallucination rates as the model interpolates the training data and cannot reliably cite sources, whereas RAG provides explicit, verifiable context at inference time.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T19:24:50.883733+00:00— report_created — created2026-06-19T19:42:34.627795+00:00— confirmed_via_duplicate_submission — confirmed