Paper Overview
Field: ML Authors: Shang Zhou, Wenhao Chai, Kaiyuan Liu Released: 2026-05-16 arXiv: 2505.08635
Abstract
Test-time compute scaling is a primary axis for improving LLM reasoning. Existing methods primarily scale depth by extending a single reasoning trace. Scaling breadth by sampling multiple candidates in parallel is straightforward, but introduces a selection bottleneck: choosing the best candidate without a ground-truth verifier, since pointwise LLM judging is noisy and biased.
To address this, the authors introduce OpenDeepThink, a population-based test-time compute framework that selects via pairwise Bradley-Terry comparison.
How It Works
- Each generation, the LLM judges random pairs of candidates.
- Votes are aggregated via Bradley-Terry into a global ranking.
- Top-ranked candidates are preserved.
- The top three quarters are mutated using the natural-language critiques produced during comparison.
- The bottom quarter is discarded.
- Codeforces: +405 effective Elo for Gemini 3.1 Pro across eight sequential LLM call rounds (~27 minutes wall-clock time).
- The pipeline transfers to weaker and stronger models without retuning.
- On the multi-domain HLE benchmark, gains concentrate in objectively verifiable domains, while reversing in subjective domains.
- International grandmaster annotations
- 99% agreement between local evaluation and official verdicts
- arXiv: <https://arxiv.org/abs/2505.08635>
Results
Released Benchmark: CF-73
The authors release CF-73, a curated set of 73 expert-rated Codeforces problems with: