← Latest papers
🤖 AI

Uncertainty Decomposition for Clarification Seeking in LLM Agents

This paper addresses the limitations of classical uncertainty frameworks for interactive LLM agents by proposing a prompt-based decomposition that separates action confidence from request uncertainty to enable proactive clarification seeking, which significantly outperforms existing methods on benchmarks featuring deliberately underspecified tasks across multiple model backbones.

Original authors: Gregory Matsnev

Published 2026-06-19
📖 5 min read🧠 Deep dive

Original authors: Gregory Matsnev

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 hiring a very smart, but slightly overconfident, personal assistant to run errands for you. You give them a list of instructions, like "Buy a shirt" or "Put the mug on the desk."

Sometimes, you forget to tell them important details, like the color of the shirt or which desk. In the past, if this assistant didn't know what to do, they would either:

  1. Guess wildly and buy a red shirt when you wanted blue, then confidently tell you, "I'm 90% sure this is right!" (This is a mistake).
  2. Say they are confused but give no reason why, making it hard for you to know if they are just struggling with a hard task or if you actually forgot to give them enough info.

This paper introduces a new way to train these AI assistants to handle that confusion better. Here is the breakdown using simple analogies:

The Core Problem: One Number Isn't Enough

Currently, most AI assistants give you a single "confidence score" (like a grade from 0 to 100) for every action they take.

  • The Flaw: If the assistant says, "I'm only 40% confident," you don't know why.
    • Is it because the task is hard? (e.g., "There are 500 shirts to choose from, and I'm not sure which one you like.")
    • Or is it because you didn't give enough info? (e.g., "You told me to buy a shirt, but you didn't say what color or size!")

If the assistant is confused because you forgot to give details, they shouldn't just guess; they should ask you, "Hey, what color do you want?" The old system couldn't tell the difference between "This is hard" and "You forgot to tell me something."

The Solution: Splitting the "Confidence" in Two

The authors propose a simple trick: instead of asking the AI for one confidence score, they ask for two separate scores in its internal thinking process:

  1. Action Confidence: "How sure am I that this specific action will work, assuming I understand the goal correctly?"
    • Analogy: "I'm 90% sure I can drive to the store, but I don't know which store you want."
  2. Request Uncertainty: "How much information is missing from your instructions?"
    • Analogy: "You didn't tell me the store name or the color. I'm 100% unsure because you left out the details."

By separating these two, the AI gets a dedicated "channel" to say, "I know what to do, but I need more info from you," rather than just saying, "I'm confused."

The Experiment: The "Missing Details" Test

To prove this works, the researchers created two new video-game-like tests (WebShop and ALFWorld) where they deliberately hid 50% of the instructions.

  • The Setup: They told the AI, "Buy a shirt," but removed the words "black" and "size large" from the prompt.
  • The Goal: They wanted to see if the AI would stop and ask, "What color and size?" instead of just guessing.

They tested this new "Two-Score" method against older methods (which only used one score) using five different powerful AI models.

The Results

  • Better at Asking: The new method was much better at spotting missing information. On average, it improved the ability to ask for clarification by 73% compared to the old methods. It successfully identified missing details in almost every AI model tested.
  • No Loss in Skill: Crucially, giving the AI this extra "thinking step" didn't make it worse at actually doing the tasks when the instructions were clear. It didn't lose its ability to solve problems; it just got better at knowing when to stop and ask.

The Catch: The "Brain Drain"

The paper also found a downside, which they call "Capability Dilution."

  • The Metaphor: Imagine the AI has a fixed amount of mental energy (like a battery). Usually, it uses 100% of that battery to solve the task. Now, it has to split that battery: some for solving the task, some for checking its confidence, and some for checking if you gave enough info.
  • The Result: Because it's splitting its energy, it sometimes does the actual task slightly worse than before. It's like a runner who is great at sprinting but slows down a tiny bit because they are also trying to check their watch and talk to the coach at the same time.

The Big Picture Conclusion

The authors conclude that while this "Two-Score" trick works well right now, it's a bit of a hack. It forces the AI to do extra thinking just by changing the words in the prompt.

They argue that the future isn't about better prompts, but about retraining the AI itself. They believe the next generation of AI should be built from the ground up to naturally understand the difference between "This is hard" and "You forgot to tell me something," without needing to be tricked by a prompt.

In short: The paper shows that if you teach an AI to separate "I don't know the answer" from "You didn't give me the question," it becomes much better at asking for help. But doing this via simple text instructions costs a little bit of its overall brainpower.

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 →