EdgeBench / college_english_exam_bank.json
Odysseusqsl's picture
Initial release
f1720ff
Raw
History Blame
1.67 kB
{
"task_id": "college_english_exam_bank",
"name": "College English Exam Bank",
"category": "Professional Knowledge Work",
"base_image": "python",
"platform": "linux/amd64",
"internet": true,
"cwd": "/home/workspace",
"submit_paths": [
"A卷原卷.docx",
"A卷原卷.pdf",
"A卷答案和评分细则.docx",
"A卷答案和评分细则.pdf",
"B卷原卷.docx",
"B卷原卷.pdf",
"B卷答案和评分细则.docx",
"B卷答案和评分细则.pdf",
"C卷原卷.docx",
"C卷原卷.pdf",
"C卷答案和评分细则.docx",
"C卷答案和评分细则.pdf",
"D卷原卷.docx",
"D卷原卷.pdf",
"D卷答案和评分细则.docx",
"D卷答案和评分细则.pdf",
"E卷原卷.docx",
"E卷原卷.pdf",
"E卷答案和评分细则.docx",
"E卷答案和评分细则.pdf",
"五套组卷蓝图表.xlsx",
"套间重复率自检表.xlsx"
],
"submit_exclude": [
".git",
"__pycache__",
"*.pyc"
],
"work": {
"image_tag": "9b1f87c2906b",
"specs_dir": null,
"agent_query": "Read the complete task instructions in `/home/workspace/task_instruction.md`, and complete the task according to those requirements. The final deliverables must be written to the file paths specified in `task_instruction.md`.\n"
},
"judge": {
"image_tag": "6628b6d3f834",
"eval_cmd": "cd /home/workspace && python3 scoring/grade_with_codex.py --report . --scoring-dir scoring --task-id college_english_exam_bank --input-dir input --timeout 900",
"eval_timeout": 900,
"parser": "structured_json",
"score_direction": "maximize",
"selection": "score_first"
}
}