arXiv:2606.06475cs.LGcs.AI2026-06

通过模型自适应重分配思维链奖励,提升推理模型训练效率

RREDCoT: Segment-Level Reward Redistribution for Reasoning Models

论文配图:RREDCoT: Segment-Level Reward Redistribution for Reasoning Models
图 1 · 摘自论文原文
  • 用模型自身估算最优奖励分配,避免额外生成开销
  • 相比蒙特卡洛采样,显著降低长文本推理的训练方差
  • 适合需要高精度思维链生成的复杂推理任务

近期推理语言模型的发展主要依赖强化学习微调。多数方法采用组相对策略优化(GRPO)或其变体来引导模型生成思维链(CoT)过程。由于最终答案仅在完整生成后才能验证并分配奖励,这构成了延迟奖励问题。GRPO及其变体在标准强化学习中对应蒙特卡洛方法,以高方差著称。一种解决方案是通过信用分配重新分配奖励,即对促成理想解的关键思维链片段赋予更高奖励。尽管蒙特卡洛采样可提供无偏的中间状态值估计,但其计算开销使其不适合在长上下文、高粒度场景下的训练时信用分配。本文提出RREDCoT(思维链奖励重分配),利用模型自身近似最优奖励重分配,无需额外生成。我们对比了该方法与蒙特卡洛采样及多种归因方法的优势,并分析了重分配构建中的关键因素,如思维链分段方式和状态值估计。

原文摘要 · Abstract (English)

Recent advancements in reasoning language models have been driven by Reinforcement Learning (RL) fine-tuning. Most often, these rely on the Group Relative Policy Optimization (GRPO) algorithm or modifications thereof to steer the models to produce Chain-of-Thought (CoT) traces. The final answer can only be verified, and the reward assigned, after the CoT trace is complete, making it a delayed reward problem. GRPO and its modifications correspond to Monte Carlo methods in standard RL, which are known to suffer from high variance. A possible solution to this problem is the redistribution of rewards through credit assignment, where segments of the CoT trace that are important for arriving at the desirable solution are emphasized by assigning a higher reward. While Monte Carlo sampling can be used to provide an unbiased estimate of intermediate state values, its computational overhead makes it unsuitable for train-time credit assignment in long contexts at high granularity. We introduce RREDCoT (Reward REDistribution for Chain of Thoughts), which utilizes the model itself to approximate the optimal reward redistribution without additional generation. We investigate the advantages of our method compared to MC sampling and several attribution methods. We further analyze several aspects relevant to the construction of the redistribution such as segmentation of CoT traces and state value estimation.

推理模型强化学习奖励重分配

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