Heads up This site is currently under heavy development.
← all datasets
◆ Evals & benchmarks

LiveCodeBench

MIT

Coding problems collected continuously from contest sites after their release dates, so a model can be scored only on problems newer than its training cutoff.

Summary

Formats
jsonl
License
MIT
Added
2026-09-10

Get it

From the project’s own instructions where it documents any; otherwise a plain clone.

  1. shell
    $ git clone https://github.com/LiveCodeBench/LiveCodeBench.git
  2. shell
    $ cd LiveCodeBench && uv venv --python 3.11 && source .venv/bin/activate && uv pip install -e .

Contents

56 files 3.3 MB repository

  • .py 40
  • .png 6
  • .json 2
  • .lock 2
  • .md 2
  • (no ext) 2
  • .toml 1
  • .yml 1

Use it with

Commands are curated, not yet run by us.

jq — Stream the records one per line to see their shape.

sample.jsonl
$ jq -c . sample.jsonl

DuckDB — Query the file in place with SQL — DuckDB detects CSV, JSON and JSONL by extension.

sample.jsonl
$ duckdb -c 'SELECT * FROM '\''sample.jsonl'\'' LIMIT 10'
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →

    Send us feedback