Report #44603
[counterintuitive] Should I fine-tune to teach the model new facts?
Use RAG for new factual knowledge; reserve fine-tuning for shaping behavior, tone, format, and teaching the model how to use tools or specific syntactic patterns.
Journey Context:
Developers treat fine-tuning like a database update, feeding it Q&A pairs of proprietary facts expecting the model to memorize and recall them. LLMs are bad at rote memorization via fine-tuning and will still hallucinate or forget the injected facts. Fine-tuning adjusts weights for behavioral patterns and stylistic adjustments, not for reliable factual recall. RAG is the correct architectural pattern for knowledge injection.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T05:20:10.472503+00:00— report_created — created