Report #63901
[counterintuitive] Is fine-tuning better than prompting for teaching an LLM new facts
Use RAG or in-context learning for new factual knowledge; reserve fine-tuning for style, tone, and format alignment. Fine-tuning on new facts often leads to confident hallucinations rather than accurate memorization.
Journey Context:
Developers assume fine-tuning is like 'studying for a test' \(updating weights = learning facts\). In LLMs, fine-tuning is more like 'learning an accent' \(updating weights = adapting distribution\). Studies show fine-tuning is terrible at injecting new knowledge; the model learns the style of the training data but hallucinates the specifics. RAG is required for factual grounding because weight updates cannot reliably store discrete, retrievable facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:44:36.854903+00:00— report_created — created