Add task category and paper/project links
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,77 +1,82 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: SWE-bench Science
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
-
tags:
|
| 6 |
-
- code
|
| 7 |
-
- software-engineering
|
| 8 |
-
- scientific-computing
|
| 9 |
-
- coding-agents
|
| 10 |
-
- benchmark
|
| 11 |
-
- long-horizon
|
| 12 |
-
- harbor
|
| 13 |
-
- pier
|
| 14 |
-
size_categories:
|
| 15 |
-
- n<1K
|
| 16 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
configs:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
---
|
| 72 |
|
| 73 |
# SWE-bench Science
|
| 74 |
|
|
|
|
|
|
|
|
|
|
| 75 |
SWE-bench Science evaluates coding agents on software-engineering tasks drawn from scientific-computing repositories. The release contains 119 tasks across 20 scientific domains, with isolated environments and separate programmatic verifiers.
|
| 76 |
|
| 77 |
- **GitHub release repository:** [OpenMOSS/SWE-bench-Science](https://github.com/OpenMOSS/SWE-bench-Science)
|
|
@@ -248,4 +253,4 @@ result paths.
|
|
| 248 |
|
| 249 |
The dataset card, release metadata, and helper tools use the repository's MIT terms. Task source, papers, figures, fixtures, and other third-party materials retain their upstream licenses. The source-license field does not automatically license copied scientific materials; audited material notices and modification notes are retained in the relevant task bundles.
|
| 250 |
|
| 251 |
-
The dataset is independent of GitHub at runtime. After download, materialization and evaluation use the local task bundle and the Docker Hub image digests recorded in `task.toml` and `data/tasks.csv`.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
license: mit
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
pretty_name: SWE-bench Science
|
| 8 |
+
tags:
|
| 9 |
+
- code
|
| 10 |
+
- software-engineering
|
| 11 |
+
- scientific-computing
|
| 12 |
+
- coding-agents
|
| 13 |
+
- benchmark
|
| 14 |
+
- long-horizon
|
| 15 |
+
- harbor
|
| 16 |
+
- pier
|
| 17 |
+
task_categories:
|
| 18 |
+
- other
|
| 19 |
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: test
|
| 23 |
+
path: data/tasks.csv
|
| 24 |
+
features:
|
| 25 |
+
- name: task_id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: science_knowledge_ablation
|
| 28 |
+
dtype: bool
|
| 29 |
+
- name: title
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: domain
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: language
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: repository_url
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: base_commit
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: source_license
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: gpl_family
|
| 42 |
+
dtype: bool
|
| 43 |
+
- name: restricted_license
|
| 44 |
+
dtype: bool
|
| 45 |
+
- name: license_gate
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: material_license
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: material_license_source
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: material_restricted
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: materials_gate
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: materials_manifest_sha256
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: material_licenses
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: materials_provenance
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: restricted_reason
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: environment_image
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: verifier_image
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: image_platform
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: task_path
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: status
|
| 72 |
+
dtype: string
|
| 73 |
---
|
| 74 |
|
| 75 |
# SWE-bench Science
|
| 76 |
|
| 77 |
+
**Paper:** [SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?](https://huggingface.co/papers/2608.19799)
|
| 78 |
+
**Project page:** [https://swescience.github.io/](https://swescience.github.io/)
|
| 79 |
+
|
| 80 |
SWE-bench Science evaluates coding agents on software-engineering tasks drawn from scientific-computing repositories. The release contains 119 tasks across 20 scientific domains, with isolated environments and separate programmatic verifiers.
|
| 81 |
|
| 82 |
- **GitHub release repository:** [OpenMOSS/SWE-bench-Science](https://github.com/OpenMOSS/SWE-bench-Science)
|
|
|
|
| 253 |
|
| 254 |
The dataset card, release metadata, and helper tools use the repository's MIT terms. Task source, papers, figures, fixtures, and other third-party materials retain their upstream licenses. The source-license field does not automatically license copied scientific materials; audited material notices and modification notes are retained in the relevant task bundles.
|
| 255 |
|
| 256 |
+
The dataset is independent of GitHub at runtime. After download, materialization and evaluation use the local task bundle and the Docker Hub image digests recorded in `task.toml` and `data/tasks.csv`.
|