File size: 2,955 Bytes
d512df9 2163484 ea20484 2163484 ea20484 d512df9 2163484 ea20484 2163484 72d5d9a 2163484 ea20484 2163484 ea20484 93e1cc6 2163484 93e1cc6 ea20484 2163484 ea20484 93e1cc6 2163484 ea20484 2163484 ea20484 2163484 ea20484 2163484 ea20484 2c48cb1 c0c7d21 0cad1a9 ea20484 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | ---
license: cc-by-4.0
language:
- en
task_categories:
- other
tags:
- scientific-agents
- benchmark
- evaluation
pretty_name: FrontierChallenge
configs:
- config_name: default
data_files:
- split: train
path: manifest.jsonl
---
# FrontierChallenge
FrontierChallenge provides **97 scientific workflow tasks** with plaintext
English instructions, inputs, Harbor definitions, domain labels, and the
redistributable open runtime image.
| Path | Contents |
|---|---|
| `manifest.jsonl` | Dataset Viewer rows with task ID, taxonomy, difficulty, runtime, and instruction |
| `tasks/<task-id>/` | `instruction.md`, task metadata, environment definition, and agent-visible inputs |
| `images/` | Verified `linux/amd64` Docker archive for the 81 open-image tasks |
This repository contains no graders, rubrics, fixtures, or reference outputs.
Those are stored as encrypted archives in the separate
[`apodex/FrontierChallenge-reference`](https://huggingface.co/datasets/apodex/FrontierChallenge-reference)
dataset.
Use the [FrontierChallenge runtime](https://github.com/ApodexAI/FrontierAgent/tree/main/benchmarks/frontierchallenge)
to download both datasets, verify their shared registry, load the image archive,
run Harbor, and score a task:
```bash
git clone https://github.com/ApodexAI/FrontierAgent.git
cd FrontierAgent/benchmarks/frontierchallenge
python -m pip install -e .
HF_TOKEN=hf_... ./scripts/setup.sh --track open
cp .env.example .env
./scripts/run_eval.sh \
--agent claude-code --model <model> \
--include-task-name task_011_cell_migration_wound_healing
```
The 16 ORCA task definitions and inputs are included normally. ORCA itself and
an ORCA-configured image are never distributed; evaluators obtain ORCA from its
official provider and follow the runtime repository's
[local-image tutorial](https://github.com/ApodexAI/FrontierAgent/blob/main/benchmarks/frontierchallenge/docs/providers/orca.md).
Verify a downloaded solve package with:
```bash
python tools/verify_dataset.py
```
## Citation
```bibtex
@misc{apodex11,
title = {Apodex 1.1: Scaling Agentic Intelligence for Complex Work},
author = {{Apodex Team}},
year = {2026},
eprint = {2608.23283},
archivePrefix = {arXiv},
primaryClass = {cs.AI},
url = {https://arxiv.org/abs/2608.23283}
}
@misc{frontierchallenge,
title = {FrontierChallenge: Evaluating Scientific Workflow Completion},
author = {Liangcai Su and Zhaopeng Feng and Zhuo Chen and Zhen Zhang
and Xiang Lin and Ruilin Li and Handuo Zhang and Ning Wang
and Kailong Wen and Yueqi Guo and Feng Xing and Yiling Guo
and Chenxiong Qian and Simon Shaolei Du and Lidong Bing
and Xinyu Wang},
year = {2026},
eprint = {2608.24979},
archivePrefix = {arXiv},
primaryClass = {cs.AI},
url = {https://arxiv.org/abs/2608.24979}
}
```
|