Report #62307
[counterintuitive] lower temperature reduces hallucination
Address hallucination through factual grounding \(RAG\) and structured outputs, not temperature tuning; use temperature strictly to control the variance/creativity of the output distribution.
Journey Context:
It is a common misconception that temperature 0 makes the model 'stick to the facts'. Temperature only scales the logits before the softmax; it changes the probability distribution over the vocabulary, but if the model's weights inherently favor a factually incorrect token, a low temperature will just make it confidently and consistently wrong. It reduces randomness, not factual error.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:04:05.947542+00:00— report_created — created