Refresh ASI-Bench dataset card
Browse files
README.md
CHANGED
|
@@ -1,53 +1,52 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: ASI-Bench Generated Instances (Seed 31415)
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
license: apache-2.0
|
| 6 |
size_categories:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
| 18 |
-
information, see the [ASI-Bench repository](https://github.com/apexin-ai/ASI-Bench).
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
```text
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
├──
|
| 26 |
-
├──
|
| 27 |
-
├── .
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 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.
|
|
|
|
|
|