Report #58518
[counterintuitive] fine-tuning is better than prompting for adding new knowledge
Use RAG for adding new factual knowledge. Reserve fine-tuning for altering the model's tone, format, or domain-specific syntactic patterns \(e.g., learning a new API syntax or output format\).
Journey Context:
Developers often try to fine-tune models to inject new factual knowledge \(e.g., company docs\). Fine-tuning is good at adjusting the probability distribution of styles and formats, but it is highly prone to memorization and hallucination for specific facts. RAG explicitly separates the parametric knowledge from the reasoning, making it much more reliable for factual updates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:42:48.370560+00:00— report_created — created