jvzhou commited on
Commit
1748db1
·
verified ·
1 Parent(s): 89a4990

Simplify dataset card

Browse files

Keep only the dataset structure and license sections, and direct all other documentation to the public ASI-Bench repository.

Files changed (1) hide show
  1. README.md +17 -151
README.md CHANGED
@@ -1,74 +1,32 @@
1
  ---
2
- pretty_name: ASI-Bench Generated Instances (Seed 31415 Snapshot)
3
  language:
4
  - en
5
  license: apache-2.0
6
  size_categories:
7
  - n<1K
8
- annotations_creators:
9
- - machine-generated
10
- source_datasets:
11
- - original
12
  tags:
13
  - ai-for-science
14
  - benchmark
15
- - scientific-reasoning
16
  - agents
17
- - agent-evaluation
18
- - code-generation
19
- - multimodal
20
- - text
21
- - tabular
22
- - timeseries
23
  ---
24
 
25
  # ASI-Bench Generated Instances
26
 
27
- This repository is a file-based snapshot of generated task instances from
28
- [Agent-AI4Sci-Bench](https://github.com/apexin-ai/Agent-AI4Sci-Bench), a
29
- benchmark for evaluating agents on project-level AI-for-Science problems.
30
-
31
- The snapshot contains **60 task instances**, **1,530 files**, and approximately
32
- **113 MiB** of data. Each task provides four prompt variants, public input data,
33
- and generated reference artifacts. It is intended for benchmark development,
34
- reproducibility studies, scorer validation, and local evaluation research.
35
-
36
- > **Answer-leakage warning:** every task directory contains `reference/`
37
- > artifacts. These are ground-truth or validation materials and are public in
38
- > this repository. Do not expose them to an evaluated agent, and do not use this
39
- > snapshot for a blind public leaderboard. Use separately generated private
40
- > instances for contamination-resistant evaluation.
41
-
42
- ## Scientific domains
43
-
44
- | Domain | Tasks |
45
- |---|---:|
46
- | Astronomy | 3 |
47
- | Biology | 6 |
48
- | Biostatistics | 1 |
49
- | Chemistry | 6 |
50
- | Computer science | 9 |
51
- | Earth science | 4 |
52
- | Electrical engineering | 2 |
53
- | Materials science | 2 |
54
- | Mathematics | 12 |
55
- | Physics | 8 |
56
- | Robotics | 7 |
57
- | **Total** | **60** |
58
-
59
- ## Repository structure
60
 
61
- This is not a conventional row-oriented dataset and does not define standard
62
- train, validation, or test splits. Root-level metadata is separated from the
63
- generated benchmark instances under `tasks/`:
64
 
65
  ```text
66
  .
67
  ├── README.md
 
68
  ├── metadata.json
69
  ├── .gitattributes
70
  └── tasks/
71
- └── <domain>.<task_id>__seed31415/
72
  ├── prompt_b1.md
73
  ├── prompt_b2.md
74
  ├── prompt_b3.md
@@ -79,109 +37,17 @@ generated benchmark instances under `tasks/`:
79
  └── framework_task_info.json
80
  ```
81
 
82
- - `prompt_b1.md` through `prompt_b4.md` are four disclosure levels of the task
83
- prompt.
84
- - `data/` contains the files that may be provided to the evaluated agent.
85
- - `reference/` contains generated answers, diagnostics, or other validation
86
- artifacts and must be isolated from the agent during evaluation.
87
- - `instance_meta.json` and `framework_task_info.json` record instance and
88
- framework provenance.
89
 
90
- Schemas vary by task. Files include Markdown, JSON, CSV, Python, NumPy arrays
91
- (`.npy` and `.npz`), and images. Consumers should treat each task as a directory
92
- contract rather than concatenate the repository into a single table.
93
-
94
- ## Download
95
-
96
- Using the Hugging Face CLI:
97
-
98
- ```bash
99
- hf download Apexintelligence-AI/ASI-Bench-seed31415 \
100
- --repo-type dataset \
101
- --local-dir ASI-Bench-seed31415
102
- ```
103
-
104
- Or with Git and Git LFS:
105
-
106
- ```bash
107
- git lfs install
108
- git clone https://huggingface.co/datasets/Apexintelligence-AI/ASI-Bench-seed31415
109
- ```
110
 
111
- ## Recommended evaluation use
112
-
113
- 1. Select exactly one prompt level (`b1`–`b4`) for a run.
114
- 2. Give the agent only that prompt and the corresponding `data/` directory.
115
- 3. Keep `reference/` and framework-only metadata outside the agent's readable
116
- workspace.
117
- 4. Run the matching scorer from the recorded Agent-AI4Sci-Bench source commit.
118
- 5. Record the task ID, prompt level, source commit, actual generation seed,
119
- runtime, dependencies, and agent configuration with every result.
120
-
121
- The repository contains instances and reference artifacts, not a complete
122
- leaderboard protocol. Reproducible comparisons additionally require the
123
- matching benchmark code, scorer configuration, runtime dependencies, and
124
- execution limits.
125
-
126
- ## Intended uses
127
-
128
- - Reproducing and auditing AI-for-Science benchmark tasks.
129
- - Developing agent harnesses, sandboxes, and scorer integrations.
130
- - Studying how prompt disclosure level affects agent behavior.
131
- - Testing data loading and output validation for heterogeneous scientific
132
- workflows.
133
- - Creating demonstrations or tutorials where public reference answers are
134
- acceptable.
135
-
136
- ## Out-of-scope uses
137
-
138
- - Reporting this public snapshot as a contamination-resistant benchmark.
139
- - Allowing an evaluated agent to read `reference/` or framework-only metadata.
140
- - Treating scores from different prompt levels, scorer versions, or runtime
141
- limits as directly comparable without disclosure.
142
- - Assuming the task collection represents all scientific fields, methods, or
143
- real-world deployment conditions.
144
-
145
- ## Limitations and responsible use
146
-
147
- - The snapshot contains only one generated instance per task, so it does not
148
- measure variation across seeds.
149
- - Two tasks use a generation seed different from their folder suffix; consult
150
- `metadata.json`.
151
- - One included task has source status `test`, while the others have status
152
- `final`.
153
- - Public reference artifacts create a substantial risk of evaluation leakage,
154
- memorization, and benchmark gaming.
155
- - Tasks have heterogeneous schemas, dependencies, resource demands, scoring
156
- logic, and numerical tolerances.
157
- - Prompts are in English and the domain distribution is not balanced.
158
- - Generated or simulated scientific tasks may simplify assumptions found in
159
- real research workflows and should not be used to support scientific,
160
- medical, safety-critical, or policy decisions without independent review.
161
- - The dataset was not designed to contain personal information, but no formal
162
- privacy audit is claimed. Users publishing derived artifacts should review
163
- them for unintended sensitive content.
164
-
165
- ## Licensing
166
 
167
  Except where otherwise noted, this dataset repository is licensed under the
168
- [Apache License 2.0](LICENSE). The license permits use, reproduction,
169
- modification, and distribution subject to its conditions, including applicable
170
- notice and attribution requirements.
171
-
172
- The Apache License applies only to material for which the dataset maintainers
173
- have authority to grant those rights. Some task inputs, dependencies, or bundled
174
- third-party components may have separate terms that continue to apply; the
175
- dataset license does not replace them. Users should review the
176
- [source repository](https://github.com/apexin-ai/Agent-AI4Sci-Bench), relevant
177
- task directories, and third-party notices before reuse.
178
-
179
- ## Maintenance and versioning
180
-
181
- This is a pinned generated snapshot, not a continuously synchronized mirror of
182
- the upstream `main` branch. Changes to the upstream benchmark after the recorded
183
- commit are not automatically reflected here. Consult `metadata.json` and the
184
- Hugging Face commit ID when reporting results.
185
-
186
- For questions or corrections, use the repository's Hugging Face Discussions or
187
- the upstream GitHub issue tracker.
 
1
  ---
2
+ pretty_name: ASI-Bench Generated Instances (Seed 31415)
3
  language:
4
  - en
5
  license: apache-2.0
6
  size_categories:
7
  - n<1K
 
 
 
 
8
  tags:
9
  - ai-for-science
10
  - benchmark
 
11
  - agents
12
+ - scientific-reasoning
 
 
 
 
 
13
  ---
14
 
15
  # ASI-Bench Generated Instances
16
 
17
+ For usage instructions, task definitions, evaluation details, and all other
18
+ information, see the [ASI-Bench repository](https://github.com/apexin-ai/ASI-Bench).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
+ ## Dataset structure
 
 
21
 
22
  ```text
23
  .
24
  ├── README.md
25
+ ├── LICENSE
26
  ├── metadata.json
27
  ├── .gitattributes
28
  └── tasks/
29
+ └── <instance-id>/
30
  ├── prompt_b1.md
31
  ├── prompt_b2.md
32
  ├── prompt_b3.md
 
37
  └── framework_task_info.json
38
  ```
39
 
40
+ Each directory under `tasks/` is one generated benchmark instance.
 
 
 
 
 
 
41
 
42
+ - `prompt_b1.md` through `prompt_b4.md` contain the four prompt variants.
43
+ - `data/` contains the task input files.
44
+ - `reference/` contains the reference answer and validation artifacts.
45
+ - `instance_meta.json` records generation metadata.
46
+ - `framework_task_info.json` records framework and re-evaluation metadata.
47
+ - `metadata.json` is the dataset-level manifest.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
+ ## License
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  Except where otherwise noted, this dataset repository is licensed under the
52
+ [Apache License 2.0](LICENSE). Third-party components remain subject to their
53
+ respective licenses and terms.