How a 30B Open Model Reached Olympiad Gold With the Right Recipe episode artwork

EPISODE · May 17, 2026 · 31 MIN

How a 30B Open Model Reached Olympiad Gold With the Right Recipe

from AI Papers: A Deep Dive

How a 30B Open Model Reached Olympiad Gold With the Right Recipe Source: https://arxiv.org/abs/2605.13301 Paper was published on May 13, 2026 This episode was AI-generated on May 16, 2026. The script was written by an AI language model and the host voices were synthesized by Eleven Labs. The producer is not affiliated with Anthropic or Eleven Labs. A thirty-billion-parameter open-source model just matched the top human score on the 2026 USAMO — and the full training recipe is public. The result suggests that olympiad-grade proof reasoning, long assumed to require trillion-parameter frontier systems, may have been more about training procedure than raw scale. Key Takeaways: - Why proof-writing and answer-finding are fundamentally different skills, and how models can score 95% on answer-based math but 20% on proof benchmarks - The reverse-perplexity curriculum: feeding the model its most surprising training examples first, and why it beats both random and easy-first ordering - How a two-stage RL progression — cheap verifiable rewards, then expensive proof-quality rewards — extracts more capability than either alone - The test-time scaling loop where the model writes ~100,000-token proofs, critiques them, and iterates up to 30 times per attempt - The honest asterisks: human-vs-model comparison conditions, grading regime differences, and the substantial inference compute the recipe requires - Where SU-01 is genuinely strong (formally tractable problems) versus where it still fails (global combinatorial structure and delicate invariants) 00:00 - The headline result and why it's different: SU-01 matches the top human USAMO 2026 score using an open 30B mixture-of-experts model with a fully documented recipe. 03:27 - Answer-finding versus proof-writing: Why olympiad problems expose a hidden ceiling that answer-based benchmarks miss, and how the paper frames the core training challenge. 06:55 - Stage one: reverse-perplexity curriculum: The counterintuitive idea of training on the most surprising examples first, with ablations showing it nearly doubles performance over easy-first ordering. 10:23 - Stage two: coarse RL on verifiable answers: Why sequence-level GSPO works for MoE models where standard token-level GRPO breaks down, and how this stage halves the gap to frontier performance. 13:51 - Stage three: refined RL with a proof-grading judge: Moving from answer-correctness to proof-validity rewards, with self-refinement on failures and a low-entropy experience replay buffer for rare successes. 17:19 - Stage four: test-time scaling and 100,000-token proofs: The inference-time loop of drafting, self-critiquing, and iteratively repairing proofs that produces the gold-medal-level scores. 20:46 - The steelman: asterisks on the headline numbers: Honest accounting of grading regime differences, inference compute costs, and what the human-comparison framing does and doesn't support. 24:14 - Where the model is strong and where it fails: A capability map showing SU-01 excels at problems with rigid formal structure but struggles with global combinatorial arguments — including the elegant complex-number solution to USAMO Problem 3. 27:42 - Specializable generalists and what's actually new: The paper's broader claim that training recipe — not just scale — is doing more of the work, and which methodological contributions transfer beyond olympiad math. Recommended Reading: - DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models: Introduces GRPO, the token-level policy optimization algorithm that SU-01's authors deliberately swap out for the sequence-level GSPO to handle their MoE backbone. (https://arxiv.org/abs/2402.03300) - Solving Olympiad Geometry Without Human Demonstrations (AlphaGeometry): The DeepMind approach this episode positions as the contrast case — a bespoke neuro-symbolic olympiad solver, against which SU-01's 'specializable-generalist' recipe is the alternative philosophy. (https://www.nature.com/articles/s41586-023-06747-5) - Let's Verify Step by Step: OpenAI's process-reward work motivates why grading proofs step-by-step (the spirit of SU-01's refined RL stage) outperforms reward signals based only on final-answer correctness. (https://arxiv.org/abs/2305.20050) - Self-Refine: Iterative Refinement with Self-Feedback: An early articulation of the draft–critique–repair loop that SU-01 scales up dramatically in its 100k-token test-time inference procedure. (https://arxiv.org/abs/2303.17651)

