← Latest papers
🤖 machine learning

GeoMin: Data-Efficient Semi-Supervised RLVR via Geometric Distribution Modeling

GeoMin is a data-efficient semi-supervised reinforcement learning framework that models global feature distributions to distinguish between correct and incorrect rollouts, enabling it to outperform fully supervised models using only 10% of the annotation data by effectively leveraging unlabeled instances.

Original authors: Guangcheng Zhu, Shenzhi Yang, Haobo Wang, Xing Zheng, Yingfan MA, Xuening Feng, Zhongqi Chen, Kai Tang, Zhengqing Zang, Bowen Song, Weiqiang Wang, Gang Chen

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

Original authors: Guangcheng Zhu, Shenzhi Yang, Haobo Wang, Xing Zheng, Yingfan MA, Xuening Feng, Zhongqi Chen, Kai Tang, Zhengqing Zang, Bowen Song, Weiqiang Wang, Gang 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 trying to teach a brilliant but inexperienced student (the AI) how to solve complex math problems. You have a huge stack of practice problems, but you only have the answer keys for a tiny handful of them.

The Problem:

  • The Expensive Way: If you want the student to learn perfectly, you'd need an answer key for every single problem. This is like hiring a team of expert tutors to grade every homework assignment. It's accurate, but it costs a fortune and takes forever.
  • The Lazy Way: You could let the student grade their own work by saying, "If I feel confident, I'm right." But students often get overconfident about wrong answers. If you let them practice on their own mistakes without correction, they eventually start believing nonsense. This is called "model collapse"—the student gets worse and worse because they are just reinforcing their own errors.
  • The Middle Ground (Previous Attempts): Some methods try to use the few answer keys you have to guide the student. They say, "Only practice the problems that look exactly like the ones we already know the answers to." The problem? This is too strict. It throws away 87% of the good practice problems because they don't look exactly like the few examples you have. It's like a teacher refusing to let a student practice a new type of math problem just because it looks slightly different from the ones in the textbook.

The Solution: GeoMin (The "Geometric Compass")
The authors propose a new method called GeoMin. Instead of just looking at the answers, GeoMin looks at the shape of the thinking process inside the student's brain.

Here is how it works, using a simple analogy:

1. The "Brain Map" (Geometric Distribution)

Imagine the student's brain is a giant room. Every time they solve a problem, they leave a "footprint" in a specific spot in that room.

  • Correct answers tend to leave footprints in a specific cluster (let's call it the "North" zone).
  • Wrong answers tend to leave footprints in a different cluster (the "South" zone).

At the very beginning, the student is confused, and the footprints are all mixed up in a messy pile in the middle.

2. Stage One: Drawing the Map (Supervised Anchoring)

First, GeoMin takes the small pile of problems with known answers (the labeled data) and has the student solve them.

  • It watches where the footprints land.
  • It draws a clear boundary line between the "North" (Correct) zone and the "South" (Wrong) zone.
  • The Secret Sauce: It specifically pays extra attention to the footprints that land right on the line (the "boundary samples"). It's like a coach shouting, "Hey, you were this close to getting it right! Let's practice that specific move!" This sharpens the line between right and wrong thinking.

3. Stage Two: The Compass (Semi-Supervised Mining)

Now, the student tackles the huge pile of problems without answer keys (the unlabeled data).

  • Instead of just asking, "Does this answer look like the ones we know?" GeoMin asks, "Does the shape of this student's thinking process match the 'North' zone or the 'South' zone?"
  • Even if the answer is new, if the student's internal "footprints" align with the "North" zone, GeoMin knows, "This is a good practice problem, even though we don't have the answer key yet."
  • It uses a smart filter (a "Gaussian Mixture Model," which is just a fancy way of saying a smart sorting machine) to automatically pick the best problems that fit the "North" pattern and ignore the ones that look like "South" mistakes.

The Result

By using this "Geometric Compass," GeoMin is able to find and use 89% of the valuable practice problems that other methods were throwing away.

  • Efficiency: It achieves better results than a student trained on all the answer keys, but it only used 10% of the answer keys to get there.
  • Speed: Because it stops wasting time on bad data and doesn't need a long "warm-up" phase to figure out what to do, it trains twice as fast as the previous best method.

In a Nutshell:
GeoMin stops trying to memorize the answers and starts learning the geometry of correct thinking. By understanding the "shape" of a correct solution, it can confidently guide the AI through thousands of new problems without needing a human to grade every single one.

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 →