Let the Model Distribute Its Doubt: Confidence Estimation through Verbalized Probability Distribution
This paper proposes a method for improving large language model confidence estimation by prompting the model to verbalize a full probability distribution rather than a single guess, demonstrating that this approach enhances reasoning efficacy, achieves superior performance across tasks, and significantly reduces computational costs during inference-time scaling compared to existing baselines.
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 asking a very smart, well-read friend (a Large Language Model, or LLM) a difficult question. You don't just want the answer; you want to know how sure they are about it.
If your friend says, "The capital of France is Paris," you trust them. But if they say, "The capital of France is... well, I'm 99% sure it's Paris, but maybe it's Lyon?" you need to know if that 99% is a genuine feeling or just them guessing confidently.
This paper is about teaching AI to be a better judge of its own certainty. Here is the breakdown using simple analogies.
The Problem: The Overconfident Friend
Currently, AI models are great at generating text, but they often suffer from overconfidence. They might give a wrong answer with 100% certainty because they are trained to sound helpful and decisive.
- The Old Way: The AI just picks an answer and says, "I'm 90% sure." It's like a student taking a test, guessing "A," and immediately writing "90%" next to it without thinking about why it might be wrong.
- The Flaw: This often leads to "hallucinations" where the AI is confidently wrong. In high-stakes fields like medicine or law, this is dangerous.
The Solution: Let the Model "Distribute Its Doubt"
The authors propose a new method called Verbalized Probability Distribution. Instead of asking the AI to pick one answer and guess a confidence score, they ask it to list all possible answers and assign a probability to each one.
Think of it like this:
- Old Method (Verbalized Confidence): The AI is a gambler placing a single bet. "I bet on Red!" (It doesn't think about Black or Green).
- New Method (Verbalized Distribution): The AI is a weather forecaster. Instead of just saying "It will rain," it says: "There is a 60% chance of rain, a 30% chance of clouds, and a 10% chance of sun."
How It Works: The "All Options" Rule
The researchers found that when you force the AI to consider every possible option (even the silly ones) and make sure all the percentages add up to 100%, something magical happens:
- It thinks harder: The AI has to weigh the pros and cons of every option, not just the one it likes.
- It becomes honest: If the AI is confused, it can't just dump 100% confidence on one wrong answer. It has to spread its "doubt" around. Maybe it gives 40% to Answer A, 30% to Answer B, and 30% to "I don't know."
- The "None of the Above" Safety Net: For open-ended questions where there are infinite answers, the AI is told to include an option called "None of the above." This acts as a bucket for all the uncertainty that doesn't fit the specific guesses.
The "Coach" (Reinforcement Learning)
The paper also tested training the AI using a "coach" (Reinforcement Learning).
- Imagine a coach watching the AI play a game. Every time the AI gives a confident answer that turns out to be wrong, the coach gives a penalty. Every time the AI distributes its probabilities correctly (matching its confidence to how often it's actually right), it gets a reward.
- Result: The AI learns to be a better judge of its own skills. It learns that being "calibrated" (accurate in its confidence) is more important than just being loud and confident.
Why This Matters: The "Efficiency" Win
One of the coolest findings is about speed and cost.
- Usually, to get a better answer, you have to ask the AI to think longer or run the calculation many times (like asking a friend to think about a problem for an hour).
- This new method gets better results without needing that extra time. It's like the AI suddenly learned to "think before it speaks" just by changing the rules of the game. The paper notes it saved nearly 6x the computation to reach the same level of accuracy as other complex methods.
The Catch: It's Not Perfect for Everything
The method works great for questions with multiple choices (like medical exams or trivia) or open-ended questions where there are many possibilities.
However, for math problems, it's a bit trickier. In math, there is usually only one right answer, and the steps to get there are absolute. If you ask a math AI to guess probabilities for "2+2=5" and "2+2=4," it might get confused because the answer isn't a matter of opinion; it's a fact. The paper admits this method needs some tweaking for pure math reasoning.
The Big Picture
This paper teaches us that uncertainty is a feature, not a bug. By forcing AI models to explicitly show their "doubt" and spread their confidence across all possibilities, we get:
- Safer AI: We know when to trust the AI and when to double-check it.
- Smarter AI: The act of listing all options forces the model to reason better.
- Cheaper AI: We get better results without needing supercomputers to run the model longer.
In short: Don't just ask the AI "What is the answer?" Ask it, "What are all the possibilities, and how likely is each one?" That simple shift makes the AI much more reliable.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.