Benchgen

LiveCodeBench v6 — Results

RankModelScore
1qwen3-7-max0.916
2namazu0.9033
3kimi-k2-60.896
4qwen3-7-plus0.896
5nemotron-3-ultra-550b-a55b0.89
6seed-2-0-pro0.878
7qwen3-6-plus0.871
8step-3-5-flash0.864
9kimi-k2-50.85
10glm-4-70.849
11qwen3-6-27b0.839
12qwen3-5-397b-a17b0.836
13kimi-k2-thinking-09050.831
14gpt-oss-120b-high0.819
15seed-2-0-lite0.817
16k-exaone-236b-a23b0.807
17qwen3-5-27b0.807
18mimo-v2-flash0.806
19qwen3-6-35b-a3b0.804
20gemma-4-31b0.8
21qwen3-5-122b-a10b0.789
22gemma-4-26b-a4b0.771
23maple-preview0.751
24qwen3-5-35b-a3b0.746
25qwen3-235b-a22b-thinking-25070.741

LiveCodeBench v6

1 phaseActive

6th generation of the contamination-free competitive coding benchmark — continuously updated with fresh LeetCode, AtCoder, and Codeforces problems. Metric: pass@1.

Overview

LiveCodeBench v6

Category Metric Saturation Contamination

Paper GitHub Dataset

Quick answer: LiveCodeBench v6 is the sixth iteration of the contamination-resistant competitive programming benchmark by Jain et al. (2024). It collects fresh problems from LeetCode, AtCoder, and Codeforces, evaluating models on code generation, self-repair, code execution, and test output prediction. Qwen3.7 Max leads with 91.6% as of August 2026.


What Does LiveCodeBench v6 Test?

LiveCodeBench v6 evaluates large language models on four real-world coding scenarios using problems sourced continuously from competitive programming platforms. Because problems post-date training cutoffs, the benchmark resists contamination and memorisation effects that inflate scores on static benchmarks.

ScenarioWhat it tests
Code generationWrite a correct solution from scratch
Self-repairFix a broken solution given test feedback
Code executionPredict output for a given program
Test output predictionGenerate expected outputs for test cases

How Is LiveCodeBench v6 Scored?

The primary metric is pass@1 — the probability that a single model-generated solution passes all hidden test cases. Scores range from 0 to 1 (reported as a percentage). Problems are weighted equally regardless of difficulty level.


LiveCodeBench v6 vs. LiveCodeBench (Earlier Versions)

Each version of LiveCodeBench incorporates a newer set of problems collected after the previous version's cutoff date. v6 reflects performance on problems released in the most recent window, making it the most up-to-date contamination-free coding signal available.


Key Facts

PropertyValue
PublishedMarch 2024
ProblemsContinuously updated
LanguagesPython (primary)
Metricpass@1
Score range0–1
Top modelQwen3.7 Max (0.916)

FAQ

What is LiveCodeBench v6? LiveCodeBench v6 is the sixth major problem set released by the LiveCodeBench project. It evaluates AI coding ability using fresh competitive programming problems from LeetCode, AtCoder, and Codeforces that were published after model training cutoffs.

How is LiveCodeBench v6 different from HumanEval or MBPP? Unlike HumanEval and MBPP, which are static datasets that models may have memorised during training, LiveCodeBench collects new problems continuously to ensure contamination-free evaluation.

Who created LiveCodeBench? LiveCodeBench was created by Naman Jain, King Han, Alex Gu, Wen-Ding Li, and colleagues, and first described in the paper "LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code" (arXiv 2403.07974).

What score does the best model achieve on LiveCodeBench v6? Qwen3.7 Max currently achieves 0.916 (91.6%), ranking first among 53 evaluated models.