Report #52754
[counterintuitive] Should I fine-tune an LLM to teach it new domain knowledge
Use RAG for injecting new factual knowledge. Reserve fine-tuning for shaping output format, tone, or teaching the model how to use specific tools/syntax \(e.g., custom APIs\).
Journey Context:
Developers assume fine-tuning is like 'studying for a test' and will embed facts into the model's weights. Empirical evidence shows fine-tuning is terrible at injecting new factual knowledge—it mostly causes the model to overfit to the training text and still hallucinate. Fine-tuning is excellent at adjusting the probability distribution of the output space \(style, format, instruction following\). RAG is the actual 'open-book test' for facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T19:02:33.924815+00:00— report_created — created