One More Turn, Less Regret: A Regret-Based Multi-Turn Benchmark for LLMs' Clarification Policies

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Conversational AI · Depth: Expert, extended

Summary

RegretBench is a new multi-turn benchmark designed to evaluate Large Language Models' (LLMs) clarification policies, moving beyond isolated question quality to assess sequential decision-making under ambiguous user requests. It features a hidden-intent formulation of ambiguity, supports free-form interaction grounded in semantic-state tracking, and introduces a regret-based objective. This objective measures value loss relative to a reference clarification policy, combining final intent correctness, interaction cost, and penalties for ineffective clarification. Experiments across open-domain QA and product recommendation scenarios demonstrate that final success rate alone is insufficient, as models like K2-Think V2 and Llama 4 Scout can achieve high accuracy but suffer from excessive turns and costs, while GPT 4.1 and DeepSeek V4 Flash show better efficiency.

Key takeaway

For ML engineers developing conversational LLMs, relying solely on final answer accuracy to evaluate clarification policies is misleading. You should adopt policy-level evaluation frameworks like RegretBench to assess whole-dialogue performance, considering interaction cost, efficiency, and robustness to user behavior. This approach reveals whether your models clarify usefully and efficiently, ensuring they ask the right questions at the right time and stop appropriately, rather than just eventually getting the correct answer.

Key insights

Clarification for LLMs is a sequential decision problem requiring efficient, grounded interaction to resolve hidden user intent.

Principles

Method

RegretBench treats the assistant as a dialogue policy in a partially observed environment, mapping free-form natural language to semantic actions for intent tracking, user simulation, and whole-dialogue reward computation.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.