Uncertainty-Aware Clarification in LLM Agents with Information Gain
Abstract
Lay Summary
Large language model assistants are increasingly used to complete tasks with external tools, such as searching databases, modifying orders, or booking services. However, users often provide incomplete or ambiguous instructions, and an agent may take incorrect actions if it guesses the missing information. A better assistant should know when to ask a follow-up question and what information to ask for. This paper proposes a method for training agents to ask clarification questions that genuinely help identify the user’s intended goal. Instead of rewarding questions that merely sound fluent or polite, our method rewards questions that reduce uncertainty and make subsequent tool use more reliable. We evaluate this approach in interactive environments where agents, users, and external tools interact throughout the task. The results show that targeted clarification improves task success while adding very few extra interactions, making LLM agents more reliable and efficient in real-world settings.