Datasets:

Languages:
English
ArXiv:
License:

You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

FrontierChallenge reference data

FrontierChallenge reference data provides 97 authenticated, encrypted verifier archives.

Path Contents
tasks/<task-id>/verifier.fcref encrypted tests/: grader, rubric, fixtures, validation code, and reference outputs
manifest.jsonl archive paths, sizes, and SHA-256 commitments
source_registry.json release binding shared with GitHub and the solve dataset
tools/ integrity checker and standalone unsealer

The archive password is public:

frontier-challenge-reference

Encryption prevents casual search-engine and Dataset Viewer indexing; it is not access control. Anyone evaluating the benchmark can unseal an archive:

python tools/unseal_verifier.py tasks/<task-id>

Normal evaluation does not require manual unsealing. The GitHub runner verifies the solve/reference registry, copies the selected archive into evaluator-owned staging, authenticates and decrypts tests/, and gives Harbor that staged task. Harbor exposes the instruction and environment to the agent but reserves tests/ for its verifier phase.

This repository deliberately contains no instructions, task inputs, or runtime environments. Verify a downloaded reference package with:

python tools/verify_reference_dataset.py

Citation

@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       = {Su, Liangcai and Feng, Zhaopeng and Chen, Zhuo and Zhang, Zhen
                  and Lin, Xiang and Li, Ruilin and Zhang, Handuo and Wang, Ning
                  and Wen, Kailong and Guo, Yueqi and Xing, Feng and Guo, Yiling
                  and Qian, Chenxiong and Du, Simon Shaolei and Bing, Lidong
                  and Wang, Xinyu},
  year         = {2026}
}
Downloads last month
13

Paper for apodex/FrontierChallenge-reference