Post-Training Language Models for Gold-Medal Performance in Coding Competitions
Aleksander Ficek, Sean Narenthiran, Mehrzad Samadi, Somshubra Majumdar, Boris Ginsburg
arXiv:2609.02849v1Today’s standout is a paper showing that large language models can be pushed all the way to gold-medal performance in competitive programming. The problem it tackles is not just writing code, but solving hard algorithmic tasks under strict contest constraints: no internet, limited time, and exact scoring. The authors build an end-to-end specialization pipeline with 22,000 curated problems, synthetic reasoning traces, supervised fine-tuning, and reinforcement learning. They also add a test-time strategy called GenCorrect, which repeatedly generates, evaluates, and refines candidate solutions. The result is striking: their smaller model jumps from a modest score to above the gold threshold at IOI 2025, and a larger system later beats the top human score on an IOI problem set. Why this matters is bigger than one competition. It shows that with the right training and search loop, models can move from producing plausible code to reliably solving deep, exact, multi-step problems at a level that starts to rival elite human programmers.
Also spotted that day
Previous daily papers