用多个模型集体讨论的方式,更准地发现大模型推理中的错误。
Reasoning Jury: Multi-Model Consensus for Evaluating Reasoning Traces
- 用多个开源模型组成评审团,通过互相辩论达成共识判断推理错误。
- 在识别推理缺陷上超越顶级闭源模型,准确率显著提升。
- 成本仅为顶级模型的8%~15%,适合大规模推理质量评估。
提升推理型大模型需精准评估长序列推理过程,以支持数据筛选、强化学习训练和性能分析。然而,单个模型(即使前沿模型)在长推理轨迹中难以有效识别错误。此外,运行前沿模型作为裁判在在线训练中常受使用限制。本文提出 Reasoning Jury 系统,用一组 LLM 模型组成的评审团与协商机制替代单一裁判。评审团成员在主持人引导下讨论并修正彼此判断,最终形成共识。实验表明,使用开源模型(如 gpt-oss-120b)组成的评审团,在识别推理缺陷方面显著优于 opus-4.6、sonnet-4.6 与 gemini-3.1-pro 等前沿模型。同时,评审团整体成本仅为前沿模型裁判方案的8%至15%。该系统还可用于揭示模型在基准测试中的失败模式,实现对推理行为的深度洞察。
原文摘要 · Abstract (English)
Improving reasoning LLMs requires the ability to judge the quality of long reasoning traces for effective reasoning data curation, strong training signals during reinforcement learning, and an in-depth understanding of reasoning behaviors during model performance evaluation. Additionally, surfacing reasoning mistakes that the model makes would enable improving the model's performance at runtime through providing feedback. Due to the difficulty of this complex task on long reasoning traces, single-model judges (even frontier models) do not do well at identifying reasoning defects. Additionally, leveraging frontier models during online training of reasoning LLMs is generally prohibited due to guardrails in terms of use. In this work, we introduce Reasoning Jury, a system that replaces the single judge with a jury of LLMs and a moderated consensus mechanism, to improve the fidelity of judgments for identifying reasoning defects. In reasoning jury, defects of a reasoning trace and their severity are surfaced through a deliberation where a moderator conducts a discussion amongst the jury where the jurors critique each other's judgments and get to modify their initial votes. The moderator derives a consensus through deliberation amongst jurors or consolidation of judgements. We show that Reasoning Jury with a jury of open-weight models (e.g., gpt-oss-120b) is able to significantly outperform frontier models (opus-4.6, sonnet-4.6, and gemini-3.1-pro) at correctly identifying reasoning defects. Besides accuracy performance improvements, the aggregated cost of the jury (initial verdicts, deliberations, consolidation, etc.) is a fraction (8 to 15%) of the cost of running frontier models in LLM-as-a-judge setup. We also show how these judgements can be leveraged to understand failure modes of reasoning LLMs on benchmarks, which allows much deeper understanding of a model's performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。