REVIEW 3 major objections 4 minor 24 references
RegretBench: LLM clarification is evaluated as a policy, not just question quality
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 08:18 UTC pith:YIK5G7YJ
load-bearing objection A genuinely useful re-framing of clarification as a policy problem, but the headline regret numbers currently rest on an unspecified reference planner, so the quantitative claims are not yet interpretable. the 3 major comments →
One More Turn, Less Regret: A Regret-Based Multi-Turn Benchmark for LLMs' Clarification Policies
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that evaluating clarification by final answer accuracy alone is insufficient: models that eventually resolve the right intent can waste user effort, ask irrelevant or unsupported questions, or fail to stop at the right time. RegretBench introduces a policy-level evaluation in which each ambiguous prompt is associated with a hidden set of intents, latent variables, semantic actions, and observations. The model interacts in free-form language, while the benchmark grounds its questions to semantic actions and tracks belief over intents. A whole-dialogue reward—final intent match minus token cost and penalties—yields an absolute score, and regret against a semantic reference
What carries the argument
The Clarification Interaction Graph (CIG) is the central object: it formalizes an ambiguous request as a tuple of prompt, latent intents Z, latent variables V, semantic action space A, and semantic observation space O. Each variable induces a supported ask action (e.g., ask:gender), and user replies produce structured observations that update belief. The runtime maps free-form model questions to the closest supported action and marks unsupported questions as such, which drive penalties. Complementing the CIG, the whole-dialogue reward function R(τ,z)=U(ẑ,z)−C(τ)−P(τ) combines exact intent utility, token cost, and penalty accumulation. Regret relative to a semantic reference planner that oper
Load-bearing premise
The benchmark's scores are only as valid as the Clarification Interaction Graphs: if the latent variables and supported actions do not fully capture the real ambiguity of a request, a genuinely useful clarifying question will be marked unsupported and penalized, making a good policy look bad.
What would settle it
Run a human study where people judge whether a model's clarification questions actually distinguish between the possible intents of a prompt. If a model whose questions are rated as highly informative still receives high regret or negative reward because its questions are marked unsupported by the parser, the benchmark's grounding is incomplete. Alternatively, construct a CIG that omits a known ambiguity dimension and show that models which resolve that dimension are penalized.
If this is right
- If accurate, RegretBench shows that ranking LLM assistants by final accuracy can misrepresent their conversational quality; reward and regret reveal over-clarification, premature answering, and unsupported questions.
- The benchmark provides a quantitative way to compare clarification policies across different user personas, exposing robustness gaps that accuracy hides.
- Simple prompt interventions (one-shot examples or explanatory guidance) can shift the policy trade-off between efficiency and intent resolution, measurable through regret.
- The framework extends beyond QA to product recommendation, where clarification is part of making the right choice, suggesting broader applicability in task-oriented dialogue.
- The reward signal could be used for policy optimization, training models to ask only when the expected benefit outweighs interaction cost.
Where Pith is reading between the lines
- A natural next step is to use RegretBench's reward as a reinforcement learning signal, directly optimizing policy behavior rather than relying on prompt prompting.
- The benchmark's validity depends on CIG completeness; if ambiguity dimensions are missed, even an optimal clarification policy could be penalized. Coupling RegretBench with human-judged clarification usefulness would test this.
- The cost profile (token-based) could be adjusted to reflect real user effort (time, cognitive load), which might change model rankings—worth probing in future versions.
- Because the CIG defines a finite semantic state space, RegretBench could be combined with planner-based baselines to derive an upper bound on achievable reward, extending the regret analysis.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. RegretBench reformulates clarification evaluation as policy evaluation under hidden intent. The paper defines clarification interaction graphs (CIGs) with latent intents and semantic variables; a runtime maps free-form assistant questions to supported semantic actions and simulates user replies via personas. A whole-dialogue reward combines final intent match, token cost, and penalties; regret is defined relative to a semantic reference planner. Experiments on open-domain QA and product recommendation compare LLMs and prompt variants, reporting reward, regret, normalized regret, success rate, and diagnostics. The central empirical claim is that final success is insufficient: models with similar success rates differ in efficiency and stopping behavior, and regret reveals policy suboptimality.
Significance. If the measurement apparatus were fully specified, this would be a valuable contribution: it moves beyond local clarification-question quality to whole-dialogue decision quality, supports free-form interaction, and makes ask-versus-answer and stopping decisions explicit. The persona-robustness and product-search studies are useful extensions. The paper also promises to release code and data under open licenses and reuses existing ambiguity resources with careful filtering. However, the central regret metric is currently not verifiable because the reference planner is undefined, and the reward's hyperparameters are unreported. The paper's own limitation statements about parser and CIG completeness mean the headline scores remain dependent on benchmark construction. These issues are fixable in revision but currently block acceptance.
major comments (3)
- [§4.2, Eq. (8) and Eq. (10)] The reference planner π_ref is never specified. It is only described as a 'semantic reference planner' with the same intent space, actions, observation model, cost, and horizon. No optimality criterion, algorithm, or implementation is given. Since regret is computed as R_x(π_ref) − R_x(π), every regret value in Tables 3–6 depends on an undefined quantity. Similarly, π_base in Eq. (10) is called 'the best immediate-answer baseline' without defining 'best.' The Limitations statement that regret is benchmark-relative makes the omission more urgent, not less. The authors should specify the planner construction (e.g., exact or approximate POMDP solution, hand-crafted policy, or search policy), report its absolute reward per subset, and provide a sensitivity analysis against at least one alternative reference policy.
- [§4.1, Eqs. (2)–(5), Tables 3–6] The reward hyperparameters λ and penalties p_t are not reported, and ε in Eq. (10) is also unreported. The magnitude of the reward, and hence statements such as 'K2-Think V2's reward is strongly negative' (§5.2), depend directly on these values. With only three rollouts per instance and no confidence intervals or significance tests, the ranking differences (e.g., GPT 4.1 vs. Gemini 3.1 Pro in Table 3) cannot be separated from noise. Report all hyperparameters and seeds, and include error bars or significance tests; if cost profiles vary, show how the ranking responds to λ and p_t.
- [§3.1 and Limitations] Benchmark validity depends on CIG completeness and parser mapping. The paper acknowledges 'some instances may still contain weak latent variables, redundant facets, or ambiguity dimensions that do not perfectly isolate intent' and 'A useful clarification may occasionally be marked unsupported.' Unsupported clarification rate and penalties are central to the reported rewards. Please provide parser accuracy/precision/recall on a held-out sample, human or LLM-judge assessment of whether unsupported questions were actually useless, and an evaluation of whether the CIG variable sets cover the ambiguity dimensions in the retained source records. Without this, the central scores may penalize good clarification that targets unmodeled dimensions.
minor comments (4)
- [Table 3] Grok 4.1 Fast appears in both the 'Reasoning models' and 'Non-reasoning models' blocks with different scores. Clarify which configuration each row refers to.
- [§2.2] There are duplicated and ungrammatical sentences, e.g., 'Even after choosing to clarify, the hard part is not over. The model has to find the question that actually help...' Please edit for clarity.
- [Table 3] 'GPT 5.4 Nano' appears to be a typo; verify the exact model identifier (the text elsewhere refers to OpenAI 2026 system card).
- [Throughout] The related-work section is sometimes repetitive (e.g., the same contrast between local question quality and policy-level evaluation is stated several times). Tightening would improve readability.
Circularity Check
No circularity: the benchmark metrics are defined, not derived from fitted inputs; the reference planner is underspecified but this is a reproducibility issue, not a circular reduction.
full rationale
Walking the derivation chain, RegretBench's reward (Eq. 2), regret (Eq. 8), and normalized regret (Eq. 10) are definitions of an evaluation metric, not predictions derived from fitted parameters. The paper never fits a parameter to a subset of outcomes and then 'predicts' a closely related quantity; model scores are measured empirically. The regret definition compares a policy to a 'semantic reference planner' (Eq. 8), but the planner is never fully specified. This is a genuine gap in verifiability and reproducibility, but it is not circularity: an underspecified baseline is not the same as a baseline that is the model's own input by construction. The paper explicitly acknowledges that regret is 'benchmark-relative rather than an oracle measure' (Limitations), which is an honest scope statement rather than an attempt to smuggle in a conclusion. Similarly, the definition of a 'good clarification' as one that targets a CIG semantic variable is a benchmark-design choice; it is self-referential to the benchmark's evaluation interface, but it is not a circular derivation of a result. There are no load-bearing self-citations: the reference list contains no work by the present authors, and no 'uniqueness theorem' is imported from prior work by the same team. The paper is not presenting a mathematical derivation that collapses into its inputs; it is presenting a benchmark and reporting experimental results. The reader's concern about CIG completeness and parser accuracy is a validity limitation, not a circularity. Therefore, no specific circular step can be exhibited, and the appropriate score is 0.
Axiom & Free-Parameter Ledger
free parameters (3)
- λ (token-cost weight) =
not reported
- Penalty weights p_t =
not reported
- ε (normalization constant) =
not reported
axioms (4)
- ad hoc to paper A CIG's latent variables V exhaustively capture the ambiguity dimensions that distinguish intents; any useful clarification must target one of these variables.
- ad hoc to paper The reference planner π_ref is a strong policy over the same semantic space, so regret relative to it is a meaningful measure of suboptimality.
- domain assumption The user simulator (GPT-5 Nano plus persona controls) produces realistic replies that approximate human clarification behavior.
- domain assumption Exact intent match U(ẑ,z) is the correct terminal utility with no partial credit.
read the original abstract
Ambiguous user requests make clarification a sequential decision problem for conversational LLM assistants: they must decide whether to ask, what to ask, when to stop, and when to answer. We introduce RegretBench, a multi-turn benchmark that evaluates clarification as policy behavior rather than isolated question quality. RegretBench provides a hidden-intent formulation of ambiguity, supports free-form interaction grounded in semantic-state tracking, and introduces a regret-based objective that measures how much value a model loses relative to a reference clarification policy. Experiments on open-domain QA and product recommendation scenarios show that final success alone is insufficient, as models with similar accuracy can differ substantially in efficiency, robustness to user behaviors, and stopping decisions. By jointly measuring intent resolution, interaction cost, ineffective clarification, and regret, RegretBench reveals whether models clarify usefully and efficiently. Our results show that effective clarification requires more than plausible questions: models must ask the right question at the right time and stop once the user's intended meaning is clear.
Reference graph
Works this paper leans on
-
[1]
Aliannejadi, Mohammad and Zamani, Hamed and Crestani, Fabio and Croft, W. Bruce , address=. Asking Clarifying Questions in Open-Domain Information-Seeking Conversations , url=. 2019 , pages=. doi:10.1145/3331184.3331265 , booktitle=
arXiv 2019
-
[2]
Mohammad Aliannejadi and Julia Kiseleva and Aleksandr Chuklin and Jeff Dalton and Mikhail Burtsev , year=. ArXiv preprint , volume=. 2009.11352 , archivePrefix=
Pith/arXiv arXiv 2009
-
[3]
A mbig QA : A nswering Ambiguous Open-domain Questions
Min, Sewon and Michael, Julian and Hajishirzi, Hannaneh and Zettlemoyer, Luke. A mbig QA : A nswering Ambiguous Open-domain Questions. Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing. 2020. doi:10.18653/v1/2020.emnlp-main.466
-
[4]
Asking Clarification Questions to Handle Ambiguity in Open-Domain QA
Lee, Dongryeol and Kim, Segwang and Lee, Minwoo and Lee, Hwanhee and Park, Joonsuk and Lee, Sang-Woo and Jung, Kyomin. Asking Clarification Questions to Handle Ambiguity in Open-Domain QA. Findings of the Association for Computational Linguistics. 2023. doi:10.18653/v1/2023.findings-emnlp.772
-
[5]
Zhang, Tong and Qin, Peixin and Deng, Yang and Huang, Chen and Lei, Wenqiang and Liu, Junhong and Jin, Dingnan and Liang, Hongru and Chua, Tat-Seng. CLAMBER : A Benchmark of Identifying and Clarifying Ambiguous Information Needs in Large Language Models. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Lon...
-
[6]
Bryan L. M. de Oliveira and Luana G. B. Martins and Bruno Brandão and Luckeciano C. Melo , year=. ArXiv preprint , volume=. 2502.12257 , archivePrefix=
-
[7]
Sichun Luo and Yi Huang and Mukai Li and Shichang Meng and Fengyuan Liu and Zefa Hu and Junlan Feng and Qi Liu , year=. ArXiv preprint , volume=. 2512.21120 , archivePrefix=
-
[8]
Clarify When Necessary: R esolving Ambiguity Through Interaction with LM s
Zhang, Michael JQ and Choi, Eunsol. Clarify When Necessary: R esolving Ambiguity Through Interaction with LM s. Findings of the Association for Computational Linguistics. 2025. doi:10.18653/v1/2025.findings-naacl.306
-
[9]
Xing and Hao Zhang and Joseph E
Lianmin Zheng and Wei-Lin Chiang and Ying Sheng and Siyuan Zhuang and Zhanghao Wu and Yonghao Zhuang and Zi Lin and Zhuohan Li and Dacheng Li and Eric P. Xing and Hao Zhang and Joseph E. Gonzalez and Ion Stoica , year=. Judging. ArXiv preprint , volume=. 2306.05685 , archivePrefix=
-
[10]
Lee, Dongryeol and Hwang, Yerin and Kim, Yongil and Park, Joonsuk and Jung, Kyomin. Are LLM -Judges Robust to Expressions of Uncertainty? I nvestigating the effect of Epistemic Markers on LLM -based Evaluation. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technol...
-
[12]
Li, Zongxi and Li, Yang and Xie, Haoran and Qin, S. Joe. C ond A mbig QA : A Benchmark and Dataset for Conditional Ambiguous Question Answering. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing. 2025. doi:10.18653/v1/2025.emnlp-main.115
-
[13]
Yoonsang Lee and Xi Ye and Eunsol Choi , year=. ArXiv preprint , volume=. 2404.12447 , archivePrefix=
-
[14]
Chen, Yue and Huang, Chen and Deng, Yang and Lei, Wenqiang and Jin, Dingnan and Liu, Jia and Chua, Tat-Seng. STYLE : I mproving Domain Transferability of Asking Clarification Questions in Large Language Model Powered Conversational Agents. Findings of the Association for Computational Linguistics. 2024. doi:10.18653/v1/2024.findings-acl.632
-
[15]
Ambiguity Detection and Uncertainty Calibration for Question Answering with Large Language Models
Shi, Zhengyan and Castellucci, Giuseppe and Filice, Simone and Kuzi, Saar and Kravi, Elad and Agichtein, Eugene and Rokhlenko, Oleg and Malmasi, Shervin. Ambiguity Detection and Uncertainty Calibration for Question Answering with Large Language Models. Proceedings of the 5th Workshop on Trustworthy NLP. 2025. doi:10.18653/v1/2025.trustnlp-main.4
-
[16]
Yujian Gan and Changling Li and Jinxia Xie and Luou Wen and Matthew Purver and Massimo Poesio , year=. ArXiv preprint , volume=. 2409.06097 , archivePrefix=
-
[17]
2025 , eprint=
Gemini:. 2025 , eprint=
2025
-
[18]
Zhoujun Cheng and Richard Fan and Shibo Hao and Taylor W. Killian and Haonan Li and Suqi Sun and Hector Ren and Alexander Moreno and Daqian Zhang and Tianjun Zhong and Yuxin Xiong and Yuanzhe Hu and Yutao Xie and Xudong Han and Yuqi Wang and Varad Pimpalkhute and Yonghao Zhuang and Aaryamonvikram Singh and Xuezhi Liang and Anze Xie and Jianshu She and Des...
-
[19]
2025 , institution =
Grok 4.1 Model Card , author =. 2025 , institution =
2025
-
[20]
2025 , institution =
2025
-
[21]
ArXiv preprint , volume=. 2026 , author=. 2601.03267 , archivePrefix=
Pith/arXiv arXiv 2026
-
[22]
NVIDIA , year=. ArXiv preprint , volume=. 2512.20856 , archivePrefix=
-
[23]
Keluskar, Aryan and Bhattacharjee, Amrita and Liu, Huan , booktitle=. Do. 2024 , address=
2024
-
[24]
ArXiv preprint , volume=
An empirical study of the role of incompleteness and ambiguity in interactions with large language models , author=. ArXiv preprint , volume=
-
[25]
and Oyamada, Masafumi , title =
Abe, Kenya and Takeoka, Kunihiro and Kato, Makoto P. and Oyamada, Masafumi , title =. 2025 , isbn =. doi:10.1145/3726302.3730222 , booktitle =
arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.