File size: 5,536 Bytes
277a64c | 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 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | {
"jsonl": "/NHNHOME/data/sanghyeok/qwen-cua/data/hard_trajectory_tree_blueprints_20260712/authoring.jsonl",
"thresholds": {
"horizon": 3,
"min_tasks": 20,
"min_families": 3,
"min_root_branches": 3,
"min_step_branches": 3,
"min_same_action_label_rate": 0.8,
"min_same_label_group_rate": 0.8,
"min_low_overlap_rate": 0.8,
"min_state_content_rate": 0.8
},
"counts": {
"n_tasks": 24,
"n_domains": 3,
"n_task_families": 3,
"n_steps": 72,
"n_branches": 240,
"n_gold_branches": 72,
"collector_todo_branches": 160,
"error_count": 0,
"warn_count": 0
},
"domains": {
"web_youtube": 8,
"web_github": 8,
"terminal": 8
},
"task_families": {
"youtube_search_result_selection": 8,
"github_repo_state_dependent_navigation": 8,
"terminal_state_dependent_file_choice": 8
},
"trajectory_lengths": {
"min": 3,
"hist": {
"3": 24
}
},
"branching": {
"mean_root_branches": 4.0,
"min_step_branch_count": 3,
"root_branch_count_hist": {
"4": 24
},
"step_branch_count_hist": {
"4": 24,
"3": 48
}
},
"rates": {
"steps_all_same_action_label_rate": 1.0,
"steps_with_duplicate_action_label_rate": 1.0,
"steps_all_same_group_rate": 1.0,
"steps_requires_state_content_rate": 1.0,
"root_low_action_overlap_rate": 1.0,
"root_low_target_overlap_rate": 0.9166666666666666,
"same_label_state_dependent_step_rate": 1.0
},
"gates": {
"schema_no_errors": true,
"task_count": true,
"family_count": true,
"horizon": true,
"root_branching": true,
"all_steps_min_branches": true,
"same_action_label_ambiguity": true,
"same_label_group_ambiguity": true,
"label_prior_resistance": true,
"target_prior_resistance": true,
"state_content_required": true
},
"overall_pass": true,
"issue_hist": {},
"issues_sample": [],
"root_examples": [
{
"task_id": "hard_youtube_search_000",
"domain": "web_youtube",
"instruction": "Search YouTube for \"lofi piano live\", open the result matching this visual criterion, then verify the opened page: highest visible view count.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[3]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_001",
"domain": "web_youtube",
"instruction": "Search YouTube for \"open source robotics demo\", open the result matching this visual criterion, then verify the opened page: newest upload date.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[1]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_002",
"domain": "web_youtube",
"instruction": "Search YouTube for \"python tutorial argparse\", open the result matching this visual criterion, then verify the opened page: longest duration.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[2]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_003",
"domain": "web_youtube",
"instruction": "Search YouTube for \"city walking tour 4k\", open the result matching this visual criterion, then verify the opened page: verified channel badge.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[3]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_004",
"domain": "web_youtube",
"instruction": "Search YouTube for \"linux terminal tricks\", open the result matching this visual criterion, then verify the opened page: title mentions tmux.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[3]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_005",
"domain": "web_youtube",
"instruction": "Search YouTube for \"data visualization d3\", open the result matching this visual criterion, then verify the opened page: thumbnail with chart.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[1]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_006",
"domain": "web_youtube",
"instruction": "Search YouTube for \"machine learning lecture\", open the result matching this visual criterion, then verify the opened page: playlist result rather than video.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[2]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
},
{
"task_id": "hard_youtube_search_007",
"domain": "web_youtube",
"instruction": "Search YouTube for \"classical guitar performance\", open the result matching this visual criterion, then verify the opened page: shortest duration.",
"root_gold_action": "Open a candidate item.",
"root_gold_target_ref": "search_result[3]",
"action_overlap": [],
"target_overlap": [],
"root_branch_count": 4
}
]
}
|