测试大模型如何纠正用户错误认知并给出实用建议。
XYBench: Can LLMs Respond Pragmatically to Queries with Misconceptions?

- 构建8115个含误解的提问数据集,评估模型是否识别根本问题。
- 最强模型仅33%-71%回答真正需求,远低于人类的79%-90%。
- 即使偏好实用回答,模型仍难生成有效解决方案,需重点改进。
当非专家用户向大模型求助时,其提问常包含误解(如“如何用正则表达式解析XML?”)。这类问题被称为XY问题,模型需识别误解(如“正则表达式不适用于解析XML”),并引导用户走向实际可行的解决方案(如“使用XML解析器”)。本文提出XYBench,一个包含8,115个此类问题的数据集,涵盖技术类(StackOverflow/StackExchange)与日常类(WikiHow及人工标注子集)。设计基于合作回应理论的评估范式,从三个方面衡量模型表现:(a)是否提出实用方案,(b)是否强调实用方案,(c)是否识别误解。实验表明,即使最强的LLMs也主要回应字面请求(0.75–0.92),较少回应真实意图(0.33–0.71),且在识别误解方面显著落后于人类(最高63%对比79%–90%)。尽管在多选题中偏好实用回答,但生成时却难以实现。消融实验显示,提供用户意图可提升表现,但仍存在显著差距,表明当前大模型在实用引导能力上仍有根本性不足。
原文摘要 · Abstract (English)
When non-expert users ask LLMs for assistance, their queries can often have misconceptions (e.g., "How do I parse XML with regex?"). In such cases, often referred to as the XY-problem, LLMs must identify the misconception ("regex are fragile") and meaningfully direct the user toward a pragmatic solution that will address the root problem implicit in the request ("use an XML parser"). We introduce XYBench, a benchmark of 8,115 such queries, drawn from technical (StackOverflow/StackExchange) and everyday (WikiHow and a manually-curated subset) domains. We design an evaluation paradigm that assesses model responses along three criteria grounded in cooperative response theory: (a) presence and (b) emphasis on pragmatic solutions, and (c) identification of misconceptions. Our experiments show that even the strongest LLMs predominantly answer the literal request (0.75--0.92) and far less often the intended one (0.33--0.71), while substantially lagging behind humans at identifying misconceptions (at most 63% vs. 79--90%). Further, models overwhelmingly prefer pragmatic responses in a multiple choice setting yet consistently fail to generate them. Oracle ablation experiments show that providing explicit user intent at generation time helps; however a large gap remains, suggesting pragmatic redirection is a fundamentally underdeveloped capability in current LLMs.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。