arXiv:2507.14406cs.AIcs.LG2025-07

用人类协作降低大模型推理错误率,同时减少延迟和成本。

Fail Fast, or Ask: Mitigating the Deficiencies of Reasoning LLMs with Human-in-the-Loop Systems Engineering

  • 通过推理长度衡量不确定性,让模型在不自信时请求人类帮助
  • 在MATH难题上将错误率从3%降至1%以下,仅需放弃7.5%的查询
  • 引入非推理模型前置,实现40%延迟降低与50%成本节省

当前最先进的推理型大语言模型虽强大,但仍会偶尔出错。在高风险领域部署时,误差率需接近零。为此,我们提出让推理模型与人类专家协作:当模型对答案缺乏信心时,由人类处理。研究发现,通过推理链长度量化不确定性,可有效判断是否应转交人类——例如,在困难的MATH问题上,将Qwen3 235B-A22B的错误率从3%降至不到1%,仅需放弃7.5%的查询。然而,推理模型高延迟仍制约其在高并发场景的应用。为此,我们探索在推理模型前接入一个大型非推理模型作为前置层。该系统称为“快速失败或求助”(Fail Fast, or Ask):非推理模型可直接将复杂查询转给人类,避免承担推理模型的高延迟。实验表明,该方法使DeepSeek R1的延迟降低约40%,成本节省约50%,且保持90%以上的准确率-拒答曲线下面积。但观察到延迟节省低于预期,原因是‘延迟拖累’现象——即用非推理模型处理简单任务,导致推理模型负载分布偏向更长延迟。总体而言,仅通过黑盒系统工程,即可显著缓解主流推理模型的误差率与延迟缺陷,无需访问模型内部结构。

原文摘要 · Abstract (English)

State-of-the-art reasoning LLMs are powerful problem solvers, but they still occasionally make mistakes. However, adopting AI models in risk-sensitive domains often requires error rates near 0%. To address this gap, we propose collaboration between a reasoning model and a human expert who resolves queries the model cannot confidently answer. We find that quantifying the uncertainty of a reasoning model through the length of its reasoning trace yields an effective basis for deferral to a human, e.g., cutting the error rate of Qwen3 235B-A22B on difficult MATH problems from 3% to less than 1% when deferring 7.5% of queries. However, the high latency of reasoning models still makes them challenging to deploy on use cases with high query volume. To address this challenge, we explore fronting a reasoning model with a large non-reasoning model. We call this modified human-in-the-loop system "Fail Fast, or Ask", since the non-reasoning model may defer difficult queries to the human expert directly ("failing fast"), without incurring the reasoning model's higher latency. We show that this approach yields around 40% latency reduction and about 50% cost savings for DeepSeek R1 while maintaining 90+% area under the accuracy-rejection curve. However, we observe that latency savings are lower than expected because of "latency drag", the phenomenon that processing easier queries with a non-reasoning model pushes the reasoning model's latency distribution towards longer latencies. Broadly, our results suggest that the deficiencies of state-of-the-art reasoning models -- nontrivial error rates and high latency -- can be substantially mitigated through black-box systems engineering, without requiring access to LLM internals.

人机协同推理优化延迟降低

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。