Multiple Choice Questions: Reasoning Makes Large Language Models (LLMs) More Self-Confident, Especially When They are Wrong
This paper demonstrates that Chain-of-Thought prompting systematically inflates large language models' confidence, particularly when they are incorrect, thereby degrading calibration and rendering probability-based evaluations unreliable.
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 Idea: "Talking Yourself Into Being Wrong"
Imagine you are taking a multiple-choice test. You have two ways to answer:
- The "Gut Check" method: You read the question and immediately pick an answer.
- The "Show Your Work" method: You write out a step-by-step explanation of why you think that answer is right, and then you pick the answer.
This paper investigates what happens to a Large Language Model (LLM)—a type of AI that acts like a super-smart chatbot—when it uses the second method. The researchers wanted to know: Does explaining your thinking make the AI more confident in its answer?
The Experiment: A Test of 57 Subjects
The researchers put seven different AI models (including versions of Llama, Mistral, and GPT) through a massive test called MMLU. Think of this test as a giant library containing over 15,000 questions covering 57 different subjects, from history and math to law and biology.
They asked the AIs the same questions twice:
- Round 1: "Just give me the letter of the answer." (Direct)
- Round 2: "Think step-by-step, explain your logic, and then give me the letter." (Chain-of-Thought)
The Surprising Findings
The results were a bit like watching a student who is overconfident in their own story.
1. The "Confidence Boost" Effect
When the AI was asked to "think step-by-step," it became more confident in its answers, regardless of whether the answer was right or wrong.
- The Analogy: Imagine a person guessing the answer to a riddle. If they just guess, they might say, "I think it's X, but I'm not sure." But if they spend five minutes writing a long, detailed story about why X is the answer, they start to believe their own story. They say, "I'm 99% sure it's X!" even if X is actually wrong.
2. The "Wrong but Loud" Problem
Here is the tricky part: The AI's confidence went up more when it was wrong than when it was right.
- The Analogy: If the AI gets a math problem right, it might feel 80% sure. But if it gets a math problem wrong, the act of writing a long, logical-sounding explanation makes it feel 95% sure. It's like a lawyer making a very convincing argument for a case they know they are going to lose; the more they talk, the more they believe their own lie.
3. The "Calibration" Crash
In the world of AI, "calibration" means: "When you say you are 90% sure, are you actually right 90% of the time?"
The study found that asking the AI to reason (Chain-of-Thought) actually broke its calibration. It started giving high-confidence answers that were frequently incorrect.
- The Analogy: Imagine a weather forecaster. Without the "reasoning" step, they say, "It might rain, 50% chance." With the reasoning step, they start saying, "I have calculated the wind speed, humidity, and cloud patterns, so I am 99% sure it will rain!" But then, it doesn't rain. They became more certain, but less accurate.
Why Does This Happen?
The paper suggests this happens because of how these AIs are built. They are "autoregressive," which means they predict the next word based on the words that came before it.
- The Feedback Loop: Once the AI starts writing a reasoning step that supports a specific answer, that text becomes part of the context. It's like the AI is reading its own essay and getting convinced by its own writing. The more it writes to support an answer, the more "logical" that answer feels to the model, even if the logic is flawed.
- The "Explain to Believe" Phenomenon: The paper notes that humans do this too. When we explain our answer, we often feel more confident in it. The AI is mimicking this human trait, but without the human ability to realize when the explanation is nonsense.
The Bottom Line
The paper concludes that when we use AI to answer multiple-choice questions, we should be very careful about trusting the AI's "confidence score" if it has been asked to "think step-by-step."
- If the AI says, "I'm 99% sure," and it was asked to reason first, it might actually be wrong.
- The reasoning process didn't just help the AI find the right answer; it also helped the AI convince itself of the wrong answer with dangerous certainty.
In short: Asking an AI to "show its work" makes it a better talker, but it doesn't necessarily make it a more honest or accurate judge of its own knowledge. In fact, it might make it a more confident liar.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.