CoolFace
Datasetpublic

apodex/FrontierChallenge

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… See the full description on the dataset page: https://huggingface.co/datasets/apodex/FrontierChallenge.

sourceHugging Facecc-by-4.0updated 2d agoView on Hugging Face
9likes2.3kdownloads
1schema_version = "1.1"2 3[task]4name = "apodex-ai/task-005-xrd-duplex-phase-quant"5description = "校正 XRD 峰表并定量双相不锈钢铁素体/奥氏体相含量"6authors = [{ name = "Apodex AI & GADE Union" }]7keywords = ["materials-science", "xrd", "phase-quantification", "lattice-constant", "rir", "duplex-steel"]8 9[metadata]10frontierchallenge_task_id = "task_005_xrd_duplex_phase_quant"11difficulty = "hard"12category = "实验数据分析;XRD 后处理;相含量定量;晶格常数计算;自动评分"13 14[agent]15user = "mambauser"16timeout_sec = 3600.017network_mode = "public"18 19[verifier]20timeout_sec = 600.021 22[verifier.env]23JUDGE_API_KEY = "${JUDGE_API_KEY}"24JUDGE_API_ENDPOINT = "${JUDGE_API_ENDPOINT}"25JUDGE_MODEL = "gpt-5.6-sol"26JUDGE_REASONING_EFFORT = "high"27JUDGE_REPEATS = "3"28 29[environment]30network_mode = "public"31build_timeout_sec = 1200.032cpus = 233memory_mb = 409634storage_mb = 204835gpus = 036 37# LOCAL_SMOKE_ONLY: agent network changed to public because macOS Docker cannot enforce Harbor allowlists.38