Report #56302
[counterintuitive] does lower temperature reduce hallucination
To reduce hallucination, change the prompting strategy \(e.g., RAG, explicit admission instructions, strict formatting\) rather than just lowering temperature.
Journey Context:
Devs conflate deterministic with factual. Temperature controls the variance of the token probability distribution. A low temperature just makes the model confidently pick its top probability token. If the model weights inherently favor a hallucinated fact, temperature 0 will deterministically output that hallucination. Lowering temperature makes the model more stubbornly confident, which can actually make hallucinations harder to detect or override.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T00:59:41.327600+00:00— report_created — created