verifiable-rewards

Tag

Cards List
#verifiable-rewards

Early Verdicts, Better Budgets: Sequential Adaptive Rollout Allocation for Compute-Efficient RLVR

arXiv cs.LG · 2026-07-30 Cached

This paper introduces SARA, a sequential adaptive rollout allocation method for RLVR that abandons saturated groups early and reallocates the budget, achieving comparable accuracy with 22% fewer rollouts than dynamic sampling and up to 67% savings when combined.

0 favorites 0 likes
#verifiable-rewards

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

Hugging Face Daily Papers · 2026-07-26 Cached

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.

0 favorites 0 likes
#verifiable-rewards

When RLVR Shrinks the Reasoning Boundary: Diagnosing Pass@k Inversion

arXiv cs.LG · 2026-07-24 Cached

This paper diagnoses 'pass@k inversion' in reinforcement learning with verifiable rewards (RLVR), where training improves one-shot accuracy but reduces performance under repeated sampling, particularly on boundary prompts where correct trajectories are rare. It proposes a per-problem base anchoring (PBA) method to mitigate this issue.

0 favorites 0 likes
#verifiable-rewards

SLPO: Scaling Latent Reasoning via a Surrogate Policy

Hugging Face Daily Papers · 2026-07-22 Cached

Introduces Surrogate Latent Policy Optimization (SLPO) to apply outcome-reward RL to autoregressive latent reasoners, enabling test-time scaling and variable-horizon policies that improve accuracy on harder instances.

0 favorites 0 likes
#verifiable-rewards

Strategic Bargaining in Multi-Buyer Markets: Reinforcement Learning from Verifiable Rewards for LLM Negotiations

arXiv cs.LG · 2026-07-08 Cached

This paper introduces a framework using reinforcement learning from verifiable rewards to train large language models for strategic bargaining in multi-buyer markets, addressing private information and surplus extraction in concurrent negotiations.

0 favorites 0 likes
#verifiable-rewards

Reward Granularity in RLVR: Comparing Process and Outcome Reward Structures for Mathematical Reasoning in Small Language Models

arXiv cs.LG · 2026-07-07 Cached

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.

0 favorites 0 likes
#verifiable-rewards

Beyond Next-Token Prediction: An RLVR Proof of Concept for Tool-Use Agents on Atlassian Workflows

arXiv cs.AI · 2026-07-03 Cached

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.

0 favorites 0 likes
#verifiable-rewards

Verifiable Rewards for Calibrated Probabilistic Forecasting

arXiv cs.LG · 2026-07-02 Cached

The paper proposes a verifiable label-free reward for training calibrated probabilistic forecasters using reinforcement learning, avoiding the calibration degradation that occurs when rewarding single outcomes. Applied to NFL win probability, a 7B model trained with this reward achieves calibration comparable to the betting market.

0 favorites 0 likes
#verifiable-rewards

BV-Blend: Uncertainty-Weighted Historical Baselines for Stable Critic-Free RL with Verifiable Rewards

arXiv cs.AI · 2026-06-30 Cached

BV-Blend is a critic-free reinforcement learning framework that combines prompt-local on-policy statistics with historical moments from semantic clusters to stabilize advantage estimation, improving training stability and performance for aligning large language models with verifiable rewards.

0 favorites 0 likes
#verifiable-rewards

Tandem Reinforcement Learning with Verifiable Rewards

arXiv cs.AI · 2026-06-29 Cached

Proposes Tandem Reinforcement Learning (TRL), extending the tandem training paradigm to RLVR to improve reasoning compatibility and legibility for weaker models and humans, showing that TRL matches solo performance while enhancing handoff robustness and reducing distributional drift.

0 favorites 0 likes
#verifiable-rewards

Reasoning Arena: Trace Tournaments When Verifiable Rewards Fall Short

Hugging Face Daily Papers · 2026-06-08 Cached

