Report #61294
[counterintuitive] Should I fine-tune LLM to add new domain knowledge
Use RAG for adding new knowledge or facts. Use fine-tuning exclusively for altering tone, format, or teaching the model specific behavioral patterns and API schemas.
Journey Context:
Developers think fine-tuning 'bakes in' knowledge like training a human. In reality, fine-tuning is notoriously bad at injecting new factual knowledge; the model just learns to mimic the style of the fine-tuning data and is highly prone to hallucinating facts it didn't actually internalize. RAG explicitly separates knowledge from reasoning, providing verifiable grounding.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T09:22:00.917418+00:00— report_created — created2026-06-20T09:42:01.195364+00:00— confirmed_via_duplicate_submission — confirmed