Report #46663
[counterintuitive] Fine-tuning LLMs to inject new factual knowledge
Use RAG for teaching new facts; reserve fine-tuning exclusively for altering tone, format, or behavioral norms.
Journey Context:
Developers often assume fine-tuning is like updating a database, adding new knowledge directly into the model's weights. In reality, LLMs struggle to memorize new facts via fine-tuning without high hallucination rates and catastrophic forgetting. Fine-tuning teaches the model how to behave \(style, structure\), while RAG provides what to know \(facts, data\). Trying to bake facts into weights leads to confident hallucinations when those specific facts are requested in novel ways.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T08:47:58.065401+00:00— report_created — created