← Latest papers
🤖 machine learning

ReCo: Reweighting GRPO Against Distributional Concentration

The paper introduces ReCo, a reweighting method that mitigates GRPO's tendency to concentrate on high-probability responses and tokens by normalizing response contributions and replacing importance ratios with variance-based scaling, thereby improving Pass@k performance on mathematical reasoning benchmarks without sacrificing small-k accuracy.

Original authors: Junoh Park, Junseo Hwang, Wonguk Cho, Taesup Kim

Published 2026-07-30
📖 5 min read🧠 Deep dive

Original authors: Junoh Park, Junseo Hwang, Wonguk Cho, Taesup Kim

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 a world where computers don't just chat, but actually think through complex puzzles like math problems or coding challenges. This is the frontier of Artificial Intelligence, specifically a field called Reinforcement Learning. Think of it like training a dog: you don't just tell the dog what to do; you let it try, and if it sits, you give it a treat. If it jumps on the couch, you don't. Over time, the dog learns to sit because it wants the treat. In the AI world, we give a "reward" when the computer solves a problem correctly.

One popular way to train these AI "dogs" is called Group Relative Policy Optimization, or GRPO. Imagine you ask the AI to solve a math problem ten times. It generates ten different answers. GRPO looks at all ten, sees which ones got the "treat" (were correct), and nudges the AI to be more like the ones that succeeded. It's a clever trick that has made AI much better at reasoning. But there's a catch: sometimes, in its eagerness to get the treat, the AI gets too confident and stops trying new things. It starts repeating the same few tricks over and over, ignoring other clever ways to solve the problem that might work just as well.

This is the puzzle a team of researchers from Seoul National University decided to solve. They noticed that while GRPO makes AI smarter at solving problems quickly, it actually makes the AI less creative and less likely to find the right answer if you give it many chances to try. They called this problem "distributional concentration"—a fancy way of saying the AI gets stuck in a rut, only exploring the paths it already knows are safe.

To fix this, the team invented a new method called ReCo (Reweighting GRPO Against Distributional Concentration). Here's how it works, using a simple analogy:

Imagine you are a teacher grading a class of students who are all trying to solve the same tricky math problem.

  • The Old Way (GRPO): You ask the class to write down their answers. If five students all write the exact same solution (because it's the most popular one), you give that solution a huge amount of attention. You tell the whole class, "Look! Five people did this! Everyone should do this!" Meanwhile, the one student who tried a weird, creative method that also worked gets ignored because they were the only one. The class stops trying new things and just copies the popular answer.
  • The New Way (ReCo): The teacher (ReCo) notices this bias. First, they realize that if five students wrote the same answer, it's probably because that answer was easy to find, not necessarily because it's the only good answer. So, they downgrade the importance of that popular answer. They say, "Okay, five of you got this, but since it was so common, it doesn't count as much as a unique solution." This stops the class from blindly copying the crowd.
  • The Second Trick: The teacher also looks at how the students are thinking. If a student is 99% sure about a specific step in their math, the teacher says, "Great, you're confident, but don't get too cocky! There's still a tiny chance you could be wrong, so let's keep your brain open to other possibilities." But if a student is stuck at a fork in the road where they aren't sure which path to take, the teacher gives them a big boost of encouragement to explore that uncertainty. This keeps the students from locking themselves into a single, rigid way of thinking too early.

By using these two tricks, ReCo changes how the AI learns. It stops the AI from just memorizing the "safe" answers and forces it to keep exploring different paths.

The researchers tested this new method on some very hard math competitions, like the AIME (American Invitational Mathematics Examination) and Olympiad problems. They used different AI models, including ones based on Qwen and Llama. The results were promising. When they asked the AI to try just a few times, ReCo performed just as well as the old method. But when they gave the AI many chances to try (like asking it to generate 64 different answers and picking the best one), ReCo shined. It found correct answers that the old method completely missed.

In fact, on some of the hardest tests, the old method (GRPO) actually got worse than the original, untrained AI when given many tries, because it had become so narrow-minded. ReCo, however, kept the AI's "mind" open. It preserved the ability to find diverse solutions, ensuring that even if the first few tries fail, the AI has a whole toolbox of different strategies to fall back on.

The team also looked at why this happened. They saw that under the old method, the AI's "thought process" became very repetitive, like a broken record playing the same song. Under ReCo, the AI kept generating unique, varied approaches, even when solving the same problem. It was like watching a student who, instead of just copying the textbook, started drawing diagrams, using different formulas, and even building physical models to understand the concept.

In short, ReCo suggests that to make AI truly smart, we shouldn't just reward it for getting the right answer quickly. We also need to reward it for not getting stuck in a rut. By gently nudging the AI to value variety and uncertainty, the researchers found a way to keep these digital brains curious, creative, and capable of solving problems in ways we might not have expected. It's a reminder that sometimes, the best way to learn is to keep your options open.

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 →