Report #48216
[counterintuitive] Why lowering temperature or asking for confidence doesn't fix hallucinations
Treat hallucination as a structural property of next-token prediction, not a confidence problem. Use retrieval-augmented generation, fact-checking tools, or structured output constraints. Do not rely on the model's own confidence assessments as indicators of factual accuracy.
Journey Context:
The intuitive model is that hallucinations happen when the model is uncertain, so reducing temperature or asking 'how confident are you?' should help. In reality, LLMs are often maximally confident when hallucinating. The model's confidence score reflects how well the next token fits the learned distribution, not whether the statement is factually true. A fluent, well-formed hallucination can have higher probability than a true but awkward fact. Calibration between model confidence and factual correctness is poor, and prompting for confidence often just produces a confident-sounding justification of the wrong answer. Hallucination is inherent to the architecture: the model predicts likely continuations, not truths. Lowering temperature selects the most probable continuation, which may be a highly probable hallucination.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T11:24:54.170647+00:00— report_created — created