| --- |
| license: apache-2.0 |
| configs: |
| - config_name: default |
| data_files: |
| - split: c_verified |
| path: data/multi_swe_bench_c.jsonl |
| - split: go_verified |
| path: data/multi_swe_bench_go.jsonl |
| - split: java_verified |
| path: data/multi_swe_bench_java.jsonl |
| - split: js_verified |
| path: data/multi_swe_bench_js.jsonl |
| - split: ts_verified |
| path: data/multi_swe_bench_ts.jsonl |
| - split: rust_verified |
| path: data/multi_swe_bench_rust.jsonl |
| - split: cpp_verified |
| path: data/multi_swe_bench_cpp.jsonl |
|
|
| language: |
| - en |
| pretty_name: multi-swe-bench |
| --- |
| |
| # Overview |
|
|
| # Dataset Structure |
| ``` |
| data |
| ├── multi_swe_bench_c_RL |
| │ ├── org__repo_dataset.jsonl |
| │ └── ... |
| ├── multi_swe_bench_cpp_RL |
| │ ├── org__repo_dataset.jsonl |
| │ └── ... |
| └── ... |
| |
| ``` |