jvzhou commited on
Commit
7cfef43
·
verified ·
1 Parent(s): 1748db1

Refresh ASI-Bench dataset card

Browse files
Files changed (1) hide show
  1. README.md +35 -36
README.md CHANGED
@@ -1,53 +1,52 @@
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
33
- ├── prompt_b4.md
34
- ── data/
35
- ├── reference/
36
- ├── instance_meta.json
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.
 
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
+ - benchmark
10
+ - agents
11
+ - ai-for-science
12
+ - scientific-reasoning
13
  ---
14
 
15
+ <div align="center">
16
 
17
+ # ASI-Bench Generated Instances Seed 31415
 
18
 
19
+ [Website](https://asibench.apexin.ai/) · [GitHub](https://github.com/apexin-ai/ASI-Bench) · [Leaderboard](https://asibench.apexin.ai/leaderboard)
20
+
21
+ </div>
22
+
23
+ ## Dataset Summary
24
+
25
+ [ASI-Bench](https://github.com/apexin-ai/ASI-Bench) evaluates general intelligence, innovation, and autonomous execution through 60 project-level scientific research tasks spanning 11 domains. Each task provides four matched prompt conditions: B1 gives full methodological guidance, B2 identifies the method without the full procedure, B3 provides only the research objective and data, and B4 adds task-irrelevant information to B3.
26
+
27
+ This repository contains the fixed seed `31415` generated instances, including prompts, task inputs, reference artifacts, and available instance-generation metadata.
28
+
29
+ > For complete benchmark information and instructions for downloading, running, and submitting evaluations, see the [ASI-Bench GitHub repository](https://github.com/apexin-ai/ASI-Bench).
30
+
31
+ ## Dataset Structure
32
 
33
  ```text
34
+ tasks/
35
+ ── <task_id>__seed31415/
36
+ ├── prompt_b1.md
37
+ ├── prompt_b2.md
38
+ ├── prompt_b3.md
39
+ ── prompt_b4.md
40
+ ── data/
41
+ │ └── ...
42
+ ├── reference/
43
+ │ └── ...
44
+ ├── instance_meta.json # where available
45
+ ── framework_task_info.json # where available
 
 
 
46
  ```
47
 
48
+ Each directory under `tasks/` is one generated benchmark instance. `data/` contains task inputs, `reference/` contains reference artifacts, and the JSON files record available generation and framework metadata.
 
 
 
 
 
 
 
49
 
50
  ## License
51
 
52
+ Except where otherwise noted, this dataset repository is licensed under the [Apache License 2.0](./LICENSE). Third-party components remain subject to their respective licenses and terms.