LiveCodeBench Pro: How Do Olympiad Medalists Judge LLMs in Competitive Programming?
Zihan Zheng, Zerui Cheng, Zeyu Shen, Shang Zhou, Kaiyuan Liu, Hansen He, Dongruixuan Li, Stanley Wei, Hangyi Hao, Jianzhu Yao, Peiyao Sheng, Zixuan Wang, Wenhao Chai, Aleksandra Korolova, Peter Henderson, Sanjeev Arora, Pramod Viswanath, Jingbo Shang, Saining Xie
TL;DR
LiveCodeBench Pro tackles whether LLMs truly match top competitive programmers by providing a live, contamination‑free benchmark sourced from Codeforces, ICPC, and IOI, with expert annotations that diagnose problem categories and cognitive focus. The authors show that frontier models remain limited in nuanced algorithmic reasoning and edge‑case handling, though they can perform well on structured, knowledge‑heavy tasks and improve with pass@k and tool augmentation. Key contributions include a live curation pipeline, fine‑grained taxonomy, and Bayesian Elo‑based human–model comparability, all enabling granular diagnostics rather than a single pass/fail metric. The work reveals a persistent gap to human grandmasters on hard problems while offering diagnostics to steer future improvements in code‑centric LLM reasoning and tool use.
Abstract
Recent reports claim that large language models (LLMs) now outperform elite humans in competitive programming. Drawing on knowledge from a group of medalists in international algorithmic contests, we revisit this claim, examining how LLMs differ from human experts and where limitations still remain. We introduce LiveCodeBench Pro, a benchmark composed of problems from Codeforces, ICPC, and IOI that are continuously updated to reduce the likelihood of data contamination. A team of Olympiad medalists annotates every problem for algorithmic categories and conducts a line-by-line analysis of failed model-generated submissions. Using this new data and benchmark, we find that frontier models still have significant limitations: without external tools, the best model achieves only 53% pass@1 on medium-difficulty problems and 0% on hard problems, domains where expert humans still excel. We also find that LLMs succeed at implementation-heavy problems but struggle with nuanced algorithmic reasoning and complex case analysis, often generating confidently incorrect justifications. High performance appears largely driven by implementation precision and tool augmentation, not superior reasoning. LiveCodeBench Pro thus highlights the significant gap to human grandmaster levels, while offering fine-grained diagnostics to steer future improvements in code-centric LLM reasoning.
