Report #42767
[counterintuitive] Fine-tuning LLMs to inject new factual knowledge
Use RAG for new facts; use fine-tuning only for formatting, tone, or behavioral alignment.
Journey Context:
Developers treat fine-tuning like studying a textbook, assuming it reliably encodes new facts. In reality, LLMs struggle to memorize new facts via fine-tuning and will hallucinate them with high confidence. Fine-tuning adjusts weights for \*how\* to behave \(style, format\), not \*what\* is true. RAG explicitly separates the knowledge from the reasoning, yielding far higher factual accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T02:15:10.085958+00:00— report_created — created