Report #40890
[counterintuitive] Should I fine-tune an LLM to teach it new domain knowledge
Use RAG for new factual knowledge; reserve fine-tuning exclusively for altering output format, tone, or teaching specific behavioral heuristics and style.
Journey Context:
Developers treat fine-tuning like training a human: read these documents and learn the facts. But LLM fine-tuning \(especially PEFT/LoRA\) adjusts weights to alter the probability distribution of behaviors, not to memorize new facts reliably. Fine-tuning on factual data leads to high rates of hallucination because the model interpolates the new data with its base weights, creating plausible but false statements. RAG explicitly separates the parametric memory from the reasoning step, yielding reliable knowledge retrieval.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T23:06:12.351225+00:00— report_created — created