paper-with-me

홈 › Papers

Post-Training Language Models for Gold-Medal Performance in Coding Competitions

2026-09-02 · Aleksander Ficek, Sean Narenthiran, Mehrzad Samadi, Somshubra Majumdar, Boris Ginsburg hf

Competitive programming has become a key test of large language model reasoning, with international competitions such as IOI and ICPC representing its most challenging settings. We present an end-to-end specialization pipeline combining large-scale problem curation, synthetic reasoning traces, supervised fine-tuning (SFT), and reinforcement learning (RL). Using 22,000 curated problems, we train Nemotron-3-Nano-CC (30B-A3B) with SFT and RL and Nemotron-3-Ultra-CC (550B-A55B) with SFT alone. We further introduce GenCorrect, a feedback-driven test-time compute strategy that iteratively generates, evaluates, and refines diverse solutions. On IOI 2025, Nano-CC improves from 130 points to 291 after post-training and to 468 with GenCorrect, exceeding the gold threshold of 438.3 while Ultra-CC reaches 502. Guided by these results, we develop a competition-specific Ultra-CC system and evaluate it prospectively during IOI 2026. Under the same time, internet-access, and submission constraints as human contestants, it scores 535.4 out of 600, exceeding both the gold threshold of 361.12 and the top human score of 498.27. To our knowledge, this is the first AI system to outscore the highest-scoring human contestant on an IOI problem set.

📄 PDF Abstract BibTeX arXiv:2609.02849

Code (1)

Valiant-Cat/hfpaper

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling

2026-05-13 · Yafu Li, Runzhe Zhan, Haoran Zhang, Shunkai Zhang 외 arxiv

Recent progress in reasoning models has substantially advanced long-horizon mathematical and scientific problem solving, with several systems now reaching gold-medal-level performance on International Mathematical Olympi…

An Open Recipe for IMO Gold: Training Nemotron for Olympiad Mathematics

2026-09-09 · Ivan Moshkov, Stephen Ge, George Armstrong, Wei Du 외 hf

We study how model post-training and test-time inference design affect natural-language proof generation for hard olympiad mathematics. Starting from Nemotron 3 Ultra, we train two specialist checkpoints using supervised…

Reinforcement Learning

Scaling Test-Time Compute to Achieve IOI Gold Medal with Open-Weight Models

2025-10-16 · Mehrzad Samadi, Aleksander Ficek, Sean Narenthiran, Siddhartha Jain 외 arxiv

Competitive programming has become a rigorous benchmark for evaluating the reasoning and problem-solving capabilities of large language models (LLMs). The International Olympiad in Informatics (IOI) stands out as one of …

Physics Supernova: AI Agent Matches Elite Gold Medalists at IPhO 2025

2025-09-01 · Jiahao Qiu, Jingzhe Shi, Xinzhe Juan, Zelin Zhao 외 arxiv

Physics provides fundamental laws that describe and predict the natural world. AI systems aspiring toward more general, real-world intelligence must therefore demonstrate strong physics problem-solving abilities: to form…

Gold-medalist Performance in Solving Olympiad Geometry with AlphaGeometry2

2025-02-05 · Yuri Chervonyi, Trieu H. Trinh, Miroslav Olšák, Xiaomeng Yang 외

We present AlphaGeometry2, a significantly improved version of AlphaGeometry introduced in Trinh et al. (2024), which has now surpassed an average gold medalist in solving Olympiad geometry problems. To achieve this, we …

Language ModelingLanguage ModellingMathSynthetic Data Generation