rlvr

Tag

Cards List
#rlvr

PAIR: Pairwise-Aware Inclusion Reweighting for Adaptive Rollout Allocation in RLVR

arXiv cs.LG · 3d ago Cached

This paper introduces PAIR, a pairwise-aware inclusion reweighting method for adaptive rollout allocation in RLVR, improving sample efficiency and accuracy over pointwise allocators by correcting biases in pairwise gradient estimation.

0 favorites 0 likes
#rlvr

Now we have a timeline of the OpenAI accidental attack against Hugging Face

Simon Willison's Blog · 2026-08-08 Cached

Simon Willison analyzes the timeline of OpenAI's accidental attack on Hugging Face, suggesting that RLVR training of a new model explains the lack of safety behaviors and lax monitoring.

0 favorites 0 likes
#rlvr

Fable, GPT-5.6 and other frontier models are assholes. Here's why.

Reddit r/artificial · 2026-08-04

Explains why frontier AI models often behave rudely or disobediently, citing former Meta engineer Kun Chen on RLHF and RLVR training that optimizes for task success over human-friendly communication.

0 favorites 0 likes
#rlvr

Distill Where You Fail: Recovering Learning Signals of Negative RL-Groups from Adaptive Teacher Guidance

arXiv cs.CL · 2026-08-04 Cached

This paper introduces RSTG, a method that selectively applies on-policy distillation to recover learning signals from zero-variance GRPO groups during LLM post-training, achieving substantial gains on math and code reasoning benchmarks.

0 favorites 0 likes
#rlvr

Verifier-Induced Support Reshaping in On-Policy Optimization

arXiv cs.LG · 2026-08-04 Cached

The paper introduces verifier-induced support reshaping, showing that on-policy RL with verifiable rewards can improve the current objective while making successful behaviors for later objectives too rare to sample. Experiments across math reasoning and instruction following demonstrate that endpoint improvements do not guarantee future trainability.

0 favorites 0 likes
#rlvr

From RLVR to RLSVR (GitHub Repo)

TLDR AI · 2026-08-04 Cached

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.

0 favorites 0 likes
#rlvr

@vintcessun: The hardest problems are the ones models can't learn? GRPO's dead zone is right here: when all rollouts in a group are wrong, group-wise advantage goes to zero, and gradients vanish too. https://arxiv.org/abs/2607.27787 LSPO temporarily attaches LoRA to these "cliff problems": briefly SFT with standard derivations, ...

X AI KOLs Timeline · 2026-08-03 Cached

This paper proposes LSPO (LoRA Scaffolded Policy Optimization) to solve the vanishing-gradient problem of GRPO on zero-reward "cliff problems": a temporary LoRA adapter is used for a short SFT, successful trajectories are sampled, corrected via importance sampling, and then fed back into the RL batch; ultimately, only the base model is updated. Experiments on DeepMath-103K show it outperforms the DAPO baseline by an average of 3.8 points.

0 favorites 0 likes
#rlvr

LEEPS: Latent-Guided Explore-Exploit Prompt Sampling for Efficient RLVR in Large Language Models

arXiv cs.CL · 2026-07-31 Cached

This paper introduces LEEPS, a latent-guided explore-exploit prompt sampler for efficient reinforcement learning with verifiable rewards (RLVR) in LLMs. It adaptively balances reuse of informative prompts and exploration of uncertain ones, improving reasoning benchmark scores by 2.6-3.7% over baselines while adding only ~2 seconds of overhead per training step.

0 favorites 0 likes
#rlvr

SAF-OPD: Stable Advantage Fusion for On-Policy Distillation

Hugging Face Daily Papers · 2026-07-31 Cached

SAF-OPD introduces a Stable Advantage Fusion framework that combines RLVR with on-policy distillation, addressing magnitude and temporal mismatches to improve training stability and performance on math and code benchmarks.

0 favorites 0 likes
#rlvr

The Price of Reasoning: Cost-Quality Tradeoffs in Reinforcement Learning for Neural Machine Translation

arXiv cs.CL · 2026-07-22 Cached

Investigates the importance of reasoning traces in reinforcement learning for neural machine translation, showing that including reasoning during inference improves quality at the cost of increased computational demands.

