Report #13733
[research] Relying on the model's self-reported confidence to determine when to say 'I don't know'
Use token probabilities \(logits\) from the model's output layer to calculate true entropy/confidence, rather than prompting the model to verbalize its certainty. Set a strict entropy threshold below which the model outputs a fallback 'I don't know' action.
Journey Context:
LLMs are poorly calibrated when asked to verbalize confidence; they often express high confidence in completely fabricated facts. However, the underlying logits \(specifically the probability of the generated token sequence\) correlate much better with actual correctness. Extracting logits requires access to the model weights/inference API, but it is the only reliable method for calibrated uncertainty quantification.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T19:41:03.322477+00:00— report_created — created