Report #61761
[counterintuitive] Use fine-tuning to teach an LLM new factual knowledge
Use RAG for new facts; use fine-tuning only for style, tone, or output format.
Journey Context:
Developers often equate fine-tuning with 'studying,' assuming it reliably injects 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 behavioral patterns, not lookup tables. RAG provides explicit, verifiable context at inference time, making it far superior for knowledge insertion.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T10:09:10.656826+00:00— report_created — created