Add task category and paper/project links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +72 -67
README.md CHANGED
@@ -1,77 +1,82 @@
1
  ---
2
- pretty_name: SWE-bench Science
3
  language:
4
- - en
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
- - config_name: default
19
- data_files:
20
- - split: test
21
- path: data/tasks.csv
22
- features:
23
- - name: task_id
24
- dtype: string
25
- - name: science_knowledge_ablation
26
- dtype: bool
27
- - name: title
28
- dtype: string
29
- - name: domain
30
- dtype: string
31
- - name: language
32
- dtype: string
33
- - name: repository_url
34
- dtype: string
35
- - name: base_commit
36
- dtype: string
37
- - name: source_license
38
- dtype: string
39
- - name: gpl_family
40
- dtype: bool
41
- - name: restricted_license
42
- dtype: bool
43
- - name: license_gate
44
- dtype: string
45
- - name: material_license
46
- dtype: string
47
- - name: material_license_source
48
- dtype: string
49
- - name: material_restricted
50
- dtype: string
51
- - name: materials_gate
52
- dtype: string
53
- - name: materials_manifest_sha256
54
- dtype: string
55
- - name: material_licenses
56
- dtype: string
57
- - name: materials_provenance
58
- dtype: string
59
- - name: restricted_reason
60
- dtype: string
61
- - name: environment_image
62
- dtype: string
63
- - name: verifier_image
64
- dtype: string
65
- - name: image_platform
66
- dtype: string
67
- - name: task_path
68
- dtype: string
69
- - name: status
70
- dtype: string
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`.