Report #85720
[counterintuitive] Should I fine-tune an LLM to teach it new facts
Use fine-tuning for formatting, style, and behavior shaping. Use RAG or context injection for teaching new facts or knowledge.
Journey Context:
Developers think fine-tuning is like 'studying for a test' \(memorizing facts\). In reality, fine-tuning adjusts weights for pattern recognition \(style, format\), but is terrible for factual recall compared to RAG. Fine-tuned models are prone to hallucinating facts they were fine-tuned on if those facts aren't well-represented in the base weights, whereas RAG provides the exact text.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T02:28:05.743835+00:00— report_created — created