From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement
Summary
This paper proposes RLSVR, a task-transformation paradigm that extends reinforcement learning with verifiable rewards to open-ended LLM tasks by creating self-verifiable proxy environments, instantiated via the SpyRL multi-agent self-play framework, showing gains on summarization, creative writing, and math reasoning.
View Cached Full Text
Cached at: 08/03/26, 05:30 AM
Paper page - From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement
Source: https://huggingface.co/papers/2607.23802
Abstract
ReinforcementLearningwithVerifiableRewards(RLVR)hasdrivenrecentprogressinreasoning-orientedlargelanguagemodels(LLMs)byenablinglarge-scaleoptimization.However,itsapplicabilityremainslargelylimitedtodomainssuchasmathematicsandcoding,wherecorrectnesscanbedeterministicallyverified.Open-endedtasksinsteadoftenrelyonhumanpreferences,rewardmodels,orLLM-basedjudges,introducingevaluationbias,judgecapabilitybottlenecks,andadditionalinferencecosts.Drawingontheprincipleofself-supervisedlearning,whichconstructspretexttaskstoderivesupervisionfromthedataitself,weproposeReinforcementLearningwithSelf-VerifiableRewards(RLSVR),atask-transformation-basedtrainingparadigmforextendingRLVRtoopen-endedtasks.RLSVRtransformsopen-endedtasksintoverifiableproxyenvironmentswhoseinternalrulesandinteractionoutcomesautomaticallygeneraterewardsignals.WeinstantiateRLSVRwithSpyRL,amulti-agentself-playenvironmentinspiredbyWhoIstheSpy?.Agentsreceiveasymmetricinformation,completethesametargettask,andvotetoidentifyadesignatedspy.Becausethespyidentityispredetermined,votingoutcomesprovidefullyverifiablerewards,whilesuccessfulidentificationremainscloselyrelatedtooutputquality.Experimentsontextsummarization,creativewriting,andmathematicalreasoningshowthatSpyRLoutperformsexistingself-improvementmethodsonnon-verifiabletasksandyieldsconsistentgainsonverifiablereasoningtasks.TheseresultsdemonstratethattasktransformationcanextendscalableRLVR-basedself-improvementbeyondinherentlyverifiabledomains.Modelsandcodehavebeenreleasedathttps://github.com/wangqinsi1/SpyRL.
View arXiv pageView PDFProject pageGitHubAdd to collection
Get this paper in your agent:
hf papers read 2607\.23802
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.23802 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.23802 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.23802 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
From RLVR to RLSVR (GitHub Repo)
Introduces RLSVR, a task-transformation paradigm that extends RLVR to open-ended tasks via self-verifiable rewards from self-play games, instantiated in SpyRL and Vision-Zero. It improves LLM performance on summarization, creative writing, and math reasoning.
RL Beyond the Verifiable (8 minute read)
An analysis discussing the limitations of reinforcement learning with verifiable rewards (RLVR) in math and coding, and the challenge of extending RL to subjective or unverifiable tasks like planning or scientific discovery. It explores techniques such as RLHF and Constitutional AI as alternatives for alignment.
Video Models Can Reason with Verifiable Rewards
VideoRLVR optimizes video diffusion models for verifiable reasoning tasks using reinforcement learning with rule-based rewards, achieving better performance than supervised methods in constraint-satisfying video generation.
Beyond Next-Token Prediction: An RLVR Proof of Concept for Tool-Use Agents on Atlassian Workflows
This paper presents a proof-of-concept using Reinforcement Learning with Verifiable Rewards (RLVR) to train small language models for tool-use in enterprise SaaS workflows like Jira and Confluence. The approach uses synthetic environments and GRPO training to improve tool-call accuracy, achieving significant reward gains over baselines.
Reward Granularity in RLVR: Comparing Process and Outcome Reward Structures for Mathematical Reasoning in Small Language Models
This paper systematically compares process and outcome reward structures for reinforcement learning with verifiable rewards (RLVR) in small language models for mathematical reasoning. The study finds that process-only supervision significantly improves accuracy and reasoning trace fidelity over outcome-only supervision, and analyzes failure modes.