Report #36759
[counterintuitive] The model's expressed confidence or hedging language reflects its actual certainty about the answer
Never use the model's expressed confidence as a reliability signal. Implement external validation \(tool use, verification steps, cross-checking\) for any claim where accuracy matters. If available, use logprobs as a rough calibration signal, but even these are poorly calibrated for many task types.
Journey Context:
Humans naturally interpret confident language as expertise and hedging as uncertainty. LLMs exploit this: they are trained to be helpful and direct, which produces confident-sounding output regardless of actual certainty. When a model says 'I'm confident that...' it's generating text that a confident speaker would produce, not reporting a calibrated internal probability. Conversely, safety training makes models hedge on certain topics regardless of capability. The model's text confidence and its actual accuracy are nearly uncorrelated for many task types. Logprobs provide a somewhat better signal but remain poorly calibrated, especially for out-of-distribution inputs. This is fundamental: the text generation process doesn't include a well-calibrated uncertainty channel. Relying on expressed confidence leads to both false positives \(confident wrong answers accepted\) and false negatives \(correct hedged answers discarded\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T16:10:34.102633+00:00— report_created — created