← all datasets
from the project README
◆ Evals & benchmarks
ByteDance Multi-SWE-bench
Apache-2.0ByteDance Seed's issue-resolving benchmark across Java, TypeScript, JavaScript, Go, Rust, C and C++ — SWE-bench beyond Python.
Summary
👋 Hi, everyone! We are ByteDance Seed team. You can get to know us better through the following channels👇
- 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.
-
$ git clone https://github.com/multi-swe-bench/multi-swe-bench.git
The README clones over SSH; this is the same repository over HTTPS.
-
$ cd multi-swe-bench && make install
The instances (full, mini and flash) are published on Hugging Face under ByteDance-Seed.
Contents
2,638 files 5.1 MB repository
-
.py2,607 -
.xlsx7 -
.md6 -
(no ext)5 -
.png5 -
.txt3 -
.jpg1 -
.json1
Use it with
Commands are curated, not yet run by us.
jq — Stream the records one per line to see their shape.
$ jq -c . sample.jsonl
DuckDB — Query the file in place with SQL — DuckDB detects CSV, JSON and JSONL by extension.
$ duckdb -c 'SELECT * FROM '\''sample.jsonl'\'' LIMIT 10'