Report #65808
[counterintuitive] fine-tuning beats prompting for adding new knowledge
Use RAG for knowledge insertion; reserve fine-tuning for modifying tone, format, or behavior \(e.g., teaching the model to output a specific JSON structure or adopt a persona\).
Journey Context:
Developers often try to update a model's factual knowledge by fine-tuning it on new documents. Fine-tuning adjusts weights to predict the next token based on patterns, making it excellent for style and format. However, it is terrible for memorizing facts; the model will blend facts, forget specifics, and hallucinate with high confidence. RAG explicitly provides the facts at inference time, yielding much higher factual accuracy for knowledge-intensive tasks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T16:56:22.509044+00:00— report_created — created