← Latest papers
🤖 machine learning

Verifier-Free RL for LLMs via Intrinsic Gradient-Norm Reward

This paper introduces VIGOR, a verifier-free reinforcement learning method that leverages intrinsic gradient-norm rewards derived from the policy model itself to effectively improve LLM performance in mathematical reasoning and code generation without relying on external verifiers or gold labels.

Original authors: Xuexiang Wen, Hang Yu, Linchao Zhu, Gaoang Wang

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Xuexiang Wen, Hang Yu, Linchao Zhu, Gaoang Wang

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

Imagine you are teaching a very smart but inexperienced student (the AI) how to solve complex puzzles, like math problems or writing computer code.

Usually, to teach this student, you need a strict teacher (a "verifier") who checks every answer. If the answer is right, the student gets a gold star. If it's wrong, they get a red X. This works great for math and coding because there are clear right and wrong answers.

The Problem:
What happens when you want the student to write a poem, give advice, or solve a problem where there is no single "correct" answer? You can't hire a strict teacher for every single task because you don't have the answers beforehand. Without a teacher, the student doesn't know if they are doing a good job, and they might just start guessing randomly or getting stuck.

The Solution: VIGOR (The "Self-Feeling" Reward)
The paper introduces a new method called VIGOR. Instead of waiting for an external teacher to grade the work, VIGOR asks the student to listen to their own internal feelings about how "smooth" their answer feels.

Here is how it works, using a simple analogy:

1. The "Steep Hill" vs. The "Flat Valley"

Imagine the student's brain is a landscape of hills and valleys.

  • A bad answer is like standing on a steep, rocky cliff. If the student tries to adjust their thinking even a tiny bit, they slide down violently. In math terms, this is a "large gradient" (a big, shaky change).
  • A good answer is like standing in a flat, calm valley. If the student adjusts their thinking slightly, they stay right where they are. This is a "small gradient" (a smooth, stable change).

VIGOR's Rule: The AI is told to prefer the answers that feel like the flat valley (small gradients) rather than the steep cliff. The logic is: "If my answer feels stable and doesn't require a huge mental jolt to make sense, it's probably a good one."

2. The "Length Trap" (Why the paper needed a fix)

The researchers noticed a sneaky trick. If the student just wrote a really long answer, the "steepness" of the cliff would naturally look smaller just because the slope was spread out over a long distance. The student could try to "cheat" by writing huge, rambling essays to get a high score, even if the content was nonsense.

The Fix (The T\sqrt{T} Correction):
The paper adds a simple mathematical "ruler" to the system. It says, "We will measure the steepness, but we will adjust the score based on how long the answer is." This stops the student from cheating by just writing more words. It ensures the score reflects the quality of the thinking, not just the length of the text.

3. The "Classroom Vote" (Ranking)

Sometimes, the "feeling" of stability varies wildly between different questions. One question might feel very stable, while another feels shaky, making it hard to compare them directly.

The Fix (Ranking):
Instead of giving a raw score, VIGOR asks the AI to generate a few different answers for the same question, then ranks them against each other.

  • "Which of these 8 answers feels the most stable?" -> That one gets the highest reward.
  • "Which feels the most shaky?" -> That one gets the lowest reward.
    This keeps the training fair and stable, regardless of how hard the specific question is.

What Happened When They Tried It?

The researchers tested this on Qwen2.5, a popular AI model.

  • Math & Code: They trained the AI on math problems using only this "self-feeling" reward (no answer key allowed). The AI got significantly better at math.
  • Cross-Training: Amazingly, when they trained the AI only on math using this method, it also got better at coding, even though it never saw a single coding problem during training.
  • Stability: Other methods that try to guess "confidence" often make the AI go crazy and start repeating itself or writing nonsense after a while. VIGOR kept the training smooth and steady, like a calm river instead of a raging storm.

In Summary

VIGOR is a way to teach AI without a teacher. It tells the AI: "Don't just guess; find the answer that feels the most stable and smooth in your own mind." By fixing a few technical bugs (like the length trick), they made this "self-check" powerful enough to turn a basic AI into a much smarter reasoner, all without needing to know the right answers in advance.

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 →