Different Facets of Verbalised Overconfidence: an Interpretability Study
Ship any product that reads a model's own confidence back to a user or a downstream branch, and this paper is one you want the eng team to read this week. Qwen3-4B was given 450 open-ended questions built from box-placement stories where the evidence was sometimes enough to derive an answer and sometimes not, and was asked in three ways to say when it wasn't sure: hedge in words, refuse with 'I don't know', or return a 1-to-5 confidence score. On the questions with no derivable answer it stated certainty 14% of the time in words, 27% of the time in the abstention setting, and 80% of the time as the score '5' — the numeric channel effectively skipped the hedge. Opening the model up, the authors identify about twenty middle-layer features that carry the 'I'm not sure' signal as a sparse override on top of a broad certainty coalition; suppressing those twenty collapses honest-uncertainty answers from 99% to 0%, and boosting them ×3 rescues 94% of the verbal-mode overconfidence errors — and moves the numeric-mode error rate from 80% to 80.3%. Treat verbalised confidence as a real signal and numeric confidence as a signal about the format prompt, and hedge in words if you need the model to actually route around what it doesn't know.