The Knowing-Saying Gap: When Probes See Errors that Confidence Misses
This paper reveals that while linear probes can accurately detect corrupted context in language models, they fail to reliably predict final answer correctness or guide effective real-time interventions, necessitating model-aware and error-type-aware routing strategies rather than a one-size-fits-all monitoring solution.
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 are watching a magician perform a card trick. The magician is so smooth, so confident, and so fast that you never suspect a thing. But what if, deep inside the magician's brain, a tiny alarm was screaming, "Wait! I just swapped the wrong card!"? In the world of Artificial Intelligence, specifically Large Language Models (the super-smart chatbots that write code, plan trips, and solve math problems), this is exactly what happens. These models are like the magician: they can talk with total confidence even when they are making a terrible mistake.
Scientists have long hoped that if a model is confused or wrong, it would "stutter" or say, "I'm not sure about this." This idea is called "verbalized confidence." It's like asking the magician, "Are you sure that's the right card?" and hoping they admit their mistake. But there's another way to check: looking at the model's internal "brain waves" (mathematical signals inside the computer) to see if it knows it's messed up, even if it doesn't say so. This paper investigates a scary but fascinating gap: the difference between what a model knows inside its digital brain and what it says out loud.
The Silent Alarm and the Confident Lie
The researchers set up a digital playground to test this. They created 1,400 math problems that required a model to solve a puzzle step-by-step, like a chain reaction. For example, "If I have 5 apples, and I buy 3 more, then I lose half..." The trick was that they secretly planted a mistake in the very first step of the chain. They wanted to see two things:
- The Alarm: Could a special detector (called a "linear probe") spot that the first step was wrong just by looking at the model's internal brain activity?
- The Prediction: Could that same detector predict that the final answer would be wrong?
They tested five different models, including some of the smartest ones available today, like Llama-3.1-8B and Qwen3-4B.
The Big Discovery: Knowing but Not Saying
The results were a shock. The "alarm" worked perfectly. When the model made a mistake, the detector could spot the error in the model's internal brain waves with nearly 100% accuracy (specifically, an AUROC score of 0.997 for one model). It was as if the model's brain was screaming, "ERROR! ERROR!"
But here is the twist: The model didn't listen to its own alarm.
Even though the internal alarm was blaring, the model's final answer was just as confident as if it were right. The detector that could see the error perfectly was completely useless at predicting whether the final answer would be wrong. It's like having a smoke detector that screams "FIRE!" when you burn toast, but the fire department (the model's final answer) still shows up and says, "Everything is fine, no fire here."
The paper explicitly rules out a few things that people might hope are true:
- Confidence isn't a clue: When they asked the models to say how confident they were, the models just gave a binary "Yes" or "No" with no real nuance. A model that was 99% sure was just as likely to be wrong as a model that was 50% sure.
- Thinking harder doesn't help: They tried a "thinking mode" where the model was forced to write out its reasoning step-by-step (Chain-of-Thought). You might think this would help the model catch its own mistakes. Instead, it made the model worse at getting the right answer (dropping accuracy from 27.9% to 1.2%) without changing the fact that the internal alarm was still going off. The model knew it was wrong, but talking about it didn't fix it.
Can We Fix It? The "Branch-and-Pick" Strategy
Since the models won't admit they are wrong, the researchers tried to act as a "safety net" for them. They built a system that listens to the internal alarm and tries to fix the mistake before the model finishes its answer. They tested three different ways to intervene:
- Reprompt: Just telling the model, "Hey, check your work!" (This didn't work well).
- Replace-Prior: Erasing the wrong step and forcing the model to try again from scratch. This was a mixed bag; it saved some wrong answers but accidentally broke some correct ones.
- Branch-and-Pick: This was the winner. When the alarm went off, the system didn't just guess; it asked the model to try the next step four different ways (using different levels of randomness). Then, it used the internal alarm to pick the one path that looked the "cleanest" (least likely to be corrupted).
This "Branch-and-Pick" method was the only one that consistently saved wrong answers without breaking correct ones. On one specific model (Llama-3.1-8B), it rescued 4 wrong answers and broke 0 correct ones. However, the paper notes that this isn't a magic bullet for every situation. The success depended heavily on what kind of mistake was made. For example, fixing a "wrong unit" error worked great, but fixing a "wrong percentage" error actually made things worse.
The Takeaway
The paper concludes that we cannot trust a model's words to tell us if it's right. A model can be internally aware of a disaster while confidently delivering a wrong answer. The "Knowing-Saying Gap" is real and dangerous.
The solution isn't to ask the model to be more honest; it's to build a "model-aware" safety system. We need to listen to the internal alarms (the probes) and use smart strategies like "Branch-and-Pick" to catch errors. But we also need to be careful: there is no single fix that works for every type of mistake or every model. The future of safe AI isn't about trusting the chatbot's confidence; it's about building a guardrail that knows when the chatbot is lying to itself.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.