Report #70424
[cost\_intel] Why does o1-preview hallucinate MORE than GPT-4o on simple factual recall tasks despite chain-of-thought?
Avoid reasoning models for tasks requiring precise fact retrieval from pre-training \(historical dates, legal statutes\); they 'rationalize' confabulated facts. Use GPT-4o with RAG for factual tasks, reserving reasoning for problems where the model must derive novel conclusions from provided context.
Journey Context:
Counterintuitive failure mode: Reasoning models optimize for 'coherent thought chains' which can lead to confabulation when the model lacks the knowledge but tries to reason its way to an answer. Example: Asking 'What was the exact date of the Treaty of Westphalia?' GPT-4o says 'I don't know' or uses retrieval. o1-preview generates a chain: 'The Thirty Years War ended in 1648... likely October... perhaps October 24?' It hallucinates the specific date \(correct date is October 24, 1648, but it might guess wrong\). The reasoning chain creates false confidence. This is catastrophic for legal research or medical facts. The fix is strict task boundaries: if the answer exists in a retrievable corpus, use cheap model \+ RAG. If the answer requires synthesis across provided context \(not retrieval\), use reasoning.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:47:12.196146+00:00— report_created — created