0 favorites 0 likes
#rlvr

ISO: An RLVR-Native Optimization Stack

Hugging Face Daily Papers · 2026-07-21 Cached

This paper studies the optimization layer for reinforcement learning with verifiable rewards (RLVR), proposing Isospectral Optimization (ISO) — a fixed-spectrum framework that reuses base model weight spectra while optimizing input/output singular frames. ISO-Merger and ISO-AdamW achieve strong performance with fewer training steps on reasoning and coding tasks.

0 favorites 0 likes
#rlvr

H^2SD: Hybrid Hindsight Self-Distillation

Hugging Face Daily Papers · 2026-07-21 Cached

Introduces H^2SD, a hybrid hindsight self-distillation framework that improves RLVR by using the teacher model differently for successful and failed trajectories, achieving better reasoning performance.

0 favorites 0 likes
#rlvr

@ddkang: New research from Bridgewater AIA Labs, UIUC, and MIT: we prove what we believe to be the first non-vacuous generalizat…

X AI KOLs Timeline · 2026-07-20 Cached

Researchers from Bridgewater AIA Labs, UIUC, and MIT prove the first non-vacuous generalization bounds for reasoning LLMs trained with RLVR, providing provable accuracy lower bounds on unseen data to guide safe deployment.

0 favorites 0 likes
#rlvr

Beyond Entropy: Correctness-Aware Advantage Shaping via Contrastive Policy Optimization

Hugging Face Daily Papers · 2026-07-16 Cached

This paper introduces Contrastive Policy Optimization (CPO), which uses token-level contrastive disagreement between reference-guided and vanilla generation distributions for correctness-aware advantage shaping in reinforcement learning with verifiable rewards. CPO outperforms entropy-based RLVR methods on both in-domain and out-of-domain benchmarks.

0 favorites 0 likes
#rlvr

@bojie_li: Introducing RLVP, Penalize the Path, Reward the Outcome: a paper I collaborated with Noah Shi from University of Washin…

X AI KOLs Timeline · 2026-07-09 Cached

This paper introduces RLVP (Reward the Outcome, Penalize the Path), a reinforcement learning method that uses a verifiable penalty for path violations and outcome reward to achieve near-zero constraint violations with high task success, improving sample efficiency in real-world agentic environments.

0 favorites 0 likes
#rlvr

Reinforcement Learning for Evidence-Seeking Diagnostic Reasoning with Large Language Models

arXiv cs.AI · 2026-07-07 Cached

This paper proposes a reinforcement learning framework for evidence-seeking diagnostic reasoning using LLMs. The RL-trained 7B model outperforms larger models in multilingual clinical consultation tasks, showing that specialized RL can distill high-level clinical reasoning.

0 favorites 0 likes
#rlvr

@dair_ai: Highly-recommended read from MIT on the part of RL with verifiable rewards that everyone keeps hitting. RLVR only optim…

X AI KOLs Timeline · 2026-07-03 Cached

This paper from MIT proposes an adversarial generator-discriminator framework that combines verifiable rewards with a learned signal from human demonstrations to address issues like diversity collapse, unnatural responses, and reward hacking in RLVR training of language models.

0 favorites 0 likes
#rlvr

@tanayj: https://x.com/tanayj/status/2072766211256119475

X AI KOLs Timeline · 2026-07-02 Cached

This article explores the challenge of applying reinforcement learning to tasks that lack clear verifiability, citing Dario Amodei's prediction about achieving a 'country of geniuses in a data center' and discussing techniques such as RLVR, RLHF, Constitutional AI, and rubric-based rewards from Scale AI.

0 favorites 0 likes
#rlvr

RL Beyond the Verifiable (8 minute read)

TLDR AI · 2026-06-30 Cached

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.

0 favorites 0 likes
#rlvr

Transferability for General Reasoning: An Automated Curriculum for Multi-Domain RLVR

Hugging Face Daily Papers · 2026-06-27 Cached

This paper proposes Transfer-Aware Curriculum (TAC), a bandit-style online curriculum for multi-domain RLVR that prioritizes domains whose updates benefit other domains using gradient-geometry alignment. TAC improves macro-averaged accuracy on Qwen3-1.7B and Llama3.2-3B over fixed and learnability-only curricula.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback