ClarifyMT-Bench: Benchmarking and Improving Multi-Turn Clarification for Conversational Large Language Models
Sichun Luo, Yi Huang, Mukai Li, Shichang Meng, Fengyuan Liu, Zefa Hu, Junlan Feng, Qi Liu
TL;DR
ClarifyMT-Bench introduces a principled, multi-turn clarification benchmark for open-domain LLMs based on a five-dimensional ambiguity taxonomy and six user personas, yielding 6,120 dialogues to study ask–answer decisions under noisy interactions. The work reveals a consistent under-clarification bias and degradation of performance with dialogue depth across ten LLMs. To address this, the authors propose ClarifyAgent, a perception–forecasting–tracking–planning framework that adds user-persona inference to guide clarification, achieving robust improvements over baselines. Together, these contributions establish a reproducible platform for evaluating and improving how LLMs handle ambiguity in realistic, multi-turn conversations, with implications for safer and more reliable interactive AI.
Abstract
Large language models (LLMs) are increasingly deployed as conversational assistants in open-domain, multi-turn settings, where users often provide incomplete or ambiguous information. However, existing LLM-focused clarification benchmarks primarily assume single-turn interactions or cooperative users, limiting their ability to evaluate clarification behavior in realistic settings. We introduce \textbf{ClarifyMT-Bench}, a benchmark for multi-turn clarification grounded in a five-dimensional ambiguity taxonomy and a set of six behaviorally diverse simulated user personas. Through a hybrid LLM-human pipeline, we construct 6,120 multi-turn dialogues capturing diverse ambiguity sources and interaction patterns. Evaluating ten representative LLMs uncovers a consistent under-clarification bias: LLMs tend to answer prematurely, and performance degrades as dialogue depth increases. To mitigate this, we propose \textbf{ClarifyAgent}, an agentic approach that decomposes clarification into perception, forecasting, tracking, and planning, substantially improving robustness across ambiguity conditions. ClarifyMT-Bench establishes a reproducible foundation for studying when LLMs should ask, when they should answer, and how to navigate ambiguity in real-world human-LLM interactions.
