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

BigCodeBench

Apache-2.0

Practical Python tasks that call many libraries, with complete and instruct splits (ICLR 2025). The repository is archived.

Summary

🎉 Check out our latest work! 🌟 BigCodeArena 🌟 🚀 Open Evaluation Platform on AI for Vibe Coding 🚀 ✨ 100% free to use the latest frontier models! ✨
from the project README
Formats
jsonl
License
Apache-2.0
Added
2026-09-10

Get it

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

  1. shell
    $ pip install bigcodebench --upgrade

    Evaluation runs remotely by default.

Contents

72 files 6.7 MB repository

  • .py 40
  • .txt 8
  • .dockerfile 4
  • .yml 4
  • (no ext) 3
  • .sh 3
  • .json 2
  • .md 2

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