ByteDance-Seed/EdgeBench
Overview EdgeBench is a benchmark of 134 real-world tasks for evaluating how autonomous AI agents learn from real-world environments. Instead of measuring one-shot performance, EdgeBench places agents in executable task environments with realistic, multi-level feedback and lets them iterate for 12+ hours per task — tracking the full trajectory of improvement, not just the final score. We publicly release 51 tasks… See the full description on the dataset page: https://huggingface.co/datasets/ByteDance-Seed/EdgeBench.
847.5k
1{2 "task_id": "tree_block_partitioning",3 "name": "Tree Block Partitioning",4 "category": "Combinatorial Optimization",5 "base_image": "cpp",6 "platform": "linux/amd64",7 "internet": false,8 "cwd": "/home/workspace/p1",9 "submit_paths": [10 "T1.cpp",11 "T2.cpp",12 "T3.cpp",13 "T4.cpp",14 "T5.cpp",15 "T6.cpp"16 ],17 "submit_exclude": [],18 "work": {19 "image_tag": "f282a9f7e05a",20 "specs_dir": "/home/workspace/p1",21 "agent_query": "You need to complete six problems, with a total score of 100 points. The six problems are worth 5, 5, 10, 15, 25, and 40 points respectively. Each problem has several groups of test data. If all test data for a problem pass, you receive the full score for that problem. If a problem does not pass all test data but does pass some subtasks/test points, each passed subtask/test point can receive only half of its original score. Please work on the problems in order, with the goal of solving them as much as possible. These problems are progressive; if you do not know how to solve a later problem, it is recommended that you review the methods used for earlier problems and look for ideas there.\nWhen submitting code, the code files for the six problems should be named T1.cpp T2.cpp T3.cpp T4.cpp T5.cpp T6.cpp.\n"22 },23 "judge": {24 "image_tag": "f74f0ef897ce",25 "eval_cmd": "cd /home/workspace/p1 && python3 /opt/p1_judge/prob/P1/eval.py --source-root /home/workspace/p1 --time-factor 1 --time-grace 0 --score-sum",26 "eval_timeout": 600,27 "parser": "score_sum",28 "score_direction": "maximize",29 "rescale": {30 "kind": "linear",31 "lower": 0.0,32 "upper": 100.033 }34 }35}36 