用可分解的软奖励提升语言模型在部分可验证任务上的表现
Soft-SVeRL: Self-Verified Reinforcement Learning with Soft Rewards

- 将提示拆解为原子需求,通过LLM逐项评分生成软奖励信号
- 在指令跟随任务中使IFEval得分最高提升11.1分,优于整体验证
- 提出自验证机制并揭示其需稳定化以防止奖励膨胀
基于可验证奖励的强化学习(RLVR)在数学与代码等可自动验证领域提升了语言模型性能。然而,许多重要任务仅部分可验证:提示包含多项要求,回复可能满足部分而非全部,或不存在唯一参考答案。本文提出Soft-RLVR框架,将提示转化为原子需求清单,由LLM验证器逐项评分,生成软奖励用于训练。清单式奖励将稀疏的对错监督转化为更密集的部分计分信号,但也带来权衡:平均项级判断可降低验证噪声,而部分计分可能奖励不完整回复。我们形式化该权衡,并识别出清单验证在特定条件下比整体验证更可靠。进一步提出Soft-SVeRL,即策略自身充当验证器的自验证变体。实验表明,自验证易因过度宽松的自我评判导致奖励膨胀,需显式稳定化。在规则基真值评估的受控指令跟随设置中,清单式Soft-RLVR仅使用学习型验证器奖励,使IFEval得分最高提升11.1点。实验还显示验证器质量与清单质量均影响下游强化学习效果,且显式稳定化对有效自验证至关重要。
原文摘要 · Abstract (English)
Reinforcement Learning from Verifiable Rewards (RLVR) has improved language models in domains such as mathematics and code, where correctness can be checked automatically. However, many important tasks are only partially verifiable: prompts contain multiple requirements, responses may satisfy some but not all of them, or no single reference answer might exist. We introduce Soft-RLVR, a framework for reinforcement learning from decomposed, learned verification signals. Soft-RLVR converts each prompt into a checklist of atomic requirements, scores candidate responses item by item with an LLM verifier, and trains on the resulting soft reward. Checklist-based rewards turn sparse pass/fail supervision into a denser partial-credit signal, but they also introduce a tradeoff: averaging item-level judgments can reduce verifier noise, while partial credit can reward incomplete responses. We formalize this tradeoff and identify conditions under which checklist-based verification gives a more reliable RL training signal than holistic verification. We further introduce Soft-SVeRL, a self-verifying variant of Soft-RLVR in which the policy also acts as the verifier. We show that self-verification is prone to reward inflation from overly permissive self-judgments, and that explicit stabilization is needed to prevent this collapse. In a controlled instruction-following setting with rule-based ground-truth evaluation, checklist-based Soft-RLVR improves IFEval by up to 11.1 points using only learned verifier rewards. Our experiments further show that verifier quality and checklist quality both affect downstream RL outcomes, and that explicit stabilization is essential for effective self-verification.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。