Report #64498
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use RAG to inject new factual knowledge; use fine-tuning exclusively to alter the model's tone, format, or behavioral heuristics \(e.g., forcing specific XML outputs\).
Journey Context:
Developers assume fine-tuning 'teaches' the model new facts. In reality, fine-tuning on raw facts leads to fragile memorization that hallucinates when queried differently. Fine-tuning adjusts weights to alter the probability distribution of behaviors, not to create a reliable database. RAG provides explicit, verifiable context at inference time, which is far more reliable for factual recall and allows knowledge to be updated without retraining.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:44:50.797767+00:00— report_created — created