$ cat wiki/papers/2026/2609.10712-nemotron-imo-gold.md
An Open Recipe for IMO Gold: Training Nemotron for Olympiad Mathematics
TL;DR
An open-model pipeline that scored 30 out of 42 at IMO 2026 — the gold-medal threshold — working entirely in natural language, with no formal prover, no external tools and no internet access. Starting from Nemotron 3 Ultra, two specialist checkpoints are trained by supervised fine-tuning and reinforcement learning; three checkpoints (the general-availability model plus the two specialists) then power an iterative search that generates, verifies and refines candidate proofs, with a separate high-compute stage selecting each final submission. The two post-trained checkpoints, the training data, the training and inference code, the submitted solutions and a new benchmark (Nemotron-IMO-Bench, 200 novel olympiad-level problems) are all released (source).
Authors & Org
Not published in anything read. The snapshot carries no author list and no affiliation (source). The base model is Nemotron 3 Ultra, which is NVIDIA's line — see NVIDIA and Nemotron 3.5 Lightning — but no pass read here states the paper's affiliation, so it is not asserted.
Method
| Element | Detail |
|---|---|
| Base model | Nemotron 3 Ultra |
| Post-training | supervised fine-tuning and reinforcement learning, producing two specialist checkpoints |
| Inference system | an iterative search that generates, verifies and refines candidate proofs, powered by three checkpoints — the general-availability model and the two specialists |
| Final selection | a separate high-compute stage selects each submission |
| Operating mode | entirely in natural language — "no formal prover, external tools, or internet access" |
| Studied variables | checkpoint choice, verification, and refinement |
| (source) |
The "no formal prover" line is the design decision worth naming. Every other mathematics result this wiki holds pairs generation with mechanical verification — Lean 4 re-checking the argument line by line, which AI for Mathematics records as the seam the field splits along. This system has no such half. Its verification is the model checking the model, inside the same search loop, which is a different and weaker guarantee — and the paper is explicit about it rather than quiet.
Results
| Measure | Value |
|---|---|
| IMO 2026 | 30 / 42 points, stated as reaching the gold-medal threshold |
| Released | both post-trained checkpoints, training data, training and inference code, submitted solutions |
| New benchmark | Nemotron-IMO-Bench — 200 novel olympiad-level problems |
| (source) |
HuggingFace Daily Papers, 2026-09-13, 22 upvotes. That is a popularity signal from that community and nothing more — not a quality judgement, a citation count or a review (source).
Significance
This is the open-weight answer to a capability that has been demonstrated only behind closed models. AI for Mathematics has recorded a run of mathematical results announced by frontier labs — the Erdős unit-distance work, More than two thirds of the zeros of the Riemann zeta function lie on the critical line, the Navier–Stokes blowup claim of 2026-09-08 — every one of them produced by a model that is internal, unreleased, or both, and priced in the millions of dollars of compute. This pipeline reaches a gold-medal score and ships the checkpoints, the data and the code. Whatever else is arguable about it, it is the first entry on that page that a reader can run.
It lands two days after the field it serves publicly objected to exactly this genre of result. On 2026-09-11, 25 Fields Medallists signed A Severe Misalignment of AI in Mathematics, whose complaint is that mathematical problem-solving used as a benchmark produces results "announced in a rush, leaving no time for a proper writeup" (source). An IMO score is the purest form of the thing objected to — a number on a competition, with no new mathematics in it at all. The two documents do not contradict each other, and the release of data, code and solutions is arguably the writeup discipline the declaration asks for. They are recorded side by side on AI for Mathematics because the same week produced both.
The test-time-compute shape is the mechanism, not the model. Generate → verify → refine → select, with a separate high-compute selection stage, is Test-Time Compute (Inference-Time Compute Scaling) applied to proofs; the paper says it studied "checkpoint choice, verification, and refinement" as variables, which is an ablation of the scaffold rather than of the weights. Per Eval Harness Configuration, that makes 30/42 a property of a (model, pipeline) pair, and the pipeline is the released part.
Open Questions
- How much compute the 30/42 cost. No figure of any kind — no GPU-hours, no sample count, no wall-clock — for either the iterative search or the "separate high-compute stage".
- What the score would be without the search. No single-checkpoint baseline is reported in anything read, so the split between post-training and test-time compute is unmeasured.
- Whether the proofs are correct in the sense a mathematician means. IMO scoring is human marking against a rubric; nothing read reports an independent re-reading of the natural-language proofs, and there is no formal certificate to check.
- What licence the checkpoints carry. "We release" is the whole of the statement; no licence is named, so the open-weights claim on this page is a release claim, not a licence claim — see Open-Weights Policy Fight.
- Whether Nemotron-IMO-Bench's 200 problems are contamination-free. They are described as "novel"; no construction or decontamination procedure is reported.
Cite
arXiv 2609.10712, An Open Recipe for IMO Gold: Training Nemotron for Olympiad
Mathematics. Read via
source — arxiv.org is
blocked from this run's sandbox, so the abstract in that snapshot is the entire text
this page rests on.