← Latest papers
🤖 AI

CoRE: Consensus Rewards via Equilibrium for Test-Time Reinforcement Learning

The paper introduces CoRE, a test-time reinforcement learning method that replaces brittle majority voting with graph-based consensus rewards derived from replicator dynamics to provide graded, self-supervised signals that improve accuracy and convergence speed across diverse models and benchmarks.

Original authors: Ambuj Mehrish, Sebastiano Vascon

Published 2026-08-11
📖 6 min read🧠 Deep dive

Original authors: Ambuj Mehrish, Sebastiano Vascon

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 a super-smart robot is trying to learn how to solve a tricky puzzle, but nobody is there to tell it if it got the answer right. This is the daily life of modern AI models when they face new, unlabeled questions. To learn, these models usually need a teacher to say, "Good job!" or "Try again!" based on a correct answer key. But what happens when there is no answer key? This is where a field called Test-Time Reinforcement Learning comes in. It's a clever trick where the AI tries to teach itself by generating many different attempts (called "roll-outs") at the same problem and then looking at its own work to figure out what to believe.

The standard way to do this is like a classroom vote. If the AI generates 64 different answers, it simply counts them up. If 35 say "42" and 29 say "17," the AI assumes "42" is the truth because it has the most votes. It then rewards every attempt that said "42" and punishes the rest. This works well most of the time, but it has a fatal flaw: it treats a lucky guess the same as a brilliant, well-reasoned solution, and it ignores the possibility that the "majority" might be confidently wrong. If a small group of smart, confident attempts says "17" while a larger, confused group shouts "42," the voting system will crush the smart minority. This paper asks: Can we build a smarter way for the AI to listen to itself, one that values how the answers agree, not just how many agree?


The Problem with the Ballot Box

Imagine a group of detectives trying to solve a crime. In the old way (the "Majority Vote" method), they just raise their hands. If 60 detectives point to the butler and 40 point to the gardener, the butler is guilty. But what if the 60 pointing at the butler are all confused, while the 40 pointing at the gardener are actually the only ones who read the clues correctly? The voting system would punish the smart detectives and reward the confused ones, making the whole team dumber over time.

This is exactly what happens to AI models using standard Test-Time Reinforcement Learning. They generate a bunch of answers, count the winners, and assume the winner is right. If the AI makes a systematic mistake that happens to be popular, it reinforces that mistake. It's like a broken democracy where the loudest voice wins, even if they are shouting nonsense.

Enter CoRE: The Detective's Roundtable

The authors of this paper, Ambuj Mehrish and Sebastiano Vascon, propose a new method called CoRE (Consensus Rewards via Equilibrium). Instead of just counting heads, CoRE treats the AI's attempts like a complex web of relationships.

Here is how it works, using a simple analogy:
Imagine the AI's 64 attempts are people sitting in a room.

  1. The Graph: Instead of just shouting answers, these people form a giant web of connections. Two people are connected if they gave the same answer. But the connection isn't just "yes/no." It's weighted by how similar their reasoning was (did they use the same logic?) and how confident they sounded (did they speak with certainty?).
  2. The Equilibrium: The system then runs a mathematical simulation called "replicator dynamics." Think of this as a game of musical chairs where the people who are most supported by their confident, logical neighbors start to stand up and form a tight, strong circle. The "dominant set" is the group that holds the most mutual support.
  3. The Reward: Instead of giving a simple "pass" or "fail" to everyone who voted for the winner, CoRE gives a graded score. If your answer was part of a tight, confident, logical circle, you get a high reward. If you were part of a weak, confused group, you get a low reward. Even if you were in the minority, if your group was the most coherent and confident, CoRE might actually pick you as the winner.

What They Found

The researchers tested this new "CoRE" method against the old "Majority Vote" method across seven different AI models and five different math and science benchmarks. They ran the experiments with three different random seeds (basically, three different starting conditions) to make sure the results were real.

The results were quite promising:

  • Better Scores: On average, the models using CoRE improved their accuracy by 21.7 points compared to their starting point without any learning. The old voting method only improved by 20.4 points.
  • Winning the Contested Battles: The real magic happened when the answers were split. In situations where the AI was unsure and the "vote" was close, CoRE beat the voting method by up to 7.5 points. It successfully rescued the "smart minority" that the voting system would have ignored.
  • Faster Learning: CoRE didn't just get better; it got there faster. It reached the same final accuracy level as the voting method in 54% to 70% fewer steps. This suggests that the graded, nuanced rewards from CoRE give the AI a clearer, more helpful signal to learn from.

The "Recovery Zone"

The paper also explains when this works best. They found a specific "recovery zone." If the AI is so bad that it can't solve the problem at all, or so good that everyone agrees perfectly, CoRE acts just like the old voting method (which is fine). But in the messy middle ground—where there is a small group of correct, confident answers fighting against a larger group of wrong, confident answers—CoRE shines.

The authors showed mathematically that if the correct answers are even slightly more confident than the wrong ones, CoRE can flip the script and pick the right answer, even if it's the minority. It's like a wise judge who realizes that the 40 detectives with the solid alibi are more trustworthy than the 60 detectives who just guessed.

The Bottom Line

This paper suggests that we don't need to throw away the voting system entirely; CoRE actually includes voting as a special case. But by adding a layer of "social intelligence"—looking at how the answers support each other and how confident they are—we can turn a brittle, all-or-nothing vote into a smart, calibrated reward system.

The authors are careful to note that this isn't a magic wand that fixes everything. If the AI is completely lost (the "competence floor"), CoRE can't invent a correct answer out of thin air. But for the tricky problems where the AI is almost right but gets confused by the crowd, CoRE suggests a way to listen to the quiet, confident voice of reason rather than just the loudest shout. It turns a simple headcount into a sophisticated conversation, helping AI models learn faster and smarter from their own mistakes.

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 →