← Latest papers
💻 computer science

On Verbalized Confidence Scores for LLMs

This paper investigates the reliability of Large Language Models verbalizing their own uncertainty via confidence scores, demonstrating that while effectiveness varies by prompting strategy, specific methods can yield well-calibrated, model-agnostic uncertainty quantification with low overhead.

Original authors: Daniel Yang, Yao-Hung Hubert Tsai, Makoto Yamada

Published 2026-05-06
📖 4 min read☕ Coffee break read

Original authors: Daniel Yang, Yao-Hung Hubert Tsai, Makoto Yamada

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 for advice. Sometimes they are absolutely sure about their answer, and sometimes they are just guessing. The problem with today's Large Language Models (LLMs) is that they often sound confident even when they are wrong. They are like a friend who never says, "I'm not sure," even when they have no idea what they are talking about.

This paper, "On Verbalized Confidence Scores for LLMs," investigates a simple idea: What if we just ask the AI to tell us how sure it is?

Instead of looking at the AI's internal code or running it a hundred times to see if it gives the same answer, the researchers simply asked the AI to add a "confidence score" to its response, like saying, "The answer is X, and I am 85% sure."

Here is a breakdown of their findings using everyday analogies:

1. The Goal: A "Trust Meter"

The researchers wanted to see if this "trust meter" (the confidence score) actually works. They wanted a system that:

  • Is Honest: If the AI says it's 90% sure, it should be right 90% of the time.
  • Is Flexible: It should work no matter what question you ask or which AI model you use.
  • Is Fast: It shouldn't take extra time or computing power to get the score.

2. The Experiment: Testing Different "Ways of Asking"

The team realized that how you ask the AI matters a lot. It's like asking a child for a guess.

  • If you ask, "What is the capital of France? Guess!" they might just say "Paris" and feel confident.
  • If you ask, "What is the capital of France? Guess, and tell me how sure you are on a scale of 0 to 100," they might think harder.

The researchers tested 17 different ways of phrasing the question (prompts) across 11 different AI models and 10 different types of questions (like science trivia, logic puzzles, and common sense).

3. The Big Discovery: It Depends on the AI's "Brain Size"

The most interesting finding is that the best way to get a honest answer depends on how "smart" (or large) the AI model is.

  • For "Tiny" AI Models (The Novices):
    Think of these as students who are still learning. If you give them a complex, fancy prompt with lots of examples and instructions, they get confused and start making things up.

    • The Paper's Finding: Simple prompts work best. Just asking them simply, "How sure are you?" works better than giving them a long list of rules.
  • For "Large" AI Models (The Experts):
    Think of these as PhD graduates. They have a lot of knowledge but can be overconfident. If you just ask them simply, they might still guess with 100% confidence even when wrong.

    • The Paper's Finding: They need a more complex "nudge." The researchers found that combining several techniques—like giving them a few examples of how to answer, asking them to explain their reasoning, and explicitly telling them to consider the difficulty of the task—made them much more honest.
    • The Result: With the right complex prompt, these large models could produce confidence scores that were accurate within about 7% of their actual success rate. This is a huge improvement over just guessing.

4. The "Combo" Prompt

The researchers created a "super-prompt" (called combo) for the large models. It was like giving the AI a checklist:

  1. Think about the question.
  2. Consider how hard it is.
  3. Look at your own knowledge.
  4. Give your best guess.
  5. Give a probability score (0.0 to 1.0).

When they used this "combo" prompt, the large models became much better at admitting when they were unsure.

5. What This Means (According to the Paper)

The paper concludes that asking an AI to "speak its confidence" is a very promising tool. It is:

  • Simple: You don't need to see inside the AI's brain.
  • Fast: It only takes a few extra words to generate.
  • Effective: If you know how to ask the right question, the AI can tell you when it's guessing and when it knows the answer.

However, there is a catch: You can't just ask any AI any way you want. You have to tailor the question. If you ask a small AI a complex question, it will fail. If you ask a large AI a simple question, it might lie about being confident. But with the right "recipe" for the prompt, we can get these models to be much more trustworthy.

In short: The AI can tell you how sure it is, but you have to know how to ask it the right way to get a truthful answer.

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 →