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.
92.3k
1schema_version = "1.1"2 3[task]4name = "apodex-ai/task-067-gwas-analysis-visualization"5description = "GWAS分析与结果可视化"6authors = [{ name = "Apodex AI & GADE Union" }]7keywords = []8 9[metadata]10frontierchallenge_task_id = "task_067_gwas_analysis_visualization"11difficulty = "hard"12category = "生物信息学;群体遗传学;全基因组关联分析(GWAS);VCF基因型质控;表型质控;群体结构校正;统计建模;数据可视化"13 14[agent]15user = "mambauser"16timeout_sec = 3600.017network_mode = "public"18 19[verifier]20timeout_sec = 300.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 = 3600.032cpus = 233memory_mb = 409634storage_mb = 204835gpus = 036 37# LOCAL_SMOKE_ONLY: agent network changed to public because macOS Docker cannot enforce Harbor allowlists.38 