Report #50862
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use fine-tuning exclusively for style, tone, and format alignment. Use RAG to inject new factual knowledge or recent data.
Journey Context:
A widespread belief is that fine-tuning is like studying for a test, allowing the model to memorize new facts. In reality, fine-tuning adjusts weights to increase the probability of certain output patterns, but it is remarkably poor at injecting novel factual knowledge not well-represented in the base training data. Fine-tuning on new facts often results in confident hallucinations. RAG explicitly provides the facts at inference time, making it the only reliable method for knowledge injection.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T15:51:33.734010+00:00— report_created — created