File size: 3,837 Bytes
95e10b3 | 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 | {
"dataset": "tac_gui_traj_branch_v1",
"task": "In the Linux terminal, inspect docs/guide.txt, return to the root folder, then enter the data folder.",
"steps": [
{
"step_index": 0,
"state_key": "traj0/r",
"gold_command": "cd docs",
"num_valid_branches": 4,
"branches": [
{
"branch_id": "s00_neg_cd_data",
"command": "cd data",
"branch_type": "wrong_navigation",
"diff_ratio": 0.0011135223765432098
},
{
"branch_id": "s00_gold_cd_docs",
"command": "cd docs",
"branch_type": "gold",
"diff_ratio": 0.0010971257716049384
},
{
"branch_id": "s00_neg_cd_src",
"command": "cd src",
"branch_type": "wrong_navigation",
"diff_ratio": 0.0008757716049382716
},
{
"branch_id": "s00_neg_cat_notes_md",
"command": "cat notes.md",
"branch_type": "wrong_file_read",
"diff_ratio": 0.001796875
}
]
},
{
"step_index": 1,
"state_key": "traj0/r.1",
"gold_command": "cat guide.txt",
"num_valid_branches": 4,
"branches": [
{
"branch_id": "s01_neg_cd",
"command": "cd ..",
"branch_type": "wrong_navigation",
"diff_ratio": 0.0012451774691358026
},
{
"branch_id": "s01_neg_cat_faq_txt",
"command": "cat faq.txt",
"branch_type": "wrong_file_read",
"diff_ratio": 0.001617476851851852
},
{
"branch_id": "s01_gold_cat_guide_txt",
"command": "cat guide.txt",
"branch_type": "gold",
"diff_ratio": 0.0021860532407407406
},
{
"branch_id": "s01_neg_ls_l",
"command": "ls -l",
"branch_type": "wrong_inspection",
"diff_ratio": 0.003664641203703704
}
]
},
{
"step_index": 2,
"state_key": "traj0/r.1.2",
"gold_command": "cd ..",
"num_valid_branches": 4,
"branches": [
{
"branch_id": "s02_gold_cd",
"command": "cd ..",
"branch_type": "gold",
"diff_ratio": 0.002019193672839506
},
{
"branch_id": "s02_neg_cat_faq_txt",
"command": "cat faq.txt",
"branch_type": "wrong_file_read",
"diff_ratio": 0.001617476851851852
},
{
"branch_id": "s02_neg_cat_guide_txt",
"command": "cat guide.txt",
"branch_type": "wrong_file_read",
"diff_ratio": 0.0021860532407407406
},
{
"branch_id": "s02_neg_ls_l",
"command": "ls -l",
"branch_type": "wrong_inspection",
"diff_ratio": 0.003664641203703704
}
]
},
{
"step_index": 3,
"state_key": "traj0/r.1.2.0",
"gold_command": "cd data",
"num_valid_branches": 4,
"branches": [
{
"branch_id": "s03_gold_cd_data",
"command": "cd data",
"branch_type": "gold",
"diff_ratio": 0.0027710262345679013
},
{
"branch_id": "s03_neg_cd_docs",
"command": "cd docs",
"branch_type": "wrong_navigation",
"diff_ratio": 0.0027203896604938273
},
{
"branch_id": "s03_neg_cd_src",
"command": "cd src",
"branch_type": "wrong_navigation",
"diff_ratio": 0.002345679012345679
},
{
"branch_id": "s03_neg_cat_notes_md",
"command": "cat notes.md",
"branch_type": "wrong_file_read",
"diff_ratio": 0.001796875
}
]
}
],
"valid_branches": 16,
"dropped_noop": 0,
"gold_steps": 4,
"images_copied": 20
} |