Genteki commited on
Commit
82f5064
·
verified ·
1 Parent(s): d9370f2

Upload dataset.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset.json +482 -0
dataset.json ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "inspect_evals/agent_bench_os - Sample 0",
4
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 0",
5
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Tell me how many times Alice sold a stock.",
6
+ "mcp_config": {
7
+ "inspect": {
8
+ "command": "docker",
9
+ "args": [
10
+ "run",
11
+ "--rm",
12
+ "-i",
13
+ "--init",
14
+ "-v",
15
+ "/var/run/docker.sock:/var/run/docker.sock",
16
+ "-v",
17
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
18
+ "hud-inspect:latest"
19
+ ]
20
+ }
21
+ },
22
+ "setup_tool": {
23
+ "name": "load_task",
24
+ "arguments": {
25
+ "task_name": "inspect_evals/agent_bench_os",
26
+ "sample_id": "0",
27
+ "model": "claude-sonnet-4-20250514"
28
+ }
29
+ },
30
+ "evaluate_tool": {
31
+ "name": "score_task",
32
+ "arguments": {}
33
+ },
34
+ "agent_config": {
35
+ "agent_class": "server.agents.InspectAgent",
36
+ "disallowed_tools": [
37
+ "_store_agent_message",
38
+ "load_task",
39
+ "score_task"
40
+ ],
41
+ "allowed_tools": [
42
+ "inspect_bash",
43
+ "inspect_python",
44
+ "submit"
45
+ ],
46
+ "initial_screenshot": false
47
+ },
48
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
49
+ },
50
+ {
51
+ "name": "inspect_evals/agent_bench_os - Sample 1",
52
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 1",
53
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Tell me how many times Bob bought a stock.",
54
+ "mcp_config": {
55
+ "inspect": {
56
+ "command": "docker",
57
+ "args": [
58
+ "run",
59
+ "--rm",
60
+ "-i",
61
+ "--init",
62
+ "-v",
63
+ "/var/run/docker.sock:/var/run/docker.sock",
64
+ "-v",
65
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
66
+ "hud-inspect:latest"
67
+ ]
68
+ }
69
+ },
70
+ "setup_tool": {
71
+ "name": "load_task",
72
+ "arguments": {
73
+ "task_name": "inspect_evals/agent_bench_os",
74
+ "sample_id": 1,
75
+ "model": "claude-sonnet-4-20250514"
76
+ }
77
+ },
78
+ "evaluate_tool": {
79
+ "name": "score_task",
80
+ "arguments": {}
81
+ },
82
+ "agent_config": {
83
+ "agent_class": "server.agents.InspectAgent",
84
+ "disallowed_tools": [
85
+ "_store_agent_message",
86
+ "load_task",
87
+ "score_task"
88
+ ],
89
+ "allowed_tools": [
90
+ "inspect_bash",
91
+ "inspect_python",
92
+ "submit"
93
+ ],
94
+ "initial_screenshot": false
95
+ },
96
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
97
+ },
98
+ {
99
+ "name": "inspect_evals/agent_bench_os - Sample 2",
100
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 2",
101
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Please count the total number of stocks that Alice bought, and tell me the number.",
102
+ "mcp_config": {
103
+ "inspect": {
104
+ "command": "docker",
105
+ "args": [
106
+ "run",
107
+ "--rm",
108
+ "-i",
109
+ "--init",
110
+ "-v",
111
+ "/var/run/docker.sock:/var/run/docker.sock",
112
+ "-v",
113
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
114
+ "hud-inspect:latest"
115
+ ]
116
+ }
117
+ },
118
+ "setup_tool": {
119
+ "name": "load_task",
120
+ "arguments": {
121
+ "task_name": "inspect_evals/agent_bench_os",
122
+ "sample_id": 2,
123
+ "model": "claude-sonnet-4-20250514"
124
+ }
125
+ },
126
+ "evaluate_tool": {
127
+ "name": "score_task",
128
+ "arguments": {}
129
+ },
130
+ "agent_config": {
131
+ "agent_class": "server.agents.InspectAgent",
132
+ "disallowed_tools": [
133
+ "_store_agent_message",
134
+ "load_task",
135
+ "score_task"
136
+ ],
137
+ "allowed_tools": [
138
+ "inspect_bash",
139
+ "inspect_python",
140
+ "submit"
141
+ ],
142
+ "initial_screenshot": false
143
+ },
144
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
145
+ },
146
+ {
147
+ "name": "inspect_evals/agent_bench_os - Sample 3",
148
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 3",
149
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Please determine the number of types of stocks Bob sold. And tell me the answer.",
150
+ "mcp_config": {
151
+ "inspect": {
152
+ "command": "docker",
153
+ "args": [
154
+ "run",
155
+ "--rm",
156
+ "-i",
157
+ "--init",
158
+ "-v",
159
+ "/var/run/docker.sock:/var/run/docker.sock",
160
+ "-v",
161
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
162
+ "hud-inspect:latest"
163
+ ]
164
+ }
165
+ },
166
+ "setup_tool": {
167
+ "name": "load_task",
168
+ "arguments": {
169
+ "task_name": "inspect_evals/agent_bench_os",
170
+ "sample_id": 3,
171
+ "model": "claude-sonnet-4-20250514"
172
+ }
173
+ },
174
+ "evaluate_tool": {
175
+ "name": "score_task",
176
+ "arguments": {}
177
+ },
178
+ "agent_config": {
179
+ "agent_class": "server.agents.InspectAgent",
180
+ "disallowed_tools": [
181
+ "_store_agent_message",
182
+ "load_task",
183
+ "score_task"
184
+ ],
185
+ "allowed_tools": [
186
+ "inspect_bash",
187
+ "inspect_python",
188
+ "submit"
189
+ ],
190
+ "initial_screenshot": false
191
+ },
192
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
193
+ },
194
+ {
195
+ "name": "inspect_evals/agent_bench_os - Sample 4",
196
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 4",
197
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Please count the number of types of stocks that Bob sold but never bought. And tell me the answer.",
198
+ "mcp_config": {
199
+ "inspect": {
200
+ "command": "docker",
201
+ "args": [
202
+ "run",
203
+ "--rm",
204
+ "-i",
205
+ "--init",
206
+ "-v",
207
+ "/var/run/docker.sock:/var/run/docker.sock",
208
+ "-v",
209
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
210
+ "hud-inspect:latest"
211
+ ]
212
+ }
213
+ },
214
+ "setup_tool": {
215
+ "name": "load_task",
216
+ "arguments": {
217
+ "task_name": "inspect_evals/agent_bench_os",
218
+ "sample_id": 4,
219
+ "model": "claude-sonnet-4-20250514"
220
+ }
221
+ },
222
+ "evaluate_tool": {
223
+ "name": "score_task",
224
+ "arguments": {}
225
+ },
226
+ "agent_config": {
227
+ "agent_class": "server.agents.InspectAgent",
228
+ "disallowed_tools": [
229
+ "_store_agent_message",
230
+ "load_task",
231
+ "score_task"
232
+ ],
233
+ "allowed_tools": [
234
+ "inspect_bash",
235
+ "inspect_python",
236
+ "submit"
237
+ ],
238
+ "initial_screenshot": false
239
+ },
240
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
241
+ },
242
+ {
243
+ "name": "inspect_evals/agent_bench_os - Sample 5",
244
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 5",
245
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Identify the most active traders (buyers/sellers) based on the count of their transactions.",
246
+ "mcp_config": {
247
+ "inspect": {
248
+ "command": "docker",
249
+ "args": [
250
+ "run",
251
+ "--rm",
252
+ "-i",
253
+ "--init",
254
+ "-v",
255
+ "/var/run/docker.sock:/var/run/docker.sock",
256
+ "-v",
257
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
258
+ "hud-inspect:latest"
259
+ ]
260
+ }
261
+ },
262
+ "setup_tool": {
263
+ "name": "load_task",
264
+ "arguments": {
265
+ "task_name": "inspect_evals/agent_bench_os",
266
+ "sample_id": 5,
267
+ "model": "claude-sonnet-4-20250514"
268
+ }
269
+ },
270
+ "evaluate_tool": {
271
+ "name": "score_task",
272
+ "arguments": {}
273
+ },
274
+ "agent_config": {
275
+ "agent_class": "server.agents.InspectAgent",
276
+ "disallowed_tools": [
277
+ "_store_agent_message",
278
+ "load_task",
279
+ "score_task"
280
+ ],
281
+ "allowed_tools": [
282
+ "inspect_bash",
283
+ "inspect_python",
284
+ "submit"
285
+ ],
286
+ "initial_screenshot": false
287
+ },
288
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
289
+ },
290
+ {
291
+ "name": "inspect_evals/agent_bench_os - Sample 6",
292
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 6",
293
+ "prompt": "Stock logs are shown in /home/agent/stock.log. The last two columns are stock index and count. Find the stock index with the highest count of transactions (combined purchases and sales).",
294
+ "mcp_config": {
295
+ "inspect": {
296
+ "command": "docker",
297
+ "args": [
298
+ "run",
299
+ "--rm",
300
+ "-i",
301
+ "--init",
302
+ "-v",
303
+ "/var/run/docker.sock:/var/run/docker.sock",
304
+ "-v",
305
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
306
+ "hud-inspect:latest"
307
+ ]
308
+ }
309
+ },
310
+ "setup_tool": {
311
+ "name": "load_task",
312
+ "arguments": {
313
+ "task_name": "inspect_evals/agent_bench_os",
314
+ "sample_id": 6,
315
+ "model": "claude-sonnet-4-20250514"
316
+ }
317
+ },
318
+ "evaluate_tool": {
319
+ "name": "score_task",
320
+ "arguments": {}
321
+ },
322
+ "agent_config": {
323
+ "agent_class": "server.agents.InspectAgent",
324
+ "disallowed_tools": [
325
+ "_store_agent_message",
326
+ "load_task",
327
+ "score_task"
328
+ ],
329
+ "allowed_tools": [
330
+ "inspect_bash",
331
+ "inspect_python",
332
+ "submit"
333
+ ],
334
+ "initial_screenshot": false
335
+ },
336
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
337
+ },
338
+ {
339
+ "name": "inspect_evals/agent_bench_os - Sample 7",
340
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 7",
341
+ "prompt": "Tell me how many files can be executed in PATH.",
342
+ "mcp_config": {
343
+ "inspect": {
344
+ "command": "docker",
345
+ "args": [
346
+ "run",
347
+ "--rm",
348
+ "-i",
349
+ "--init",
350
+ "-v",
351
+ "/var/run/docker.sock:/var/run/docker.sock",
352
+ "-v",
353
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
354
+ "hud-inspect:latest"
355
+ ]
356
+ }
357
+ },
358
+ "setup_tool": {
359
+ "name": "load_task",
360
+ "arguments": {
361
+ "task_name": "inspect_evals/agent_bench_os",
362
+ "sample_id": 7,
363
+ "model": "claude-sonnet-4-20250514"
364
+ }
365
+ },
366
+ "evaluate_tool": {
367
+ "name": "score_task",
368
+ "arguments": {}
369
+ },
370
+ "agent_config": {
371
+ "agent_class": "server.agents.InspectAgent",
372
+ "disallowed_tools": [
373
+ "_store_agent_message",
374
+ "load_task",
375
+ "score_task"
376
+ ],
377
+ "allowed_tools": [
378
+ "inspect_bash",
379
+ "inspect_python",
380
+ "submit"
381
+ ],
382
+ "initial_screenshot": false
383
+ },
384
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
385
+ },
386
+ {
387
+ "name": "inspect_evals/agent_bench_os - Sample 8",
388
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 8",
389
+ "prompt": "Tell me how many files can be executed directly no matter where my work dir is.",
390
+ "mcp_config": {
391
+ "inspect": {
392
+ "command": "docker",
393
+ "args": [
394
+ "run",
395
+ "--rm",
396
+ "-i",
397
+ "--init",
398
+ "-v",
399
+ "/var/run/docker.sock:/var/run/docker.sock",
400
+ "-v",
401
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
402
+ "hud-inspect:latest"
403
+ ]
404
+ }
405
+ },
406
+ "setup_tool": {
407
+ "name": "load_task",
408
+ "arguments": {
409
+ "task_name": "inspect_evals/agent_bench_os",
410
+ "sample_id": 8,
411
+ "model": "claude-sonnet-4-20250514"
412
+ }
413
+ },
414
+ "evaluate_tool": {
415
+ "name": "score_task",
416
+ "arguments": {}
417
+ },
418
+ "agent_config": {
419
+ "agent_class": "server.agents.InspectAgent",
420
+ "disallowed_tools": [
421
+ "_store_agent_message",
422
+ "load_task",
423
+ "score_task"
424
+ ],
425
+ "allowed_tools": [
426
+ "inspect_bash",
427
+ "inspect_python",
428
+ "submit"
429
+ ],
430
+ "initial_screenshot": false
431
+ },
432
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
433
+ },
434
+ {
435
+ "name": "inspect_evals/agent_bench_os - Sample 9",
436
+ "description": "Task from inspect_evals/agent_bench_os dataset, sample 9",
437
+ "prompt": "I remember I had a directory for executables, and there was an executable echo-love in there. But I forgot the path of this directory. Can you tell me the full path of this directory?",
438
+ "mcp_config": {
439
+ "inspect": {
440
+ "command": "docker",
441
+ "args": [
442
+ "run",
443
+ "--rm",
444
+ "-i",
445
+ "--init",
446
+ "-v",
447
+ "/var/run/docker.sock:/var/run/docker.sock",
448
+ "-v",
449
+ "/home/genteki/.cache/inspect_evals:/root/.cache/inspect_evals",
450
+ "hud-inspect:latest"
451
+ ]
452
+ }
453
+ },
454
+ "setup_tool": {
455
+ "name": "load_task",
456
+ "arguments": {
457
+ "task_name": "inspect_evals/agent_bench_os",
458
+ "sample_id": 9,
459
+ "model": "claude-sonnet-4-20250514"
460
+ }
461
+ },
462
+ "evaluate_tool": {
463
+ "name": "score_task",
464
+ "arguments": {}
465
+ },
466
+ "agent_config": {
467
+ "agent_class": "server.agents.InspectAgent",
468
+ "disallowed_tools": [
469
+ "_store_agent_message",
470
+ "load_task",
471
+ "score_task"
472
+ ],
473
+ "allowed_tools": [
474
+ "inspect_bash",
475
+ "inspect_python",
476
+ "submit"
477
+ ],
478
+ "initial_screenshot": false
479
+ },
480
+ "system_prompt": "You are a helpful assistant attempting to submit the correct answer. You have\nseveral functions available to help with finding the answer. Each message\nmay perform one function call. You will see the result of the function right\nafter sending the message. If you need to perform multiple actions, you can\nalways send more messages with subsequent function calls. Do some reasoning\nbefore your actions, describing what function calls you are going to use and\nhow they fit into your plan.\n\nWhen you have completed the task and have an answer, call the submit()\nfunction to report it. If the answer is an integer\nnumber, please provide only the integer without any text."
481
+ }
482
+ ]