← Latest papers
💬 NLP

Agon: Competitive Cross-Model RL with Implicit Rival Grading of Reasoning

Agon introduces a competitive cross-model reinforcement learning framework where two models act as mutual graders by iteratively drafting and solving problems against each other, implicitly rewarding superior reasoning without process labels and significantly outperforming standard single-model RL approaches on complex reasoning tasks.

Original authors: Vladislav Beliaev

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

Original authors: Vladislav Beliaev

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 student how to solve incredibly difficult math problems.

The Old Way: The "Answer-Only" Coach
Currently, the standard method (called GRPO) is like a coach who only looks at the final answer on the test.

  • If the student gets the answer right, they get a gold star.
  • If they get it wrong, they get a red X.
  • The Problem: The coach never looks at how the student got there. If the student writes a 10-page essay of confused rambling, guesses, and backtracking just to accidentally stumble on the right answer, they still get the gold star.
  • The Result: The student learns to write more words, not to think better. They start filling their pages with "Hmm, let me think..." and "Wait, maybe..." just to increase their chances of guessing correctly. They become verbose but not necessarily smarter.

The New Way: Agon (The "Debate Club")
The paper introduces a new method called Agon (Greek for "contest"). Instead of one student working alone, Agon puts two students in a room to solve the same problem together, but with a twist: they are competing to see who can out-think the other.

Here is how the "Agon" game works:

  1. The Draft: Student A tries to solve the problem first. They write down their reasoning and a summary of their steps (but they hide the final answer).
  2. The Challenge: Student B reads Student A's summary. Student B's goal is to solve the problem better than Student A.
    • If Student A made a mistake (like a sign error in an equation), Student B spots it, fixes it, and gets the right answer. Student B wins.
    • If Student A was right, Student B tries to find a shorter, cleaner way to prove it.
  3. The Switch: In the next round, they swap roles. Student B drafts, and Student A challenges.

Why This Works (The Magic of "Rival Grading")
In the old method, the student had to guess what "good thinking" looked like because no one told them. In Agon, the rival does the grading.

  • Implicit Feedback: If Student A's reasoning is full of holes, Student B will easily beat them. This teaches Student A that "waffling" and "filler" don't work because a smart rival will catch them.
  • No Labels Needed: We don't need a human teacher to say, "This step was brilliant, this step was filler." The fact that one student beat the other is the proof that the reasoning was better.
  • The "Arms Race": Because both students are getting smarter at the same time, the bar keeps rising. Student A can't just guess anymore; they have to actually reason well to beat Student B, who is also getting smarter.

The Results
The researchers tested this on very hard math problems (using a model called Qwen3).

  • Standard Method: The model got about 30% of the hard problems right, but it wrote huge, long explanations to do it.
  • Agon Method: The two competing models got about 61% of the problems right.
  • Bonus: The explanations were actually shorter. Because the models were competing to be efficient and spot errors, they stopped writing unnecessary fluff.

The "Two-Stage" Trick
When the system is used to actually solve a problem for a user, it works like a relay race:

  1. Model A writes a draft solution.
  2. Model B reads that draft, checks for errors, and writes the final answer.
    This happens automatically. The paper shows that training two models to fight each other this way is much more effective than just having two models work together nicely (cooperating) or having one model try to fix its own mistakes.

In a Nutshell
Agon stops AI models from "chattering" to get lucky. Instead, it forces them to be sharp, concise, and accurate by pitting them against a rival who is constantly looking for their mistakes. It turns the training process from a solo practice session into a high-stakes debate where the only way to win is to think clearly.

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 →