← Latest papers
💻 computer science

Wired for Overconfidence: A Mechanistic Perspective on Inflated Verbalized Confidence in LLMs

This paper presents a circuit-level mechanistic analysis revealing that inflated verbalized confidence in large language models is driven by a compact set of MLP blocks and attention heads in middle-to-late layers, which can be causally identified and targeted for inference-time recalibration to significantly improve calibration.

Original authors: Tianyi Zhao, Yinhan He, Wendy Zheng, Yujie Zhang, Chen Chen

Published 2026-04-03
📖 5 min read🧠 Deep dive

Original authors: Tianyi Zhao, Yinhan He, Wendy Zheng, Yujie Zhang, Chen Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart, well-read robot assistant. You ask it a question, and it gives you an answer. But here's the problem: sometimes the robot is completely wrong, yet it speaks with such absolute certainty that you believe it. It's like a student who guesses "Paris" as the capital of Australia but raises their hand and says, "I'm 99% sure!"

This paper is about figuring out why this robot is so confidently wrong, finding the specific "wires" inside its brain that cause this behavior, and then cutting or rewiring those wires to make it more honest.

Here is the breakdown of their discovery, using simple analogies:

1. The Problem: The "Confident Liar"

Large Language Models (LLMs) are great at talking, but they often suffer from verbalized overconfidence. When they make a mistake, they don't say, "I'm not sure." Instead, they generate a high confidence score (like "95% sure") even when they are wrong. This is dangerous because it tricks humans into trusting bad information.

2. The Detective Work: Finding the "Confidence Switch"

The researchers didn't just look at the robot's final answer; they looked inside its "brain" (its internal code) while it was thinking.

  • The Setup: They asked the robot a question. If the robot got it wrong, they created a "fake" version of the conversation where they secretly swapped the wrong answer for the correct one, but kept everything else the same.
  • The Clue: They noticed that when the answer was correct, the robot's internal "confidence meter" dropped. When the answer was wrong, the meter stayed high.
  • The Metric: They invented a tool called TSLD (Target-Set Logit Difference). Think of this as a thermometer that measures how "hot" the robot feels about high confidence versus low confidence. By watching this thermometer, they could see exactly where the heat was coming from inside the machine.

3. The Discovery: The "Overconfidence Circuit"

Using a technique called Mechanistic Interpretability (which is like taking apart a watch to see which gear makes the hands move), they found that the robot's overconfidence isn't random. It comes from a very specific, small group of parts in its brain.

  • The Location: These parts are located in the middle-to-late layers of the model. Imagine the robot's brain as a factory assembly line. The early workers gather the facts, but the "confidence writers" are the managers at the end of the line who stamp the final report.
  • The Culprits: They found a compact team of about 10 specific "workers" (neural components).
    • Some are MLP blocks (think of these as the factory's memo writers who draft the final confidence statement).
    • Some are Attention Heads (think of these as the managers who decide which memo gets sent out).
  • The Surprise: This team of "overconfidence writers" is the same whether the robot is answering questions about history, science, or pop culture. It's a built-in habit, not a mistake specific to one topic. The robot has a "default setting" that says, "Write a high confidence score," regardless of whether the facts are actually good.

4. The Fix: Rewiring the Brain

Once they identified the specific wires causing the problem, they tried to fix it in real-time (while the robot was thinking). They tried two methods:

  1. Mean Ablation (The "Mute" Button): They simply silenced those specific "confidence writers" and replaced their output with a neutral, average signal.
    • Result: The robot became much more honest. It stopped shouting "I'm sure!" when it was guessing.
  2. Activation Steering (The "Dimmer Switch"): Instead of silencing the writers, they gently nudged their output in the opposite direction of overconfidence.
    • Result: This was even better. It allowed them to dial the confidence up or down. At the perfect setting, the robot's confidence scores matched its actual accuracy almost perfectly.

The Big Picture Analogy

Think of the robot as a news anchor.

  • The Old Way: The anchor reads the news. If they are unsure about a story, they still say, "Breaking News! This is 100% confirmed!" because their internal script (the circuit) is programmed to sound authoritative.
  • The Paper's Solution: The researchers found the specific part of the scriptwriter's brain that adds the "100% confirmed" phrase. They realized this scriptwriter ignores the actual facts and just loves the sound of certainty.
  • The Fix: They went into the studio and told that specific scriptwriter, "Stop adding the '100% confirmed' line unless you actually have the proof." Suddenly, the anchor started saying, "We are 50% sure," or "We are still checking," which is much more helpful to the audience.

Why This Matters

This is a huge step forward because:

  1. It's not magic: They didn't just guess; they found the physical "wires" causing the lie.
  2. It's fixable: You don't need to retrain the whole robot from scratch. You just need to tweak a few specific parts at the moment it's answering.
  3. It's safer: By making robots admit when they are unsure, we can stop them from confidently leading us down the wrong path.

In short: Robots are wired to be overconfident, but we found the switch that controls that wiring, and we can flip it to make them more honest.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →