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

SWE-bench

MIT

Real GitHub issues with tests, used to measure whether a coding agent can resolve them end to end.

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/SWE-bench/SWE-bench.git
  2. shell
    $ cd SWE-bench && pip install -e .

    Evaluation runs in Docker, so install that first. The task instances are on Hugging Face (SWE-bench, Lite, Verified, Multimodal).

Contents

679 files 78.7 MB repository

  • .yml 507
  • .py 109
  • .md 25
  • .lock 17
  • .png 4
  • .sh 4
  • .svg 4
  • .css 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