arXiv:2606.09380cs.LGcs.AI2026-06

用比赛机制提升大模型推理训练效率,让无差别奖励变有用

Reasoning Arena: Trace Tournaments When Verifiable Rewards Fall Short

论文配图:Reasoning Arena: Trace Tournaments When Verifiable Rewards Fall Short
图 1 · 摘自论文原文
  • 引入竞逐赛制,对奖励相同样本进行两两对比,挖掘细微推理差异
  • 在数学与编码任务上平均提升7.6%性能,训练速度加快27%-41%
  • 适合需要高效优化推理能力的研究者和开发者

基于可验证奖励的强化学习(RLVR)已成为提升大语言模型推理能力的主要方法。然而,在群体层面,当同一提示的所有生成轨迹获得相同奖励时,相对优势估计会失去梯度信号,尽管这些轨迹在推理质量上可能差异显著。为此,我们提出Reasoning Arena,一种自适应训练框架:将此类非多样性奖励组路由至裁判系统,而非丢弃。该框架不仅考察最终答案,还构建轨迹竞逐赛,通过两两比较揭示组内细粒度偏好,将推理质量转化为丰富相对奖励信号。为提高效率,新轨迹仅与动态更新的小规模历史轨迹池(锚点)对比,而非全量配对;随后在不完整比较图上拟合Bradley-Terry模型,实现无需二次复杂度的可扩展强化学习集成。实验证明,Reasoning Arena在竞赛类数学与编码基准上平均比基线提升7.6%,训练加速27%至41%,节省近50%生成计算开销,并显著提升整体推理表现。

原文摘要 · Abstract (English)

Reinforcement learning with verifiable rewards (RLVR) has become a leading paradigm for improving the reasoning ability of large language models through outcome-based supervision. However, verifiable rewards frequently become uninformative at the group level: when all sampled traces of a given prompt receive identical rewards, group-relative advantage estimation provides no gradient signal, even though the traces may differ substantially in reasoning quality. We propose Reasoning Arena, an adaptive training framework that routes such non-diverse reward groups to a judge system instead of discarding them. Beyond examining the final answer, Reasoning Arena constructs trace tournaments, where reasoning traces are compared head-to-head to expose finer-grained preferences within the group, converting reasoning quality into rich relative reward signals. To make reward estimation efficient, rather than exhaustively comparing every pair, each new trace is evaluated against a small, dynamically updated pool of previously generated traces as anchors to efficiently establish a relative ranking. We then fit a Bradley-Terry model on the incomplete comparison graph, enabling scalable RL integration without quadratic pairwise comparisons. Empirical results demonstrate that Reasoning Arena consistently outperforms the RLVR baseline by 7.6% on average in competition mathematics and coding benchmarks. By converting otherwise wasted zero-advantage samples into useful gradient updates, our method accelerates training by 27% to 41%, saving nearly 50% of generation compute, and substantially improves overall reasoning performance.

强化学习推理优化大模型训练

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