Report #70270
[counterintuitive] fine-tuning for adding new knowledge
Use RAG for knowledge injection and fine-tuning exclusively for style, format, or behavior shaping; fine-tuning on factual data leads to high hallucination rates as the model interpolates facts.
Journey Context:
Developers treat fine-tuning like a database update, assuming the model will memorize and recall facts perfectly. Fine-tuning adjusts weights to predict the next token based on distribution, making it great for tone or domain-specific reasoning patterns, but terrible for precise factual recall. The model will blend and hallucinate facts just like base models, but now confidently on your specific data distribution.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:32:07.790572+00:00— report_created — created