arXiv:2603.27977cs.AI2026-03被引 2

不依赖正确答案标签,通过奖励思维结构提升模型推理能力。

SARL: Label-Free Reinforcement Learning by Rewarding Reasoning Topology

  • 用中间思考步骤构建推理拓扑图,奖励逻辑连贯且高效的路径。
  • 在数学任务上平均提升9.1%~11.6%,AIME25提升超35%。
  • 适合需要开放域推理的场景,训练更稳定、探索性更强。

强化学习对提升大模型推理能力至关重要,但其效果依赖可验证奖励(RLVR),难以应用于正确性模糊的开放领域。此外,推理轨迹缺乏约束,仅优化最终答案易导致过早利用而非泛化。本文提出结构感知强化学习(SARL),不依赖标签,从中间思考步骤构建每条响应的推理地图,并奖励其推理拓扑结构。SARL将监督从结果转向过程,鼓励局部连贯且全局高效推理。在可验证数学任务上,SARL优于现有无标签强化学习基线,甚至超过使用真实奖励的算法,在四个数学基准上平均提升9.1%(PPO)和11.6%(GRPO),AIME25分别提升35.5%(PPO)和44.7%(GRPO)。在非可验证开放任务上,于WildBench五类任务中平均提升34.6%(PPO)和30.4%(GRPO),优于先前无标签方法及依赖偏好标签的DPO。SARL还表现出更低的KL散度和更高的策略熵,表明训练更稳定、更具探索性。代码与数据已开源。

原文摘要 · Abstract (English)

Reinforcement learning is critical to improving large reasoning models, but its success relies heavily on verifiable rewards (RLVR), making it hard to use in open-ended domains where correctness is ambiguous and cannot be verified. Moreover, reasoning trajectories remain largely unconstrained, and optimizing solely toward the final answer can favor early exploitation over generalization. In this work, we ask whether general reasoning ability can be improved by teaching models how to think (the structure of reasoning) rather than what to produce (the outcome of reasoning), and we extend traditional RLVR to open-ended settings. We introduce Structure-Aware Reinforcement Learning (SARL), a label-free framework that constructs per-response reasoning maps from intermediate thinking steps and rewards their reasoning topology. SARL shifts supervision from destination to path, encouraging reasoning trajectories that are both locally coherent and globally efficient. On verifiable math tasks, SARL outperforms prior label-free RL baselines and even exceeds RL methods with ground truth supervision, with average gains of +9.1% under PPO and +11.6% under GRPO across four math benchmarks, with particularly large improvements on AIME25 (+35.5% with PPO and +44.7% with GRPO). On non-verifiable open-ended tasks, SARL achieves average gains of +34.6% under PPO and +30.4% under GRPO on WildBench across five task categories, outperforming prior label-free RL methods and DPO, which relies on additional preference labels. Beyond strong performance, SARL exhibits substantially lower KL divergence and higher policy entropy, indicating more stable and exploratory training dynamics. Code and data are available at \href{https://github.com/cacayaya/SARL}{Code Link}.

强化学习推理生成无监督训练思维结构

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