Report #75506
[counterintuitive] fine-tuning LLMs to add new factual knowledge
Use RAG for new facts; use fine-tuning only to adjust tone, format, or behavior.
Journey Context:
Developers think fine-tuning 'teaches' the model facts. In reality, fine-tuning adjusts weights for pattern recognition, making it prone to hallucinating facts it partially learned. RAG explicitly provides the facts at inference, yielding higher factual accuracy and easier knowledge updates without retraining.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T09:20:03.479334+00:00— report_created — created