File size: 1,233 Bytes
f1720ff | 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 | {
"task_id": "ordinal_notation_well_foundedness",
"name": "Ordinal Notation Well Foundedness",
"category": "Formal Math & Theorem Proving",
"base_image": "coq",
"platform": "linux/amd64",
"internet": false,
"cwd": "/home/workspace/ordinal_notation_wf",
"submit_paths": [
"."
],
"submit_exclude": [
".git",
".coq-native",
"_CoqProject",
"Makefile.coq",
"Makefile.coq.conf",
"*.aux",
".*.aux",
"*.d",
"*.glob",
"*.vo",
"*.vos",
"*.vok",
"*.vio",
"eval_task*.v",
"ChildOf.v",
"debug*.v",
"test*.v",
"check*.v",
"explore*.v",
"tmp*.v",
"scratch*.v"
],
"work": {
"image_tag": "690c1a245369",
"specs_dir": "/home/workspace/ordinal_notation_wf",
"agent_query": "Read `README.md` in the workspace, then complete as many Coq proof targets as possible. Submit for judge feedback."
},
"judge": {
"image_tag": "064b4eb91e22",
"eval_cmd": "python3 /opt/sebench/ordinal_notation_wf_eval.py",
"eval_timeout": 7200,
"parser": "structured_json",
"score_direction": "maximize",
"selection": "score_first",
"rescale": {
"kind": "linear",
"lower": 0.0,
"upper": 85.0
}
}
}
|