Upload 2 files
Browse files- dev_basic.json +9 -347
- dev_test.json +44 -0
dev_basic.json
CHANGED
|
@@ -1,52 +1,14 @@
|
|
| 1 |
[
|
| 2 |
-
{
|
| 3 |
-
"id": "seed_1",
|
| 4 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 5 |
-
"mcp_config": {
|
| 6 |
-
"hud": {
|
| 7 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 8 |
-
"headers": {
|
| 9 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 10 |
-
"Run-Id": "${RUN_ID}",
|
| 11 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 12 |
-
}
|
| 13 |
-
}
|
| 14 |
-
},
|
| 15 |
-
"setup_tool": {
|
| 16 |
-
"name": "setup",
|
| 17 |
-
"arguments": {
|
| 18 |
-
"seed": 1,
|
| 19 |
-
"mode": "control",
|
| 20 |
-
"budget": 35,
|
| 21 |
-
"n_states": 3,
|
| 22 |
-
"target_len": 8,
|
| 23 |
-
"feedback": true,
|
| 24 |
-
"trap": false,
|
| 25 |
-
"variety": false,
|
| 26 |
-
"max_steps": 64
|
| 27 |
-
}
|
| 28 |
-
},
|
| 29 |
-
"evaluate_tool": {
|
| 30 |
-
"name": "evaluate",
|
| 31 |
-
"arguments": {}
|
| 32 |
-
},
|
| 33 |
-
"allowed_tools": [
|
| 34 |
-
"act",
|
| 35 |
-
"submit_macro",
|
| 36 |
-
"evaluate"
|
| 37 |
-
],
|
| 38 |
-
"max_steps": 64
|
| 39 |
-
},
|
| 40 |
{
|
| 41 |
"id": "seed_2",
|
| 42 |
-
"prompt": "
|
| 43 |
"mcp_config": {
|
| 44 |
"hud": {
|
| 45 |
"url": "https://mcp.hud.so/v3/mcp",
|
| 46 |
"headers": {
|
| 47 |
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 48 |
"Run-Id": "${RUN_ID}",
|
| 49 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:
|
| 50 |
}
|
| 51 |
}
|
| 52 |
},
|
|
@@ -54,236 +16,8 @@
|
|
| 54 |
"name": "setup",
|
| 55 |
"arguments": {
|
| 56 |
"seed": 2,
|
| 57 |
-
"mode": "
|
| 58 |
-
"budget":
|
| 59 |
-
"n_states": 3,
|
| 60 |
-
"target_len": 8,
|
| 61 |
-
"feedback": true,
|
| 62 |
-
"trap": false,
|
| 63 |
-
"variety": false,
|
| 64 |
-
"max_steps": 64
|
| 65 |
-
}
|
| 66 |
-
},
|
| 67 |
-
"evaluate_tool": {
|
| 68 |
-
"name": "evaluate",
|
| 69 |
-
"arguments": {}
|
| 70 |
-
},
|
| 71 |
-
"allowed_tools": [
|
| 72 |
-
"act",
|
| 73 |
-
"submit_macro",
|
| 74 |
-
"evaluate"
|
| 75 |
-
],
|
| 76 |
-
"max_steps": 64
|
| 77 |
-
},
|
| 78 |
-
{
|
| 79 |
-
"id": "seed_3",
|
| 80 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 81 |
-
"mcp_config": {
|
| 82 |
-
"hud": {
|
| 83 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 84 |
-
"headers": {
|
| 85 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 86 |
-
"Run-Id": "${RUN_ID}",
|
| 87 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 88 |
-
}
|
| 89 |
-
}
|
| 90 |
-
},
|
| 91 |
-
"setup_tool": {
|
| 92 |
-
"name": "setup",
|
| 93 |
-
"arguments": {
|
| 94 |
-
"seed": 3,
|
| 95 |
-
"mode": "control",
|
| 96 |
-
"budget": 35,
|
| 97 |
-
"n_states": 3,
|
| 98 |
-
"target_len": 8,
|
| 99 |
-
"feedback": true,
|
| 100 |
-
"trap": false,
|
| 101 |
-
"variety": false,
|
| 102 |
-
"max_steps": 64
|
| 103 |
-
}
|
| 104 |
-
},
|
| 105 |
-
"evaluate_tool": {
|
| 106 |
-
"name": "evaluate",
|
| 107 |
-
"arguments": {}
|
| 108 |
-
},
|
| 109 |
-
"allowed_tools": [
|
| 110 |
-
"act",
|
| 111 |
-
"submit_macro",
|
| 112 |
-
"evaluate"
|
| 113 |
-
],
|
| 114 |
-
"max_steps": 64
|
| 115 |
-
},
|
| 116 |
-
{
|
| 117 |
-
"id": "seed_4",
|
| 118 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 119 |
-
"mcp_config": {
|
| 120 |
-
"hud": {
|
| 121 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 122 |
-
"headers": {
|
| 123 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 124 |
-
"Run-Id": "${RUN_ID}",
|
| 125 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 126 |
-
}
|
| 127 |
-
}
|
| 128 |
-
},
|
| 129 |
-
"setup_tool": {
|
| 130 |
-
"name": "setup",
|
| 131 |
-
"arguments": {
|
| 132 |
-
"seed": 4,
|
| 133 |
-
"mode": "control",
|
| 134 |
-
"budget": 35,
|
| 135 |
-
"n_states": 3,
|
| 136 |
-
"target_len": 8,
|
| 137 |
-
"feedback": true,
|
| 138 |
-
"trap": false,
|
| 139 |
-
"variety": false,
|
| 140 |
-
"max_steps": 64
|
| 141 |
-
}
|
| 142 |
-
},
|
| 143 |
-
"evaluate_tool": {
|
| 144 |
-
"name": "evaluate",
|
| 145 |
-
"arguments": {}
|
| 146 |
-
},
|
| 147 |
-
"allowed_tools": [
|
| 148 |
-
"act",
|
| 149 |
-
"submit_macro",
|
| 150 |
-
"evaluate"
|
| 151 |
-
],
|
| 152 |
-
"max_steps": 64
|
| 153 |
-
},
|
| 154 |
-
{
|
| 155 |
-
"id": "seed_5",
|
| 156 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 157 |
-
"mcp_config": {
|
| 158 |
-
"hud": {
|
| 159 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 160 |
-
"headers": {
|
| 161 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 162 |
-
"Run-Id": "${RUN_ID}",
|
| 163 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 164 |
-
}
|
| 165 |
-
}
|
| 166 |
-
},
|
| 167 |
-
"setup_tool": {
|
| 168 |
-
"name": "setup",
|
| 169 |
-
"arguments": {
|
| 170 |
-
"seed": 5,
|
| 171 |
-
"mode": "control",
|
| 172 |
-
"budget": 35,
|
| 173 |
-
"n_states": 3,
|
| 174 |
-
"target_len": 8,
|
| 175 |
-
"feedback": true,
|
| 176 |
-
"trap": false,
|
| 177 |
-
"variety": false,
|
| 178 |
-
"max_steps": 64
|
| 179 |
-
}
|
| 180 |
-
},
|
| 181 |
-
"evaluate_tool": {
|
| 182 |
-
"name": "evaluate",
|
| 183 |
-
"arguments": {}
|
| 184 |
-
},
|
| 185 |
-
"allowed_tools": [
|
| 186 |
-
"act",
|
| 187 |
-
"submit_macro",
|
| 188 |
-
"evaluate"
|
| 189 |
-
],
|
| 190 |
-
"max_steps": 64
|
| 191 |
-
},
|
| 192 |
-
{
|
| 193 |
-
"id": "seed_6",
|
| 194 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 195 |
-
"mcp_config": {
|
| 196 |
-
"hud": {
|
| 197 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 198 |
-
"headers": {
|
| 199 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 200 |
-
"Run-Id": "${RUN_ID}",
|
| 201 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 202 |
-
}
|
| 203 |
-
}
|
| 204 |
-
},
|
| 205 |
-
"setup_tool": {
|
| 206 |
-
"name": "setup",
|
| 207 |
-
"arguments": {
|
| 208 |
-
"seed": 6,
|
| 209 |
-
"mode": "control",
|
| 210 |
-
"budget": 35,
|
| 211 |
-
"n_states": 3,
|
| 212 |
-
"target_len": 8,
|
| 213 |
-
"feedback": true,
|
| 214 |
-
"trap": false,
|
| 215 |
-
"variety": false,
|
| 216 |
-
"max_steps": 64
|
| 217 |
-
}
|
| 218 |
-
},
|
| 219 |
-
"evaluate_tool": {
|
| 220 |
-
"name": "evaluate",
|
| 221 |
-
"arguments": {}
|
| 222 |
-
},
|
| 223 |
-
"allowed_tools": [
|
| 224 |
-
"act",
|
| 225 |
-
"submit_macro",
|
| 226 |
-
"evaluate"
|
| 227 |
-
],
|
| 228 |
-
"max_steps": 64
|
| 229 |
-
},
|
| 230 |
-
{
|
| 231 |
-
"id": "seed_7",
|
| 232 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 233 |
-
"mcp_config": {
|
| 234 |
-
"hud": {
|
| 235 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 236 |
-
"headers": {
|
| 237 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 238 |
-
"Run-Id": "${RUN_ID}",
|
| 239 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 240 |
-
}
|
| 241 |
-
}
|
| 242 |
-
},
|
| 243 |
-
"setup_tool": {
|
| 244 |
-
"name": "setup",
|
| 245 |
-
"arguments": {
|
| 246 |
-
"seed": 7,
|
| 247 |
-
"mode": "control",
|
| 248 |
-
"budget": 35,
|
| 249 |
-
"n_states": 3,
|
| 250 |
-
"target_len": 8,
|
| 251 |
-
"feedback": true,
|
| 252 |
-
"trap": false,
|
| 253 |
-
"variety": false,
|
| 254 |
-
"max_steps": 64
|
| 255 |
-
}
|
| 256 |
-
},
|
| 257 |
-
"evaluate_tool": {
|
| 258 |
-
"name": "evaluate",
|
| 259 |
-
"arguments": {}
|
| 260 |
-
},
|
| 261 |
-
"allowed_tools": [
|
| 262 |
-
"act",
|
| 263 |
-
"submit_macro",
|
| 264 |
-
"evaluate"
|
| 265 |
-
],
|
| 266 |
-
"max_steps": 64
|
| 267 |
-
},
|
| 268 |
-
{
|
| 269 |
-
"id": "seed_8",
|
| 270 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 271 |
-
"mcp_config": {
|
| 272 |
-
"hud": {
|
| 273 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 274 |
-
"headers": {
|
| 275 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 276 |
-
"Run-Id": "${RUN_ID}",
|
| 277 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 278 |
-
}
|
| 279 |
-
}
|
| 280 |
-
},
|
| 281 |
-
"setup_tool": {
|
| 282 |
-
"name": "setup",
|
| 283 |
-
"arguments": {
|
| 284 |
-
"seed": 8,
|
| 285 |
-
"mode": "control",
|
| 286 |
-
"budget": 35,
|
| 287 |
"n_states": 3,
|
| 288 |
"target_len": 8,
|
| 289 |
"feedback": true,
|
|
@@ -296,86 +30,14 @@
|
|
| 296 |
"name": "evaluate",
|
| 297 |
"arguments": {}
|
| 298 |
},
|
| 299 |
-
"
|
| 300 |
-
"act",
|
| 301 |
-
"
|
| 302 |
-
"
|
| 303 |
-
],
|
| 304 |
-
"max_steps": 64
|
| 305 |
-
},
|
| 306 |
-
{
|
| 307 |
-
"id": "seed_9",
|
| 308 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 309 |
-
"mcp_config": {
|
| 310 |
-
"hud": {
|
| 311 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 312 |
-
"headers": {
|
| 313 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 314 |
-
"Run-Id": "${RUN_ID}",
|
| 315 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 316 |
-
}
|
| 317 |
-
}
|
| 318 |
-
},
|
| 319 |
-
"setup_tool": {
|
| 320 |
-
"name": "setup",
|
| 321 |
-
"arguments": {
|
| 322 |
-
"seed": 9,
|
| 323 |
-
"mode": "control",
|
| 324 |
-
"budget": 35,
|
| 325 |
-
"n_states": 3,
|
| 326 |
-
"target_len": 8,
|
| 327 |
-
"feedback": true,
|
| 328 |
-
"trap": false,
|
| 329 |
-
"variety": false,
|
| 330 |
-
"max_steps": 64
|
| 331 |
-
}
|
| 332 |
-
},
|
| 333 |
-
"evaluate_tool": {
|
| 334 |
-
"name": "evaluate",
|
| 335 |
-
"arguments": {}
|
| 336 |
-
},
|
| 337 |
-
"allowed_tools": [
|
| 338 |
-
"act",
|
| 339 |
-
"submit_macro",
|
| 340 |
-
"evaluate"
|
| 341 |
-
],
|
| 342 |
-
"max_steps": 64
|
| 343 |
-
},
|
| 344 |
-
{
|
| 345 |
-
"id": "seed_10",
|
| 346 |
-
"prompt": "Identify the hidden Mealy machine using act() and finish with submit_table().",
|
| 347 |
-
"mcp_config": {
|
| 348 |
-
"hud": {
|
| 349 |
-
"url": "https://mcp.hud.so/v3/mcp",
|
| 350 |
-
"headers": {
|
| 351 |
-
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 352 |
-
"Run-Id": "${RUN_ID}",
|
| 353 |
-
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:0585db85f660b74fde5e4fc07e0774331912f492f76e3d623ac4b3f48480ef63"
|
| 354 |
-
}
|
| 355 |
-
}
|
| 356 |
-
},
|
| 357 |
-
"setup_tool": {
|
| 358 |
-
"name": "setup",
|
| 359 |
-
"arguments": {
|
| 360 |
-
"seed": 10,
|
| 361 |
-
"mode": "control",
|
| 362 |
-
"budget": 35,
|
| 363 |
-
"n_states": 3,
|
| 364 |
-
"target_len": 8,
|
| 365 |
-
"feedback": true,
|
| 366 |
-
"trap": false,
|
| 367 |
-
"variety": false,
|
| 368 |
-
"max_steps": 64
|
| 369 |
-
}
|
| 370 |
-
},
|
| 371 |
-
"evaluate_tool": {
|
| 372 |
-
"name": "evaluate",
|
| 373 |
-
"arguments": {}
|
| 374 |
},
|
| 375 |
"allowed_tools": [
|
| 376 |
"act",
|
| 377 |
-
"
|
| 378 |
-
"evaluate"
|
| 379 |
],
|
| 380 |
"max_steps": 64
|
| 381 |
}
|
|
|
|
| 1 |
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
{
|
| 3 |
"id": "seed_2",
|
| 4 |
+
"prompt": "OBSERVATION:\n{\"alphabet\": [\"A\", \"B\", \"C\"], \"outputs\": [\"x\", \"y\", \"z\"], \"budget\": 40, \"goal\": \"basic\", \"n_states\": 3, \"target_len\": 8, \"trap\": false}\n\nEpisode notes:\n- alphabet: allowed input symbols ('A','B','C').\n- outputs: each act(symbol) produces exactly one output in {'x','y','z'}.\n- budget: total act() calls available this episode.\n- n_states: total number of states (indices 0..n-1). In explanations we refer to them as s0, s1, ..., s{n-1}. Start is s0 (index 0).\n- trap: whether trap transitions may exist; if trap_hit becomes true, success is impossible.\n\nThis is a single-trajectory, stateful, non-resetting episode: each act(symbol) advances the live machine and produces an output. Both output and next state depend on (current_state, symbol). There is no undo or rewind machine is always live. submit_table(...) does not reset state.\n\nTask: Use act() to gather enough evidence (observing the outputs), then call submit_table(table_json) with a complete table for all states s0..s{n-1} (indices 0..n-1 in JSON) and symbols A,B,C.\nIf your table is incorrect, submit_table may return a counterexample (a short input sequence from the start state with the true outputs); you may use it to adjust your hypothesis. This consumes 1 query and the episode continues.\nUse only act() and submit_table(...). Always terminate by calling submit_table(...).\n\nTool call schemas (short):\n- act(symbol: 'A'|'B'|'C') -> returns JSON {output:'x'|'y'|'z', budget_left:int, t:int, trap_hit:bool, queries_used:int}.\n- submit_table(table_json: string-of-JSON). The table_json MUST be an object with keys 'n', 'start', 'trans',\n and each symbol entry is an array [next_state:int, output:'x'|'y'|'z'] (do NOT use objects like {output:..., next_state:...}).\n Minimal example: {\"n\":2, \"start\":0, \"trans\":{\"0\":{\"A\":[1,\"x\"],\"B\":[1,\"z\"],\"C\":[1,\"z\"]},\"1\":{\"A\":[0,\"z\"],\"B\":[1,\"z\"],\"C\":[1,\"z\"]}}}.\n",
|
| 5 |
"mcp_config": {
|
| 6 |
"hud": {
|
| 7 |
"url": "https://mcp.hud.so/v3/mcp",
|
| 8 |
"headers": {
|
| 9 |
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 10 |
"Run-Id": "${RUN_ID}",
|
| 11 |
+
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:4cd3bc40218f472d7ad945bd7a4d4aa38e3e0a77a775e92b5ac225d10042c3ee"
|
| 12 |
}
|
| 13 |
}
|
| 14 |
},
|
|
|
|
| 16 |
"name": "setup",
|
| 17 |
"arguments": {
|
| 18 |
"seed": 2,
|
| 19 |
+
"mode": "basic",
|
| 20 |
+
"budget": 40,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"n_states": 3,
|
| 22 |
"target_len": 8,
|
| 23 |
"feedback": true,
|
|
|
|
| 30 |
"name": "evaluate",
|
| 31 |
"arguments": {}
|
| 32 |
},
|
| 33 |
+
"agent_config": {
|
| 34 |
+
"system_prompt": "You are an autonomous tool-using agent interacting with a hidden Mealy machine (finite-state transducer).\nObjective: exactly identify the machine and submit the full transition table via submit_table(table_json).\nReturn ONLY function tool calls; never output natural language. All responses must be valid JSON if any content is emitted.\n\nBenchmark focus: identification-first. Success is achieved only by exact transition-table submission via submit_table(table_json).\n\nEpisode semantics:\n- Stateful episode: the hidden machine's state persists across all tool calls; there are no resets between calls.\n- act(symbol) produces exactly one output (a symbol in {'x','y','z'}) and advances the hidden state; both output and next state are deterministic functions of (current_state, symbol).\n- submit_table(table_json) does not change or reset state; wrong submissions consume 1 query and the episode continues; correct submission ends the episode.\n- Start state is 0; the hidden state updates only when you call act(symbol).\n- Each act() consumes 1 query from the budget (invalid symbols still consume 1 and return an error).\n- submit_table(table_json): if your table is incorrect, it consumes 1 query and does NOT end the episode (when feedback is enabled, a short counterexample is returned). If correct, it ends the episode and does not consume budget. When budget reaches 0, the episode ends with ok=false.\n\nTools (use only act() and submit_table()):\n- act(symbol: 'A'|'B'|'C') -> JSON {output, budget_left, t, trap_hit, queries_used}. Each call consumes 1 query, produces an output, and advances the hidden state.\n- submit_table(...) -> JSON {ok, budget_left, queries_used, trap_hit, counterexample?}. If ok=false, consumes 1 query and does NOT end the episode (counterexample present only when feedback is enabled). If ok=true, ends the episode.\n\nTool return fields (definitions):\n- output: one of {'x','y','z'} produced by the latest act() call.\n- budget_left: remaining number of act() queries.\n- t: 1-based step index since the episode started (increments on each act()).\n- trap_hit: boolean; once true it remains true for the rest of the episode.\n- queries_used: total count of act() calls so far.\n\nCounterexample semantics (when feedback is enabled):\n- If submit_table is incorrect, the environment may return a short distinguishing test starting from the start state (state 0): a sequence of inputs with the corresponding true outputs.\n- This counterexample is diagnostic only. It does NOT change the live episode state, and it is NOT tied to your current state trajectory.\n- You may use it to refine your hypothesis; then continue probing with act() and resubmit.\n\nSubmit-table JSON schema (table_json string must parse to this shape, strictly follow this):\nImportant: Each entry is [next_state:int, output:'x'|'y'|'z'] \u2014 do NOT swap to [output, next_state].\n\n{\n \"n\": <int total_states>,\n \"start\": 0,\n \"trans\": {\n \"0\": { \"A\": [<ns:int>, <output:\"x\"|\"y\"|\"z\">], \"B\": [<ns>, <output>], \"C\": [<ns>, <output>] },\n \"1\": { \"A\": [<ns>, <output>], \"B\": [<ns>, <output>], \"C\": [<ns>, <output>] },\n ... up to \"n-1\"\n }\n}\n\nSkeleton example of table_json (Strictly follow this) (for n=2 \u2014 adjust values):\n{\"n\":2,\"start\":0,\"trans\":{\"0\":{\"A\":[1,\"y\"],\"B\":[0,\"x\"],\"C\":[0,\"x\"]},\"1\":{\"A\":[0,\"x\"],\"B\":[1,\"y\"],\"C\":[1,\"z\"]}}}\n\nFormatting & compliance:\n- Respond only with function tool calls as per the provided tool schemas.\n- The submit_table argument must be a single JSON string (not an object) matching the schema mentioned. Note that it include n, start and trans parts.\n- Do NOT echo the observation or tool descriptions.\n- Ensure \"trans\" covers every state index 0..n-1 and each of A,B,C exactly once.\n- Always terminate by calling submit_table(...).",
|
| 35 |
+
"temperature": 0,
|
| 36 |
+
"top_p": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
},
|
| 38 |
"allowed_tools": [
|
| 39 |
"act",
|
| 40 |
+
"submit_table"
|
|
|
|
| 41 |
],
|
| 42 |
"max_steps": 64
|
| 43 |
}
|
dev_test.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "seed_2",
|
| 4 |
+
"prompt": "OBSERVATION:\n{\"alphabet\": [\"A\", \"B\", \"C\"], \"outputs\": [\"x\", \"y\", \"z\"], \"budget\": 35, \"goal\": \"basic\", \"n_states\": 2, \"target_len\": 8, \"trap\": false}\n\nEpisode notes:\n- alphabet: allowed input symbols ('A','B','C').\n- outputs: each act(symbol) produces exactly one output in {'x','y','z'}.\n- budget: total act() calls available this episode.\n- n_states: total number of states (indices 0..n-1). In explanations we refer to them as s0, s1, ..., s{n-1}. Start is s0 (index 0).\n- trap: whether trap transitions may exist; if trap_hit becomes true, success is impossible.\n\nThis is a single-trajectory, stateful, non-resetting episode: each act(symbol) advances the live machine and produces an output. Both output and next state depend on (current_state, symbol). There is no undo or rewind machine is always live. submit_table(...) does not reset state.\n\nTask: Use act() to gather enough evidence (observing the outputs), then call submit_table(table_json) with a complete table for all states s0..s{n-1} (indices 0..n-1 in JSON) and symbols A,B,C.\nIf your table is incorrect, submit_table may return a counterexample (a short input sequence from the start state with the true outputs); you may use it to adjust your hypothesis. This consumes 1 query and the episode continues.\nUse only act() and submit_table(...). Always terminate by calling submit_table(...).\n\nTool call schemas (short):\n- act(symbol: 'A'|'B'|'C') -> returns JSON {output:'x'|'y'|'z', budget_left:int, t:int, trap_hit:bool, queries_used:int}.\n- submit_table(table_json: string-of-JSON). The table_json MUST be an object with keys 'n', 'start', 'trans',\n and each symbol entry is an array [next_state:int, output:'x'|'y'|'z'] (do NOT use objects like {output:..., next_state:...}).\n Minimal example: {\"n\":2, \"start\":0, \"trans\":{\"0\":{\"A\":[1,\"x\"],\"B\":[1,\"z\"],\"C\":[1,\"z\"]},\"1\":{\"A\":[0,\"z\"],\"B\":[1,\"z\"],\"C\":[1,\"z\"]}}}.\n",
|
| 5 |
+
"mcp_config": {
|
| 6 |
+
"hud": {
|
| 7 |
+
"url": "https://mcp.hud.so/v3/mcp",
|
| 8 |
+
"headers": {
|
| 9 |
+
"Authorization": "Bearer ${HUD_API_KEY}",
|
| 10 |
+
"Run-Id": "${RUN_ID}",
|
| 11 |
+
"Mcp-Image": "docker.io/vedanshsharma123/dedeucebench_hud@sha256:4cd3bc40218f472d7ad945bd7a4d4aa38e3e0a77a775e92b5ac225d10042c3ee"
|
| 12 |
+
}
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
"setup_tool": {
|
| 16 |
+
"name": "setup",
|
| 17 |
+
"arguments": {
|
| 18 |
+
"seed": 2,
|
| 19 |
+
"mode": "basic",
|
| 20 |
+
"budget": 55,
|
| 21 |
+
"n_states": 2,
|
| 22 |
+
"target_len": 8,
|
| 23 |
+
"feedback": true,
|
| 24 |
+
"trap": false,
|
| 25 |
+
"variety": false,
|
| 26 |
+
"max_steps": 64
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"evaluate_tool": {
|
| 30 |
+
"name": "evaluate",
|
| 31 |
+
"arguments": {}
|
| 32 |
+
},
|
| 33 |
+
"agent_config": {
|
| 34 |
+
"system_prompt": "You are an autonomous tool-using agent interacting with a hidden Mealy machine (finite-state transducer).\nObjective: exactly identify the machine and submit the full transition table via submit_table(table_json).\nReturn ONLY function tool calls; never output natural language. All responses must be valid JSON if any content is emitted.\n\nBenchmark focus: identification-first. Success is achieved only by exact transition-table submission via submit_table(table_json).\n\nEpisode semantics:\n- Stateful episode: the hidden machine's state persists across all tool calls; there are no resets between calls.\n- act(symbol) produces exactly one output (a symbol in {'x','y','z'}) and advances the hidden state; both output and next state are deterministic functions of (current_state, symbol).\n- submit_table(table_json) does not change or reset state; wrong submissions consume 1 query and the episode continues; correct submission ends the episode.\n- Start state is 0; the hidden state updates only when you call act(symbol).\n- Each act() consumes 1 query from the budget (invalid symbols still consume 1 and return an error).\n- submit_table(table_json): if your table is incorrect, it consumes 1 query and does NOT end the episode (when feedback is enabled, a short counterexample is returned). If correct, it ends the episode and does not consume budget. When budget reaches 0, the episode ends with ok=false.\n\nTools (use only act() and submit_table()):\n- act(symbol: 'A'|'B'|'C') -> JSON {output, budget_left, t, trap_hit, queries_used}. Each call consumes 1 query, produces an output, and advances the hidden state.\n- submit_table(...) -> JSON {ok, budget_left, queries_used, trap_hit, counterexample?}. If ok=false, consumes 1 query and does NOT end the episode (counterexample present only when feedback is enabled). If ok=true, ends the episode.\n\nTool return fields (definitions):\n- output: one of {'x','y','z'} produced by the latest act() call.\n- budget_left: remaining number of act() queries.\n- t: 1-based step index since the episode started (increments on each act()).\n- trap_hit: boolean; once true it remains true for the rest of the episode.\n- queries_used: total count of act() calls so far.\n\nCounterexample semantics (when feedback is enabled):\n- If submit_table is incorrect, the environment may return a short distinguishing test starting from the start state (state 0): a sequence of inputs with the corresponding true outputs.\n- This counterexample is diagnostic only. It does NOT change the live episode state, and it is NOT tied to your current state trajectory.\n- You may use it to refine your hypothesis; then continue probing with act() and resubmit.\n\nSubmit-table JSON schema (table_json string must parse to this shape, strictly follow this):\nImportant: Each entry is [next_state:int, output:'x'|'y'|'z'] \u2014 do NOT swap to [output, next_state].\n\n{\n \"n\": <int total_states>,\n \"start\": 0,\n \"trans\": {\n \"0\": { \"A\": [<ns:int>, <output:\"x\"|\"y\"|\"z\">], \"B\": [<ns>, <output>], \"C\": [<ns>, <output>] },\n \"1\": { \"A\": [<ns>, <output>], \"B\": [<ns>, <output>], \"C\": [<ns>, <output>] },\n ... up to \"n-1\"\n }\n}\n\nSkeleton example of table_json (Strictly follow this) (for n=2 \u2014 adjust values):\n{\"n\":2,\"start\":0,\"trans\":{\"0\":{\"A\":[1,\"y\"],\"B\":[0,\"x\"],\"C\":[0,\"x\"]},\"1\":{\"A\":[0,\"x\"],\"B\":[1,\"y\"],\"C\":[1,\"z\"]}}}\n\nFormatting & compliance:\n- Respond only with function tool calls as per the provided tool schemas.\n- The submit_table argument must be a single JSON string (not an object) matching the schema mentioned. Note that it include n, start and trans parts.\n- Do NOT echo the observation or tool descriptions.\n- Ensure \"trans\" covers every state index 0..n-1 and each of A,B,C exactly once.\n- Always terminate by calling submit_table(...).",
|
| 35 |
+
"temperature": 0,
|
| 36 |
+
"top_p": 1
|
| 37 |
+
},
|
| 38 |
+
"allowed_tools": [
|
| 39 |
+
"act",
|
| 40 |
+
"submit_table"
|
| 41 |
+
],
|
| 42 |
+
"max_steps": 64
|
| 43 |
+
}
|
| 44 |
+
]
|