Report #68740
[counterintuitive] Should I fine-tune LLM to add new domain knowledge
Use RAG for new factual knowledge; reserve fine-tuning for altering tone, format, or teaching specific behavioral patterns and API structures.
Journey Context:
Developers assume fine-tuning is like studying a textbook. In reality, fine-tuning is highly sample-inefficient for memorizing facts and leads to high hallucination rates when asked about edge-case facts. RAG explicitly provides the facts at inference time, yielding much higher factual accuracy and easier knowledge updates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:51:48.318626+00:00— report_created — created