arXiv:2607.23802cs.AI2026-07

将开放任务转化为可验证的代理环境,实现大模型自提升的无偏评估。

From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement

论文配图:From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement
图 1 · 摘自论文原文
  • 通过任务转换构建可自动验证奖励的代理环境
  • 在文本摘要与创意写作中超越现有自改进方法
  • 适合追求模型自我优化且无依赖人工评分的场景

强化学习中的可验证奖励(RLVR)通过大规模优化推动了以推理为导向的大语言模型发展,但其应用仍局限于数学、编程等具有确定性可验证性的领域。开放任务通常依赖人类偏好、奖励模型或基于LLM的评判者,引入评估偏差、评判者能力瓶颈和额外推理开销。受自监督学习启发,本文提出自验证奖励强化学习(RLSVR),一种基于任务转换的训练范式,将开放任务转化为内部规则明确的可验证代理环境,自动产生奖励信号。我们以SpyRL为例,该方法受社交推理游戏《谁是卧底》启发,代理接收不对称信息,完成相同目标任务,并投票识别指定“卧底”。由于卧底身份预先设定,投票结果可完全验证,而成功识别仍与输出质量密切相关。在文本摘要、创意写作和数学推理任务上的实验表明,SpyRL在非可验证任务上优于现有自改进方法,并在可验证推理任务上持续取得提升。结果证明,任务转换可将可扩展的RLVR自改进扩展至固有不可验证领域。代码与模型已公开于https://github.com/wangqinsi1/RLSVR/tree/SpyRL。

原文摘要 · Abstract (English)

Reinforcement Learning with Verifiable Rewards (RLVR) has driven recent progress in reasoning-oriented large language models (LLMs) by enabling large-scale optimization. However, its applicability remains largely limited to domains such as mathematics and coding, where correctness can be deterministically verifiable. Open-ended tasks instead often rely on human preferences, reward models, or LLM-based judges, introducing evaluation bias, judge capability bottlenecks, and additional inference costs. Drawing on the principle of self-supervised learning, which constructs pretext tasks to derive supervision from the data itself, we propose Reinforcement Learning with Self-Verifiable Rewards (RLSVR), a task-transformation-based training paradigm for extending RLVR to open-ended tasks. RLSVR transforms open-ended tasks into verifiable proxy environments whose internal rules and interaction outcomes automatically generate reward signals. We instantiate RLSVR with SpyRL, a Self-PlaY Reinforcement Learning method inspired by social deduction game Who Is the Spy?. Agents receive asymmetric information, complete the same target task, and vote to identify a designated spy. Because the spy identity is predetermined, voting outcomes provide fully verifiable rewards, while successful identification remains closely related to output quality. Experiments on text summarization, creative writing, and mathematical reasoning show that SpyRL outperforms existing self-improvement methods on non-verifiable tasks and yields consistent gains on verifiable reasoning tasks. These results demonstrate that task transformation can extend scalable RLVR-based self-improvement beyond inherently verifiable domains. Models and code have been released at https://github.com/wangqinsi1/RLSVR/tree/SpyRL.

自提升强化学习任务转换大模型

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