← Latest papers
💬 NLP

Closing the Confidence-Faithfulness Gap in Large Language Models

This paper reveals that verbalized confidence and actual accuracy are encoded as orthogonal linear signals in LLMs, a relationship disrupted by reasoning processes, and proposes a two-stage adaptive steering pipeline to align confidence outputs with internal accuracy estimates, thereby significantly improving model calibration.

Original authors: Miranda Muqing Miao, Lyle Ungar

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

Original authors: Miranda Muqing Miao, Lyle Ungar

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

The Big Problem: The Overconfident Expert

Imagine you have a brilliant but slightly arrogant expert consultant. This consultant can solve almost any problem correctly. However, when you ask them, "How sure are you that you got this right?" they almost always say, "I am 99% sure!"

The scary part? They are only right 40% of the time.

This is the current state of Large Language Models (LLMs). They are systematically overconfident. They don't just make mistakes; they lie about how sure they are. This is dangerous. If a medical AI tells a doctor, "I'm 95% confident this is a rare disease," but it's actually wrong, the consequences could be life-threatening.

The authors of this paper argue that the AI isn't actually "clueless." It knows when it's wrong. The problem is that it's failing to speak up about what it knows.


The Discovery: Two Different "Dials" Inside the Brain

To understand why this happens, the researchers looked inside the AI's "brain" (its internal math) using a technique called Mechanistic Interpretability. Think of the AI's brain as a massive control room with thousands of dials and levers.

They found two specific dials:

  1. The "Truth Dial" (Accuracy): This dial moves up and down based on whether the AI is actually right or wrong. If the AI is solving a math problem correctly, this dial goes up. If it's wrong, it goes down. Crucially, this dial works perfectly. The AI knows the answer.
  2. The "Confidence Dial" (Verbalized Confidence): This is the dial that controls what the AI says out loud ("I am 90% sure!").

The Shocking Finding: These two dials are completely disconnected.
Imagine a car where the speedometer (Truth Dial) shows you are driving 100 mph, but the radio (Confidence Dial) is stuck on "I'm driving 10 mph." Or worse, they are on opposite sides of the dashboard and don't talk to each other at all.

The researchers found that the "Truth Dial" and the "Confidence Dial" point in completely different directions (they are "orthogonal"). The AI has the data it needs to be humble, but the part of the brain that generates speech simply ignores that data.


The "Reasoning Contamination" Effect

The researchers then tried to make the AI do two things at once: Solve the problem AND tell you how sure it is.

They discovered something called the "Reasoning Contamination Effect."
Think of it like a musician trying to play a complex violin solo while simultaneously trying to sing a song. The effort of playing the violin messes up the singing.

When the AI tries to solve a hard problem and rate its confidence at the same time, the "Confidence Dial" gets jammed. Instead of listening to the "Truth Dial," the AI starts listening to the effort it is putting in.

  • The AI thinks: "Wow, this problem is really hard for me! I'm working so hard! I must be really smart to be working this hard!"
  • The Result: It becomes more confident on the questions it is actually getting wrong. The harder the problem, the more it lies about its confidence.

The Solution: The "Remote Control" Fix

Since the AI already has the "Truth Dial" working correctly, the researchers didn't need to retrain the AI or teach it new math. They just needed to fix the connection between the dial and the speaker.

They built a Two-Stage Pipeline (a remote control system):

  1. Stage 1: The Whisper (Read the Truth): Before the AI speaks, a small tool (a "linear probe") checks the internal "Truth Dial" to see how likely the AI is to be correct. It calculates a target confidence score.

    • Example: The tool sees the AI is only 40% likely to be right. It says, "Okay, the target confidence should be 40%."
  2. Stage 2: The Nudge (Steer the Output): They use a technique called Contrastive Activation Addition (CAA). Imagine this as a gentle nudge to the AI's brain. They apply a tiny electrical push to the "Confidence Dial" to force it to match the "Truth Dial."

    • If the AI wants to say "95% sure," but the tool knows it's only 40% sure, the nudge pushes the AI to say "40% sure" instead.

The Result:
By using this "nudge," they fixed the calibration.

  • Before: The AI said "95% sure" but was right only 40% of the time.
  • After: The AI said "40% sure" and was right 40% of the time.

They reduced the error rate by 4 to 7 times.


Why This Matters

This paper changes the conversation.

  • Old View: "We need to teach AI to be less arrogant." (Retraining, new prompts).
  • New View: "The AI is already humble inside; we just need to stop it from ignoring its own feelings."

The researchers proved that the "signal" for honesty is already there, hiding in the AI's brain. They just built a tool to turn up the volume on that signal and turn down the volume on the arrogance.

In short: The AI isn't broken; it's just bad at listening to itself. This paper gives it a hearing aid.

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 →