← Latest papers
💬 NLP

Back to Basics: Revisiting Exploration in Reinforcement Learning for LLM Reasoning via Generative Probabilities

This paper proposes ProGRPO, a novel Reinforcement Learning approach that employs an Advantage Re-weighting Mechanism to mitigate mode collapse and enhance exploration in LLM reasoning by dynamically reshaping reward signals to balance confidence across diverse correct solutions, thereby significantly improving both accuracy and generative diversity on mathematical and coding benchmarks.

Original authors: Pengyi Li, Elizaveta Goncharova, Andrey Kuznetsov, Ivan Oseledets

Published 2026-02-09
📖 4 min read☕ Coffee break read

Original authors: Pengyi Li, Elizaveta Goncharova, Andrey Kuznetsov, Ivan Oseledets

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 Picture: The "Over-Confident" Student

Imagine you are training a brilliant student (the AI) to solve difficult math problems or write code. You use a system called Reinforcement Learning with Verifiable Rewards (RLVR). Think of this as a strict teacher who only gives a gold star when the student gets the exact right answer.

The Problem:
The current method (called GRPO) works like a teacher who only praises the student's most confident guess.

  • If the student says, "The answer is 42," and they are 99% sure, they get a gold star.
  • If the student says, "The answer is 42," but they are only 60% sure, they get nothing.

Over time, the student learns to only ever say "42" with maximum confidence. They stop trying other ways to solve the problem. If "42" is wrong, the student has no backup plan. In AI terms, this is called entropy collapse or mode collapse. The AI becomes a boring robot that only repeats the same few answers, even if those answers are wrong or if there are many other valid ways to solve the problem.

The Solution: ProGRPO (The "Fair" Teacher)

The authors propose a new method called ProGRPO. Instead of just rewarding the loudest voice, this new teacher looks at the whole picture of how the student thinks.

They introduce a mechanism called Advantage Re-weighting (ARM). Here is how it works using a simple analogy:

1. The "Confidence Check"

Imagine the student is solving a puzzle.

  • Scenario A: The student sees a very easy puzzle and immediately shouts the answer with 100% confidence.
  • Scenario B: The student sees a hard puzzle, thinks for a long time, and comes up with the right answer, but they are a bit nervous about it (lower confidence).

The old teacher (GRPO) would reward Scenario A heavily and ignore Scenario B.
The new teacher (ProGRPO) says: "Wait, Scenario B is actually more impressive because it was hard! Let's give that student a little extra credit for their effort, even if they weren't 100% sure."

This prevents the student from just sticking to the "easy, confident" answers and encourages them to explore different, valid ways to solve the problem.

2. Ignoring the "Boring" Parts

When the student writes a long explanation (a "Chain of Thought"), most of the words are obvious.

  • Example: "First, I add 2 and 2. Then, I multiply by 2..."
  • The words "First," "Then," and "multiply" are boring; the student knows them perfectly.

The paper argues that counting these boring, high-confidence words dilutes the reward. It's like grading a test but giving points for writing the word "The" correctly.

ProGRPO uses Low-Probability Token Length Normalization. It ignores the boring, easy parts of the answer and only focuses on the hard parts where the student actually had to think and make a choice. This gives a much clearer signal about how good the reasoning really is.

The Results: More Variety, Same Accuracy

The authors tested this new method on math and coding tasks using models like Qwen and DeepSeek.

  • The Old Way (GRPO): The AI got the right answer 37.6% of the time on the first try. But if you asked it to try 32 times, it mostly just repeated the same 3 or 4 answers.
  • The New Way (ProGRPO):
    • Accuracy: It got the right answer on the first try 43.3% of the time (a big improvement).
    • Diversity: When asked to try 32 times, it found correct answers 68.5% of the time. Crucially, these answers were different from each other.

The Metaphor:
If the old AI was a chef who only ever made one type of pasta because it was the safest bet, the new AI is a chef who can make pasta, risotto, and soup, and all of them taste delicious. It didn't just get lucky; it learned to explore the kitchen more effectively.

Summary of Claims

The paper claims that by adjusting how the AI calculates its "confidence" and by ignoring the boring parts of its own thoughts, ProGRPO:

  1. Stops the AI from getting stuck in a loop of repeating the same few answers.
  2. Improves accuracy on hard math and coding problems.
  3. Generates a wider variety of correct solutions (which is crucial for complex tasks where there might be more than one right way to do things).

The authors conclude that this is a better balance between exploration (trying new things) and exploitation (using what you know works), making AI reasoning more robust and reliable.

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 →