← Latest papers
💬 NLP

Beyond Majority Voting: Towards Fine-grained and More Reliable Reward Signal for Test-Time Reinforcement Learning

This paper introduces SCOPE, a test-time reinforcement learning framework that enhances LLM reasoning by replacing simple majority voting with a dynamic subgroup partitioning and confidence-weighted pseudo-label estimation strategy to mitigate confirmation bias and sparse rewards, achieving significant performance gains on challenging mathematical benchmarks.

Original authors: Weiqin Wang, Yile Wang, Kehao Chen, Hui Huang

Published 2026-04-23
📖 5 min read🧠 Deep dive

Original authors: Weiqin Wang, Yile Wang, Kehao Chen, Hui Huang

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 very smart but slightly confused robot how to solve complex math problems. You don't have a teacher (a human) to check its answers, so you have to rely on the robot to teach itself.

This is the world of Test-Time Reinforcement Learning (TTRL). The current best way to do this is called Majority Voting.

The Old Way: The "Popular Vote" Problem

Imagine you ask the robot to solve a math problem 10 times.

  • 6 times, it gives the answer B.
  • 4 times, it gives the answer D.

The old method says: "Okay, B is the winner because it got the most votes! Let's tell the robot that B is the correct answer and punish it for getting D."

The Problem:
What if B is actually wrong, but the robot just got "stuck" in a loop and kept making the same mistake? Or what if D is the correct answer, but the robot was only 60% sure of it, while it was 99% sure of the wrong answer B?
By blindly following the majority, the robot reinforces its own mistakes. It's like a classroom where the loudest student is always right, even if they are wrong. This is called Confirmation Bias.

Also, the old method only gives a "Yes/No" reward. It's like a teacher saying "Good job" or "Bad job" without explaining why or where you went wrong. This is called Sparse Rewards—it's too vague to help the robot learn deeply.


The New Way: SCOPE (The "Smart Team" Approach)

The authors of this paper propose a new method called SCOPE. Think of it as upgrading the robot's learning process from a chaotic town hall meeting to a structured, high-level strategy session.

SCOPE does two main things to fix the problems above:

1. Listening to Confidence, Not Just Votes (The "Expertise" Analogy)

Instead of just counting how many times an answer appears, SCOPE asks: "How sure was the robot when it gave this answer?"

Imagine the robot is a detective.

  • Answer B (the popular one) was written with shaky hands and a lot of hesitation. The robot was only 40% sure.
  • Answer D (the minority one) was written with a steady hand and clear logic. The robot was 95% sure.

SCOPE says: "Even though B won the popularity contest, D is the better answer because the robot was more confident in its reasoning."
It weights the votes by confidence. It's like ignoring the loud, unsure crowd and listening to the quiet, confident expert. This stops the robot from reinforcing its own errors.

2. Breaking into Small Teams (The "Subgroup" Analogy)

The old method treats all 10 answers as one big group. If everyone agrees on the wrong answer, the whole group is punished.

SCOPE breaks the 10 answers into smaller teams (subgroups).

  • Team 1 might agree on Answer A.
  • Team 2 might agree on Answer B.
  • Team 3 might agree on Answer D.

Now, instead of one big "Yes/No," the robot gets multiple, diverse targets.

  • Team 1 learns to be consistent with Answer A.
  • Team 2 learns to be consistent with Answer B.
  • Team 3 learns to be consistent with Answer D.

This is like having a debate club instead of a lecture. By forcing the robot to find the "best answer" within smaller, independent groups, it encourages the robot to explore different ways of thinking rather than just copying the majority. It prevents the robot from getting stuck in a "groupthink" loop.

The Magic Ingredient: The "Balancing Act"

How does the robot know how big these teams should be? Should it have 1 team of 10, or 10 teams of 1?

SCOPE uses a clever trick called Pareto Optimization. Imagine a seesaw.

  • On one side is Quality (getting the right answer).
  • On the other side is Diversity (trying new, different answers).

If the teams are too small, the robot gets confused by noise. If they are too big, it gets stuck in groupthink. SCOPE automatically adjusts the team size during training to find the perfect balance where the robot learns the most.

The Results: Why It Matters

When the researchers tested this new method:

  • It solved significantly more difficult math problems (like the AIME competition) than the old methods.
  • It helped even smaller, weaker models perform like much larger, smarter ones.
  • It stopped the robot from getting "stuck" in bad habits.

In a Nutshell

The old method was like asking a crowd, "Who is right?" and blindly following the loudest voice.
SCOPE is like asking, "Who is right, and who is most confident they are right?" and then splitting the crowd into small debate groups to ensure everyone is exploring different ideas.

It turns a chaotic, noisy learning process into a precise, confident, and diverse journey toward mastery.

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 →