CLAILGFeb 6, 2025

Active Task Disambiguation with LLMs

arXiv:2502.04485v117 citationsh-index: 74ICLR
Originality Incremental advance
AI Analysis

This addresses a critical limitation for real-world LLM applications where ambiguous inputs are common, representing an incremental improvement in task specification.

The paper tackles the problem of LLMs handling ambiguously specified tasks by introducing a Bayesian Experimental Design framework for active task disambiguation, where LLM agents generate clarifying questions to maximize information gain, resulting in more effective disambiguation compared to baseline methods.

Despite the impressive performance of large language models (LLMs) across various benchmarks, their ability to address ambiguously specified problems--frequent in real-world interactions--remains underexplored. To address this gap, we introduce a formal definition of task ambiguity and frame the problem of task disambiguation through the lens of Bayesian Experimental Design. By posing clarifying questions, LLM agents can acquire additional task specifications, progressively narrowing the space of viable solutions and reducing the risk of generating unsatisfactory outputs. Yet, generating effective clarifying questions requires LLM agents to engage in a form of meta-cognitive reasoning, an ability LLMs may presently lack. Our proposed approach of active task disambiguation enables LLM agents to generate targeted questions maximizing the information gain. Effectively, this approach shifts the load from implicit to explicit reasoning about the space of viable solutions. Empirical results demonstrate that this form of question selection leads to more effective task disambiguation in comparison to approaches relying on reasoning solely within the space of questions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes