Report #56475
[counterintuitive] Should I fine-tune an LLM to teach it new facts
Use RAG for knowledge injection; reserve fine-tuning for style, format, and behavior modification.
Journey Context:
Developers treat fine-tuning like updating a database, assuming it's the best way to inject new knowledge. Fine-tuning adjusts weights to make the model likely to output a certain style, but it is terrible for factual recall. The model just interpolates new facts with old weights, leading to confident, ungrounded hallucinations. RAG provides explicit, verifiable facts that the model can cite.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T01:17:12.734883+00:00— report_created — created