🤖 AI Summary
Open-ended tasks pose a significant challenge for verifiable reward-based reinforcement learning (RLVR) due to the absence of deterministic verification mechanisms, and reliance on human preferences or model-based evaluators often introduces bias and high costs. This work proposes RLSVR, a novel framework that introduces a task-transformation-based self-verification reward mechanism, mapping open-ended tasks into proxy environments where fully verifiable rewards can be automatically generated. By integrating self-supervised principles into reinforcement learning, RLSVR overcomes the limitation of RLVR being confined to closed domains such as mathematics and programming. Leveraging a multi-agent self-play environment, SpyRL, which incorporates asymmetric information and identity-voting mechanisms with predefined spy roles to produce entirely verifiable rewards, RLSVR demonstrates substantial improvements over existing self-improvement methods on non-verifiable tasks like text summarization and creative writing, while maintaining consistent gains on verifiable tasks.
📝 Abstract
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 verified. 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 multi-agent self-play environment inspired by 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/SpyRL.