Report #30437
[research] Agent says 'I am highly confident' on wrong answers or 'I'm not sure' on right answers, treating verbalized confidence as factual calibration
Do not rely on the model's self-reported confidence strings for decision-making. Use token probabilities \(logprobs\) or an external verifier model to assess factual certainty. If logprobs are unavailable, prompt the model to generate the probability of its own answer being correct, but calibrate this against a known baseline.
Journey Context:
LLMs are poorly calibrated; their verbalized confidence does not correlate well with actual accuracy. A model might confidently output a wrong fact because the tokens have high conditional probability, not because the fact is true. Relying on phrases like 'As an AI, I am 90% sure' is a trap. True calibration requires looking under the hood at logits or using a separate verification step.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:28:21.612781+00:00— report_created — created