← Latest papers
🤖 machine learning

Rethinking Entropy Interventions in RLVR: An Entropy Change Perspective

This paper introduces STEER, a principled entropy-modulation method for Reinforcement Learning with Verifiable Rewards (RLVR) that addresses entropy collapse by deriving a theoretical framework for token-level entropy changes and adaptively reweighting tokens to outperform existing heuristic interventions across mathematical and coding benchmarks.

Original authors: Zhezheng Hao, Hong Wang, Haoyang Liu, Jian Luo, Jiarui Yu, Hande Dong, Qiang Lin, Can Wang, Jiawei Chen

Published 2026-04-29
📖 4 min read☕ Coffee break read

Original authors: Zhezheng Hao, Hong Wang, Haoyang Liu, Jian Luo, Jiarui Yu, Hande Dong, Qiang Lin, Can Wang, Jiawei Chen

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 training a very smart robot to solve complex math problems or write code. You use a technique called Reinforcement Learning with Verifiable Rewards (RLVR). Think of this as a game where the robot tries different solutions, and if it gets the answer right, it gets a "gold star" (a reward). If it gets it wrong, it gets nothing. Over time, the robot learns to get more gold stars.

However, the researchers in this paper discovered a major glitch in this training process called "Entropy Collapse."

The Problem: The Robot Gets Too Confident (and Stuck)

To understand "entropy," imagine the robot's mind as a vast library of possible answers.

  • High Entropy: The library is full of diverse, different ideas. The robot is exploring, trying many different paths, and is open to new possibilities.
  • Low Entropy (Collapse): The library suddenly shrinks. The robot stops exploring and only picks the one path it thinks is best. It becomes rigid and repetitive.

In RLVR, the robot often gets stuck in this "Low Entropy" state too quickly. It stops trying new things because it gets scared of making mistakes. It starts generating the exact same "reasoning" over and over again. If that one path is wrong, the robot fails, and the training grinds to a halt because it can't discover better solutions.

The Old Solutions: Guessing and Checking

Before this paper, scientists tried to fix this by using "heuristic" methods—basically, they were guessing what might work.

  • The "Clip-High" method: They tried to loosen the rules on how much the robot's confidence could change, hoping it would force the robot to try more things.
  • The "Reweighting" method: They tried to give extra points to rare answers or take points away from common ones.

The problem with these old methods is that they were like trying to fix a leaky boat by plugging just one hole while ignoring the others. They didn't fully understand why the robot was collapsing, so their fixes were hit-or-miss.

The New Insight: A Mathematical Map

The authors of this paper decided to look under the hood. They created a precise mathematical formula (a "tight analytical approximation") to track exactly how the robot's "diversity" (entropy) changes with every single step of its learning.

They found that the change in diversity is controlled by four specific factors:

  1. The Clipping Rule: How much the training algorithm limits big changes.
  2. The Advantage Score: How much better a specific answer is compared to the average.
  3. The Probability: How likely the robot was to pick that answer in the first place.
  4. The Current Entropy: How diverse the robot's mind was at that exact moment.

They visualized this as a four-quadrant map. Depending on whether an answer was "right/wrong" and "likely/unlikely," the robot would either become more diverse or less diverse. They realized that previous methods were only looking at one or two of these quadrants, missing the bigger picture.

The Solution: STEER

Based on this map, they built a new tool called STEER (Stabilizing Token-level Entropy-changE via Reweighting).

Think of STEER as a smart traffic controller for the robot's learning process.

  • Instead of guessing, STEER calculates exactly how much diversity is changing for every single word (token) the robot generates.
  • If the robot is about to make a move that will cause its diversity to crash (entropy collapse) too fast, STEER gently puts the brakes on that specific move.
  • It doesn't stop the robot from learning; it just slows down the parts of learning that are too aggressive, keeping the robot's mind open and diverse.

The Results

The team tested STEER on six different math benchmarks and three coding challenges.

  • The Outcome: STEER kept the robot's "mind" diverse and exploratory throughout the training.
  • The Score: It consistently beat all the other top methods, solving more math problems and writing better code.
  • Versatility: It worked well on different sizes of robots (from small to large models) and different types of training algorithms.

In Summary

The paper argues that to teach AI to reason better, we can't just guess how to keep it creative. We need to understand the exact math of how it loses its creativity. By building a precise map of these changes, they created STEER, a method that acts like a fine-tuned regulator, ensuring the AI stays curious and exploratory rather than getting stuck in a rigid loop. This leads to smarter, more capable AI models.

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 →