Reasoning Arena improves reinforcement learning with verifiable rewards by using trace tournaments and Bradley-Terry models to generate meaningful gradients from non-diverse reward groups, resulting in faster training and better reasoning performance.

0 favorites 0 likes
#verifiable-rewards

Policy-Conditioned Counterfactual Credit for Verifiable Reinforcement Learning of Long-Horizon Language Agents

arXiv cs.LG · 2026-06-05 Cached

Proposes CVT-RL, a constrained policy-gradient algorithm with policy-conditioned counterfactual contribution estimation and verifiable rewards, improving long-horizon language agent reliability and reducing reward hacking.

0 favorites 0 likes
#verifiable-rewards

Combinatorial Synthesis: Scaling Code RLVR via Atomic Decomposition and Recombination

Hugging Face Daily Papers · 2026-05-29 Cached

Introduces Atomic Decomposition and Recombination (ADR), a framework that generates novel and challenging verifiable code tasks by decomposing and recombining atomic elements, enabling scalable reinforcement learning with verifiable rewards for large language models.

0 favorites 0 likes
#verifiable-rewards

CUA-Gym: Scaling Verifiable Training Environments and Tasks for Computer-Use Agents

Hugging Face Daily Papers · 2026-05-25 Cached

CUA-Gym introduces a scalable pipeline for generating verifiable training environments and tasks for computer-use agents, addressing data scarcity. The resulting dataset and models achieve strong performance on benchmarks like OSWorld-Verified and WebArena.

0 favorites 0 likes
#verifiable-rewards

DelTA: Discriminative Token Credit Assignment for Reinforcement Learning from Verifiable Rewards

Hugging Face Daily Papers · 2026-05-20 Cached

Introduces DelTA, a discriminative token credit assignment method for reinforcement learning from verifiable rewards (RLVR) that amplifies distinctive token-gradient directions and reduces noise from shared patterns, achieving significant improvements on mathematical and code generation benchmarks.

0 favorites 0 likes
#verifiable-rewards

@adithya_s_k: https://x.com/adithya_s_k/status/2054961319179420035

X AI KOLs Timeline · 2026-05-14 Cached

An analysis of why RL for coding tasks is gaining traction due to verifiable rewards, and why the emerging framework Harbor addresses the bottleneck of environment complexity in RL training.

0 favorites 0 likes
#verifiable-rewards

Video Models Can Reason with Verifiable Rewards

Hugging Face Daily Papers · 2026-05-14 Cached

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.

0 favorites 0 likes
#verifiable-rewards

Listwise Policy Optimization: Group-based RLVR as Target-Projection on the LLM Response Simplex

Hugging Face Daily Papers · 2026-05-07 Cached

This paper introduces Listwise Policy Optimization (LPO), a method for RLVR that explicitly handles target projection via divergence minimization on the response simplex to improve training stability and performance in LLMs.

0 favorites 0 likes
#verifiable-rewards

Incentivizing Parametric Knowledge via Reinforcement Learning with Verifiable Rewards for Cross-Cultural Entity Translation

arXiv cs.CL · 2026-04-21 Cached

Researchers from Tianjin University and Alibaba Group propose EA-RLVR, a reinforcement learning framework with verifiable rewards that improves cross-cultural entity translation in LLMs by activating parametric knowledge already encoded during pre-training, without relying on external knowledge bases. Training on 7k samples boosts Qwen3-14B's entity translation accuracy from 23.66% to 31.87% on unseen entities.

0 favorites 0 likes
#verifiable-rewards

Ecom-RLVE: Adaptive Verifiable Environments for E-Commerce Conversational Agents

Hugging Face Blog · 2026-04-16 Cached

Huggingface introduces EcomRLVE-GYM, a framework providing eight verifiable environments for training reinforcement learning agents on complex e-commerce tasks. The tool features adaptive difficulty curricula and algorithmic rewards to improve task completion in shopping assistants, demonstrated by training a Qwen 3 8B model.

0 favorites 0 likes
← Back to home

Submit Feedback