You Only Need Minimal RLVR Training: Extrapolating LLMs via Rank-1 Trajectories

πŸ“… 2026-05-20
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

192K/year
πŸ€– AI Summary
This work addresses the high computational cost and poorly understood parameter trajectory geometry of Reinforcement Learning with Verifiable Rewards (RLVR) for training large language models. We make the first observation that the parameter update trajectory in RLVR exhibits a pronounced rank-1 dominant structure, wherein the majority of performance gains are effectively captured within a low-dimensional subspace. Building on this insight, we propose RELEXβ€”a training-free linear extrapolation method that integrates rank-1 projection, linear regression, and noise suppression. Remarkably, RELEX achieves or surpasses the performance of full RLVR training using only 15% of the original training steps across multiple Qwen models, and reliably extrapolates up to 10–20 times the training duration, yielding continuous improvements in reasoning capabilities.
πŸ“ Abstract
Reinforcement learning with verifiable rewards (RLVR) has become a dominant paradigm for improving reasoning in large language models (LLMs), yet the underlying geometry of the resulting parameter trajectories remains underexplored. In this work, we demonstrate that RLVR weight trajectories are extremely low-rank and highly predictable. Specifically, we find that the majority of downstream performance gains are captured by a rank-1 approximation of the parameter deltas, where the magnitude of this projection evolves near-linearly with training steps. Motivated by this, we propose a simple and compute-efficient method RELEX (REinforcement Learning EXtrapolation), which estimates the rank-1 subspace from a short observation window and extrapolates future checkpoints via linear regression, with no learned model required. Across three models (i.e., Qwen2.5-Math-1.5B, Qwen3-4B-Base, and Qwen3-8B-Base), RELEX produces checkpoints that match or exceed RLVR performance on both in-domain and out-of-domain benchmarks, requiring as few as 15% steps of full RLVR training. Remarkably, RELEX is able to extrapolate far beyond the observation window at no training cost, predicting checkpoints up to 10-20$\times$ beyond the observed prefix with continued improvement (e.g., observe only the first 50 steps and extrapolate to 1000 steps). Our ablation analysis confirms the minimalist sufficiency of RELEX: neither increasing the subspace rank nor employing non-linear modeling yields further gains in extrapolation. Finally, we show that RELEX's success stems from a "denoising" effect: by projecting updates onto the rank-1 subspace, the model discards stochastic optimization noise that would otherwise degrade performance during extrapolation. Our code is available at https://github.com/weizhepei/RELEX.
Problem

Research questions and friction points this paper is trying to address.

Reinforcement Learning with Verifiable Rewards
Large Language Models
Parameter Trajectories
Low-Rank Structure
Training Efficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

low-rank trajectory
RELEX
RLVR extrapolation
parameter denoising
linear predictability
πŸ”Ž Similar Papers
No similar papers found.