← Latest papers
💬 NLP

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

This paper introduces RELEX, a compute-efficient method that leverages the discovery that RLVR weight trajectories are highly predictable and low-rank to extrapolate future model checkpoints via linear regression, achieving performance comparable to or exceeding full training with only a fraction of the steps by filtering out stochastic optimization noise.

Original authors: Zhepei Wei, Xinyu Zhu, Wei-Lin Chen, Chengsong Huang, Jiaxin Huang, Yu Meng

Published 2026-05-21
📖 5 min read🧠 Deep dive

Original authors: Zhepei Wei, Xinyu Zhu, Wei-Lin Chen, Chengsong Huang, Jiaxin Huang, Yu Meng

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: Training AI is Like Climbing a Mountain

Imagine you want to teach a large language model (an AI) to solve complex math problems. Currently, the best way to do this is a process called RLVR (Reinforcement Learning with Verifiable Rewards).

Think of RLVR as sending the AI on a very long, expensive hike up a mountain to reach the peak of "math genius."

  • The Cost: This hike takes days of powerful computer time (GPU hours).
  • The Process: The AI takes thousands of small steps, checking its work at every checkpoint.
  • The Goal: You want the AI to reach the very top (the best performance), but the hike is so long and costly that you'd love to stop halfway and just "guess" where the top is.

The Discovery: The Hike is Surprisingly Straight

The researchers in this paper noticed something strange about how the AI learns. They looked at the "footprints" (the changes in the AI's brain weights) left behind during this hike.

They found two amazing things:

  1. The Path is a Straight Line: Even though the AI is moving through a massive, complex 3D space, its actual path of improvement is incredibly simple. It's like walking through a dense forest but only moving in one single, straight direction.
  2. The Pace is Predictable: The speed at which the AI improves along this straight line is almost perfectly linear. If you draw a graph of its progress, it looks like a ruler-straight line, not a wiggly, chaotic curve.

The Analogy: Imagine you are driving a car through a foggy city. Usually, you expect the road to twist and turn. But the researchers found that for this specific type of AI training, the road is actually a perfectly straight highway, and the car is accelerating at a constant, predictable rate.

The Solution: RELEX (The "Crystal Ball" Method)

Based on this discovery, the authors created a method called RELEX (REinforcement Learning EXtrapolation).

Instead of making the AI finish the whole 500-step hike, RELEX says: "Let's just watch the first 75 steps (about 15% of the trip). Since we know the path is a straight line and the speed is constant, we can mathematically predict exactly where the car will be at step 500, 1,000, or even 2,000."

How it works (The "Denoising" Trick):
The AI's learning process is a bit noisy, like static on a radio.

  • The Noise: Most of the tiny, random jitters in the AI's brain are just "static" or mistakes that don't actually help it get smarter.
  • The Signal: The real "genius" is hidden in that single straight line (called a Rank-1 trajectory).
  • The Magic: RELEX uses a mathematical filter (SVD) to ignore all the noisy static and only look at that one straight line. It then draws a straight line through the early steps and extends it forward.

The Results: Faster, Cheaper, and Just as Good

The researchers tested this on three different AI models (Qwen2.5-Math, Qwen3-4B, and Qwen3-8B).

  • The Claim: By only training for 15% to 20% of the usual time, RELEX can predict a checkpoint that performs just as well as, or sometimes even better than, the fully trained model.
  • The Proof: They tested these "predicted" models on math tests. The predicted models scored almost exactly the same as the models that actually finished the full, expensive hike.
  • The Bonus: Because the method filters out the "noise," the predicted models sometimes generalize better to new, unseen math problems (out-of-domain benchmarks) than the fully trained ones.

Why This Matters (According to the Paper)

  • No New Learning Required: RELEX doesn't need to train a new AI to predict the future. It just does a simple math calculation (linear regression) on the data it already has.
  • It's "Minimalist": The paper proves that you don't need complex, fancy predictions. A simple straight line is enough because the AI's learning path is naturally that simple.
  • Spectral Denoising: The method works so well because it acts like a noise-canceling headphone. It strips away the random, chaotic parts of the training that usually mess up predictions, leaving only the pure signal of improvement.

Summary

Imagine you are watching a rocket launch. Usually, you have to watch it all the way to space to know if it worked. This paper says: "Wait, the rocket is flying in a perfectly straight line at a steady speed. If we watch it for just the first minute, we can calculate exactly where it will be in an hour, and it will be just as successful as if we had waited the whole time."

RELEX is that calculator. It saves massive amounts of time and money by realizing that AI training, despite looking chaotic, is actually following a very simple, predictable path.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →