Evaluating and Calibrating LLM Confidence on Questions with Multiple Correct Answers
This paper identifies that existing confidence calibration methods fail for large language models when questions have multiple correct answers due to systematic underestimation, and proposes a new benchmark (MACE) and a Semantic Confidence Aggregation (SCA) method to achieve robust calibration across both single and multiple-answer scenarios.
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: When "Being Right" Looks Like "Being Confused"
Imagine you are taking a trivia quiz.
- Scenario A: The question is, "Who wrote Hamlet?" There is only one correct answer: Shakespeare. If you say "Shakespeare," you are right, and you feel very confident.
- Scenario B: The question is, "Name a fruit that is red." There are many correct answers: Apple, Strawberry, Cherry, Raspberry.
The paper argues that current Large Language Models (LLMs) get confused by Scenario B.
When a model knows there are many correct answers (like Apple, Strawberry, and Cherry), it tends to "split its vote." It might say "Apple" 6 times, "Strawberry" 6 times, and "Cherry" 6 times out of 20 tries. Because it didn't pick just one answer every single time, the model's internal "confidence meter" drops. It thinks, "Oh no, I'm not sure which one to pick, so I must be uncertain."
The Irony: The model is actually more likely to be correct in Scenario B (because there are more ways to be right), but its confidence meter reads lower. It's like a person who knows three different ways to get to the store, but because they can't decide on just one route, they convince themselves they are lost.
The New Tool: MACE (The "Multi-Answer" Test)
To prove this problem exists, the researchers built a new test called MACE. Think of MACE as a specialized gym for testing how well models handle questions with multiple correct answers.
- The Setup: They created 12,000 questions across six topics (like Awards, Political Offices, and Rivers).
- The Twist: For every topic, they made questions with exactly 1, 2, 4, or 6 correct answers.
- The Goal: To see if the models' confidence scores stay accurate when the number of right answers changes.
What They Found: The "Big Brain" Paradox
They tested 15 different ways to measure confidence on four different families of AI models (ranging from small to massive). Here is what happened:
- Accuracy Goes Up, Confidence Goes Down: As the number of correct answers increased (from 1 to 6), the models got the questions more often. However, their estimated confidence dropped significantly.
- Bigger Models Suffer More: The largest, smartest models (like the 70-billion-parameter ones) were the most confused. Because they know so much, they can generate a wider variety of correct answers. This variety makes them look "indecisive" to the confidence checkers, causing their confidence scores to crash.
- The "Trust Crisis": In a real-world mix of questions (some with 1 answer, some with 6), the best existing methods failed. They would flag a correct answer as "unreliable" just because the model offered a few different correct variations.
The Solution: SCA (The "Team Vote" Method)
The researchers proposed a new method called Semantic Confidence Aggregation (SCA).
The Old Way (The "Top Dog" Approach):
Most methods look at the single most popular answer the model gave. If the model gave 20 answers and 10 were "Apple" and 10 were "Strawberry," the old method says, "You only agreed on 50% of the time. You are not confident."
The New Way (SCA - The "Team Vote"):
SCA looks at the total probability of all the correct answers combined.
- It groups the answers by meaning (e.g., all "Apple" answers are one group, all "Strawberry" answers are another).
- It adds up the confidence scores of all the correct groups.
- The Result: Even if the model split its votes between Apple and Strawberry, SCA sees that the total vote for "Red Fruits" is 100%. It realizes, "Ah, the model is confident, it just has a few valid options."
The Takeaway
- The Problem: Current AI confidence tools think that having multiple correct answers means the AI is unsure.
- The Fix: The new SCA method fixes this by summing up the confidence of all valid answers, not just the most popular one.
- The Result: SCA works great on questions with many answers and doesn't break questions with only one answer. It helps the AI sound confident when it actually is confident, even when it's right in more than one way.
In short: The paper teaches us that for AI, being right in many ways shouldn't look like being unsure. We just need a better way to count the votes.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.