How a 30B Open Model Reached Olympiad Gold With the Right Recipe Source: https://arxiv.org/abs/2605.13301 Paper was published on May 13, 2026 This episode was AI-generated on May 16, 2026. The script was written by an AI language model and the host voices were synthesized by Eleven Labs. The producer is not affiliated with Anthropic or Eleven Labs. A thirty-billion-parameter open-source model just matched the top human score on the 2026 USAMO — and the full training recipe is public. The result suggests that olympiad-grade proof reasoning, long assumed to require trillion-parameter frontier systems, may have been more about training procedure than raw scale. Key Takeaways: - Why proof-writing and answer-finding are fundamentally different skills, and how models can score 95% on answer-based math but 20% on proof benchmarks - The reverse-perplexity curriculum: feeding the model its most surprising training examples first, and why it beats both random and easy-first ordering - How a two-stage RL progression — cheap verifiable rewards, then expensive proof-quality rewards — extracts more capability than either alone - The test-time scaling loop where the model writes ~100,000-token proofs, critiques them, and iterates up to 30 times per attempt - The honest asterisks: human-vs-model comparison conditions, grading regime differences, and the substantial inference compute the recipe requires - Where SU-01 is genuinely strong (formally tractable problems) versus where it still fails (global combinatorial structure and delicate invariants) 00:00 - The headline result and why it's different: SU-01 matches the top human USAMO 2026 score using an open 30B mixture-of-experts model with a fully documented recipe. 03:27 - Answer-finding versus proof-writing: Why olympiad problems expose a hidden ceiling that answer-based benchmarks miss, and how the paper frames the core training challenge. 06:55 - Stage one: reverse-perplexity curriculum: The counterintuitive idea of training on the most surprising examples first, with ablations showing it nearly doubles performance over easy-first ordering. 10:23 - Stage two: coarse RL on verifiable answers: Why sequence-level GSPO works for MoE models where standard token-level GRPO breaks down, and how this stage halves the gap to frontier performance. 13:51 - Stage three: refined RL with a proof-grading judge: Moving from answer-correctness to proof-validity rewards, with self-refinement on failures and a low-entropy experience replay buffer for rare successes. 17:19 - Stage four: test-time scaling and 100,000-token proofs: The inference-time loop of drafting, self-critiquing, and iteratively repairing proofs that produces the gold-medal-level scores. 20:46 - The steelman: asterisks on the headline numbers: Honest accounting of grading regime differences, inference compute costs, and what the human-comparison framing does and doesn't support. 24:14 - Where the model is strong and where it fails: A capability map showing SU-01 excels at problems with rigid formal structure but struggles with global combinatorial arguments — including the elegant complex-number solution to USAMO Problem 3. 27:42 - Specializable generalists and what's actually new: The paper's broader claim that training recipe — not just scale — is doing more of the work, and which methodological contributions transfer beyond olympiad math. Recommended Reading: - DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models: Introduces GRPO, the token-level policy optimization algorithm that SU-01's authors deliberately swap out for the sequence-level GSPO to handle their MoE backbone…

NOW PLAYING

How a 30B Open Model Reached Olympiad Gold With the Right Recipe

0:00 31:12

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

MG Show MG Show The MG Show, hosted by Jeffrey Pedersen and Shannon Townsend, is a leading alternative media platform dedicated to uncovering the truth behind today’s most pressing political issues. Launched in 2019, the show has grown exponentially, offering unfiltered insights, comprehensive research, and real-time analysis. With a commitment to independent journalism and factual integrity, the MG Show empowers its audience with knowledge and encourages active participation in the political discourse. Ask A Spaceman Archives - 365 Days of Astronomy Ask A Spaceman Archives - 365 Days of Astronomy Podcasting Astronomy Every Day of the Year French Your Way Jessica: Native French teacher founder of French Your Way Boost your French listening skills and test your comprehension with this one of a kind series of podcasts. Get the chance to listen to a real conversation between native speakers talking at normal speed AND customise your learning experience through carefully designed sets of questions (2 levels of difficulty) available for download at www.frenchvoicespodcast.com. All interviews also come with the transcript. French teacher Jessica interviews native speakers of French from around the world who share a bit of their life and passion. Where else would you meet in one same place a French yoga teacher based in Melbourne, a soap manufacturer from Provence, or a couple cycling around the world? The Small Business Startup School – Business Notes | Financial Literacy | Retail Psychology – For Professionals & Entrepreneurs The Small Business Startup School Inc. Starting or buying a small business? While personal circumstances may vary, business patterns remain timeless. On The Small Business Startup School, we explore strategies, insights, and practical solutions to help entrepreneurs confidently navigate their journey.Hosted by Ola Williams—a retail entrepreneur, fintech founder, and financial coach with over two decades of experience—this podcast marries financial awareness and retail psychology with optimism to deliver actionable takeaways.Join us to learn, grow, and connect as we uncover the keys to business success.Let’s continue to learn together and be encouraged to keep on connecting!

Frequently Asked Questions

How long is this episode of AI Papers: A Deep Dive?

This episode is 31 minutes long.

When was this AI Papers: A Deep Dive episode published?

This episode was published on May 17, 2026.

What is this episode about?

How a 30B Open Model Reached Olympiad Gold With the Right Recipe Source: https://arxiv.org/abs/2605.13301 Paper was published on May 13, 2026 This episode was AI-generated on May 16, 2026. The script was written by an AI language model and the...

Can I download this AI Papers: A Deep Dive episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!