-
Notifications
You must be signed in to change notification settings - Fork 508
Expand file tree
/
Copy pathdevelopment.json
More file actions
94 lines (94 loc) 路 2.71 KB
/
Copy pathdevelopment.json
File metadata and controls
94 lines (94 loc) 路 2.71 KB
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
{
"version": 1,
"description": "Rows used to develop structured RLM prompts. These rows are not a held-out release benchmark.",
"cases": [
{
"id": "oolong-real-dnd-0",
"role": "development",
"dataset": "oolongbench/oolong-real",
"datasetRevision": "6bc9ef04866fcf005c9749b70649be69dd37fffb",
"config": "dnd",
"split": "test",
"row": 0,
"sourceHash": "fnv1a-dc0a79c6",
"family": "roll-count"
},
{
"id": "oolong-real-dnd-30",
"role": "development",
"dataset": "oolongbench/oolong-real",
"datasetRevision": "6bc9ef04866fcf005c9749b70649be69dd37fffb",
"config": "dnd",
"split": "test",
"row": 30,
"sourceHash": "fnv1a-4ae660b9",
"family": "first-event"
},
{
"id": "oolong-real-dnd-35",
"role": "development",
"dataset": "oolongbench/oolong-real",
"datasetRevision": "6bc9ef04866fcf005c9749b70649be69dd37fffb",
"config": "dnd",
"split": "test",
"row": 35,
"sourceHash": "fnv1a-69b7b188",
"family": "semantic-frequency"
},
{
"id": "oolong-real-dnd-39",
"role": "development",
"dataset": "oolongbench/oolong-real",
"datasetRevision": "6bc9ef04866fcf005c9749b70649be69dd37fffb",
"config": "dnd",
"split": "test",
"row": 39,
"sourceHash": "fnv1a-3e479894",
"family": "semantic-classification"
},
{
"id": "oolong-real-dnd-2500",
"role": "development",
"dataset": "oolongbench/oolong-real",
"datasetRevision": "6bc9ef04866fcf005c9749b70649be69dd37fffb",
"config": "dnd",
"split": "test",
"row": 2500,
"sourceHash": "fnv1a-385d828a",
"family": "last-event-per-document"
},
{
"id": "oolong-synth-0",
"role": "development",
"dataset": "oolongbench/oolong-synth",
"datasetRevision": "f0d59eaf0febf130664cfceb710436c8e3216b2b",
"config": "default",
"split": "test",
"row": 0,
"sourceHash": "fnv1a-3e089e33",
"family": "semantic-frequency"
},
{
"id": "oolong-synth-1200",
"role": "development",
"dataset": "oolongbench/oolong-synth",
"datasetRevision": "f0d59eaf0febf130664cfceb710436c8e3216b2b",
"config": "default",
"split": "test",
"row": 1200,
"sourceHash": "fnv1a-a7b6af80",
"family": "semantic-frequency"
},
{
"id": "oolong-synth-2800",
"role": "development",
"dataset": "oolongbench/oolong-synth",
"datasetRevision": "f0d59eaf0febf130664cfceb710436c8e3216b2b",
"config": "default",
"split": "test",
"row": 2800,
"sourceHash": "fnv1a-7e3ff114",
"family": "semantic-frequency"
}
]
}