The paper "Clarify When Necessary: Resolving Ambiguity Through Interaction with LMs" explores the challenge of handling ambiguity in natural language via interactions with LLMs (LMs). The authors propose a framework designed to address this challenge by enabling LMs to ask clarifying questions, thereby improving interaction quality in applications like question answering, machine translation, and natural language inference.
Their framework consists of three key subtasks:
- Determining When Clarification is Needed: The authors introduce a novel uncertainty estimation technique called intent-sim. This method assesses whether user input requires clarification by estimating entropy over user intents, effectively predicting which interactions would benefit most from additional information. Their approach surpasses current uncertainty estimation methods, showing enhanced effectiveness in discerning when clarification should be sought.
- Determining What Clarifying Question to Ask: The framework strategically formulates clarifying questions to resolve ambiguities identified in the first subtask. Although specific strategies for this are less detailed, the aim is to craft questions that most efficiently elicit the needed information.
- Responding Accurately with New Information: After obtaining clarifications, the system processes this information to improve its primary task performance, ensuring responses incorporate the newly gathered insights.
The paper evaluates their approach within three NLP applications, demonstrating that limiting clarifying interactions to only 10% of ambiguous cases can lead to significant performance improvements, doubling potential gains compared to randomly selected clarifications.
Moreover, the authors note that the intent-sim method displays robustness and consistent improvement across different tasks and LMs, suggesting its wide applicability. This work provides an important step forward in understanding and implementing interactive clarity mechanisms in LMs, paving the way for more nuanced and effective AI systems.