Value of Information: A Framework for Human-Agent Communication
Yijiang River Dong, Tiancheng Hu, Zheng Hui, Caiqi Zhang, Ivan Vulić, Andreea Bobu, Nigel Collier
TL;DR
The paper tackles the problem of underspecified user requests in autonomous LLM agents by introducing a decision-theoretic framework based on the Value of Information (VoI). It formalizes Clarify-or-Commit as a sequential decision process and provides an inference-time VoI method that estimates belief distributions, simulates user responses, and selects queries only when the expected downstream utility gain justifies the communication cost, all without hyperparameter tuning. The approach is instantiated with LLMs and validated across four domains—20 Questions, medical diagnosis, flight booking, and e-commerce—showing that VoI consistently matches or exceeds manually tuned baselines, with notable gains in high-cost settings (up to 1.36 utility points). The work demonstrates a practical foundation for adaptive human–AI collaboration, balancing task risk, query ambiguity, and user effort, and it highlights implications for safer, more efficient interaction and future extensions to fully open-ended dialogue.
Abstract
Large Language Model (LLM) agents deployed for real-world tasks face a fundamental dilemma: user requests are underspecified, yet agents must decide whether to act on incomplete information or interrupt users for clarification. Existing approaches either rely on brittle confidence thresholds that require task-specific tuning, or fail to account for the varying stakes of different decisions. We introduce a decision-theoretic framework that resolves this trade-off through the Value of Information (VoI), enabling agents to dynamically weigh the expected utility gain from asking questions against the cognitive cost imposed on users. Our inference-time method requires no hyperparameter tuning and adapts seamlessly across contexts-from casual games to medical diagnosis. Experiments across four diverse domains (20 Questions, medical diagnosis, flight booking, and e-commerce) show that VoI consistently matches or exceeds the best manually-tuned baselines, achieving up to 1.36 utility points higher in high-cost settings. This work provides a parameter-free framework for adaptive agent communication that explicitly balances task risk, query ambiguity, and user effort.
