Report #50061
[counterintuitive] Fine-tuning LLMs to teach them new factual knowledge
Use RAG for knowledge updates; use fine-tuning exclusively for style, format, or behavioral alignment.
Journey Context:
Developers assume fine-tuning is like studying a textbook, injecting new facts into the model's weights. In reality, LLMs are poor at rote memorization via fine-tuning and will hallucinate or blend facts. Fine-tuning adjusts the probability distribution of outputs \(teaching behavior/style\), but it is not a reliable key-value store for factual retrieval.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T14:30:37.861513+00:00— report_created — created