| pretty_name: ASI-Bench Generated Instances (Seed 31415) | |
| language: | |
| - en | |
| license: apache-2.0 | |
| size_categories: | |
| - n<1K | |
| tags: | |
| - benchmark | |
| - agents | |
| - ai-for-science | |
| - scientific-reasoning | |
| <div align="center"> | |
| # ASI-Bench Generated Instances — Seed 31415 | |
| [Website](https://asibench.apexin.ai/) · [GitHub](https://github.com/apexin-ai/ASI-Bench) · [Leaderboard](https://asibench.apexin.ai/leaderboard) | |
| </div> | |
| ## Dataset Summary | |
| [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. | |
| This repository contains the fixed seed `31415` generated instances, including prompts, task inputs, reference artifacts, and available instance-generation metadata. | |
| > 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). | |
| ## Dataset Structure | |
| ```text | |
| tasks/ | |
| └── <task_id>__seed31415/ | |
| ├── prompt_b1.md | |
| ├── prompt_b2.md | |
| ├── prompt_b3.md | |
| ├── prompt_b4.md | |
| ├── data/ | |
| │ └── ... | |
| ├── reference/ | |
| │ └── ... | |
| ├── instance_meta.json # where available | |
| └── framework_task_info.json # where available | |
| ``` | |
| 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. | |
| ## License | |
| This dataset is licensed under the [Apache License 2.0](./LICENSE). | |