Reasoning Arena: Trace Tournaments When Verifiable Rewards Fall Short

28d ago · Global · primary source: export.arxiv.org

A new training framework called Reasoning Arena aims to improve large language model reasoning by salvaging data that standard reinforcement learning with verifiable rewards discards, according to a paper posted on arXiv [1]. Reinforcement learning with verifiable rewards (RLVR) has become a leading method for enhancing reasoning in large language models, which are neural networks trained on vast text corpora for tasks such as generation and analysis [1][8]. The approach relies on outcome-based supervision, but a persistent weakness emerges when all sampled reasoning traces for a given prompt receive identical rewards. In those cases, group-relative advantage estimation provides no gradient signal, even if the traces differ markedly in quality [1]. The researchers propose Reasoning Arena, an adaptive framework that routes such non-diverse reward groups to a judge system instead of discarding them [1]. The system constructs trace tournaments, pitting reasoning traces against one another head-to-head to expose finer-grained preferences and convert reasoning quality into richer relative reward signals [1]. To keep the process computationally feasible, each new trace is evaluated against a small, dynamically updated pool of previously generated traces that serve as anchors, and a Bradley-Terry model is fitted on the resulting incomplete comparison graph. This avoids the quadratic pairwise comparisons a full tournament would require [1]. Empirical tests on competition mathematics and coding benchmarks showed Reasoning Arena outperformed the RLVR baseline by 7.6% on average [1]. The framework also accelerated training by 27% to 41% and reduced generation compute by nearly 50% by converting otherwise wasted zero-advantage samples into useful gradient updates [1]. The paper was submitted to arXiv on June 8, 2026, under the machine learning category [1]. arXiv, founded in 1991, is an open-access repository that hosts electronic preprints across physics, mathematics, computer science and other fields, and now receives roughly 24,000 submissions per month [6]. The platform also supports arXivLabs, a community collaboration framework that allows third-party developers to build experimental tools on article pages, such as bibliographic explorers and code linkers [5].

research-paperapplicationtool-release

Background sources we checked (7)
  • arxiv.org ↗ Reinforcement learning with verifiable rewards (RLVR) has become a leading paradigm for improving the reasoning ability of large language models through outcome-based supervision. However, verifiable rewards frequently become uninformative at the group level: when all sampled tra…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …

Sources

Spot something wrong? Report an issue