让推理过程真正有用:用执行器反馈训练更可靠的思维链
Correct Is Not Enough: Training Reasoning Planners with Executor-Grounded Rewards

- 用执行器反馈生成奖励,评估推理是否真正有用
- 在数学与代码任务上,正确率提升12.3%且中间步骤更可靠
- 适合想改进大模型推理质量的研究者与开发者
基于可验证奖励的强化学习已成为提升大语言模型显式推理的常见方法,但仅关注最终答案正确性无法判断推理过程是否忠实、可靠或对下游模型有帮助。这种仅看结果的信号可能强化‘错因对’的推理,奖励捷径策略,并在多步系统中传播错误中间状态。为此,我们提出TraceLift框架,将推理视为可消费的中间产物。规划器生成带标签的推理路径,冻结的执行器将其转化为最终输出以获得验证反馈,而执行器基奖励则结合评分模型(RM)得分与实际执行提升,激励高质量且有用的推理。为使推理质量可学习,我们构建TRACELIFT-GROUPS数据集,包含数学与代码种子问题,每组包含一个高质量参考推理和多个局部扰动导致质量下降但仍任务相关的错误推理。在代码与数学基准上的大量实验表明,该执行器基奖励显著优于仅执行训练,表明推理监督应同时考察推理是否好看以及是否真正有助于后续模型。代码已开源。
原文摘要 · Abstract (English)
Reinforcement learning with verifiable rewards has become a common way to improve explicit reasoning in large language models, but final-answer correctness alone does not reveal whether the reasoning trace is faithful, reliable, or useful to the model that consumes it. This outcome-only signal can reinforce traces that are right for the wrong reasons, overstate reasoning gains by rewarding shortcuts, and propagate flawed intermediate states in multi-step systems. To this end, we propose TraceLift, a planner-executor training framework that treats reasoning as a consumable intermediate artifact. During planner training, the planner emits tagged reasoning. A frozen executor turns this reasoning into the final artifact for verifier feedback, while an executor-grounded reward shapes the intermediate trace. This reward multiplies a rubric-based Reasoning Reward Model (RM) score by measured uplift on the same frozen executor, crediting traces that are both high-quality and useful. To make reasoning quality directly learnable, we introduce TRACELIFT-GROUPS, a rubric-annotated reason-only dataset built from math and code seed problems. Each example is a same-problem group containing a high-quality reference trace and multiple plausible flawed traces with localized perturbations that reduce reasoning quality or solution support while preserving task relevance. Extensive experiments on code and math benchmarks show that this executor-grounded reasoning reward improves the two-stage planner-executor system over execution-only training, suggesting that reasoning supervision should evaluate not only whether a trace looks good, but also whether it helps the model that consumes it. Our code is available at: https://github.com/MasaiahHan/TraceLift
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。