sigdelakshey commited on
Commit
8e5fc84
·
verified ·
1 Parent(s): b3ad34d

Upload ToolMisuseBench v0.1 dataset artifacts

Browse files
dev/tasks.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
manifest.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": [
3
+ {
4
+ "bytes": 6137523,
5
+ "path": "train/tasks.jsonl",
6
+ "sha256": "11e842e46754f79106e6b55787b6069ac31f01963c1e16957dad1fead9f1fdb0"
7
+ },
8
+ {
9
+ "bytes": 974383,
10
+ "path": "dev/tasks.jsonl",
11
+ "sha256": "e37ae4e4d819cf9d5855dc25da31dfe6a5ec1cb3362a6861ebd8cffd3e98fa46"
12
+ },
13
+ {
14
+ "bytes": 1246627,
15
+ "path": "test_public/tasks.jsonl",
16
+ "sha256": "c1f6dc5f34810ab2303c00dc303129f618cc902a255fca1208985b30f309460d"
17
+ }
18
+ ],
19
+ "seed": 42,
20
+ "splits": {
21
+ "dev": 800,
22
+ "test_public": 1000,
23
+ "train": 5000
24
+ },
25
+ "version": "v0.1"
26
+ }
test_public/tasks.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train/tasks.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
v0_1_freeze.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "domain_set": [
3
+ "crud",
4
+ "retrieval",
5
+ "files",
6
+ "scheduling"
7
+ ],
8
+ "fault_types": [
9
+ "schema_drift",
10
+ "rate_limit",
11
+ "timeout",
12
+ "authz",
13
+ "adversarial_error"
14
+ ],
15
+ "seed": 42,
16
+ "size_profile": "large",
17
+ "split_sizes": {
18
+ "dev": 800,
19
+ "test_public": 1000,
20
+ "train": 5000
21
+ },
22
+ "version": "v0.1"
23
+ }