shulin16 commited on
Commit
f6eb665
·
verified ·
1 Parent(s): 298c8aa

Backup build_benchmark

Browse files
20260429T191134Z/benchmark_full.json ADDED
The diff for this file is too large to render. See raw diff
 
20260429T191134Z/stats.json ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total": {
3
+ "num_questions": 662,
4
+ "num_videos": 95,
5
+ "num_annotators": 19,
6
+ "question_type_dist": {
7
+ "causal_reasoning": {
8
+ "count": 341,
9
+ "pct": 51.5
10
+ },
11
+ "recognition": {
12
+ "count": 150,
13
+ "pct": 22.7
14
+ },
15
+ "temporal_reasoning": {
16
+ "count": 118,
17
+ "pct": 17.8
18
+ },
19
+ "counting": {
20
+ "count": 22,
21
+ "pct": 3.3
22
+ },
23
+ "procedural": {
24
+ "count": 13,
25
+ "pct": 2.0
26
+ },
27
+ "verification": {
28
+ "count": 10,
29
+ "pct": 1.5
30
+ },
31
+ "spatial": {
32
+ "count": 8,
33
+ "pct": 1.2
34
+ }
35
+ },
36
+ "difficulty_dist": {
37
+ "medium": {
38
+ "count": 361,
39
+ "pct": 54.5
40
+ },
41
+ "hard": {
42
+ "count": 168,
43
+ "pct": 25.4
44
+ },
45
+ "easy": {
46
+ "count": 127,
47
+ "pct": 19.2
48
+ },
49
+ "unrated": {
50
+ "count": 6,
51
+ "pct": 0.9
52
+ }
53
+ },
54
+ "mean_model_accuracy": 0.4957
55
+ },
56
+ "splits": {
57
+ "train": {
58
+ "num_questions": 270,
59
+ "num_videos": 37,
60
+ "num_annotators": 11,
61
+ "question_type_dist": {
62
+ "causal_reasoning": {
63
+ "count": 139,
64
+ "pct": 51.5
65
+ },
66
+ "recognition": {
67
+ "count": 60,
68
+ "pct": 22.2
69
+ },
70
+ "temporal_reasoning": {
71
+ "count": 45,
72
+ "pct": 16.7
73
+ },
74
+ "counting": {
75
+ "count": 11,
76
+ "pct": 4.1
77
+ },
78
+ "verification": {
79
+ "count": 6,
80
+ "pct": 2.2
81
+ },
82
+ "procedural": {
83
+ "count": 6,
84
+ "pct": 2.2
85
+ },
86
+ "spatial": {
87
+ "count": 3,
88
+ "pct": 1.1
89
+ }
90
+ },
91
+ "difficulty_dist": {
92
+ "medium": {
93
+ "count": 150,
94
+ "pct": 55.6
95
+ },
96
+ "hard": {
97
+ "count": 67,
98
+ "pct": 24.8
99
+ },
100
+ "easy": {
101
+ "count": 53,
102
+ "pct": 19.6
103
+ }
104
+ },
105
+ "mean_model_accuracy": 0.4994
106
+ },
107
+ "val": {
108
+ "num_questions": 143,
109
+ "num_videos": 21,
110
+ "num_annotators": 10,
111
+ "question_type_dist": {
112
+ "causal_reasoning": {
113
+ "count": 72,
114
+ "pct": 50.3
115
+ },
116
+ "recognition": {
117
+ "count": 40,
118
+ "pct": 28.0
119
+ },
120
+ "temporal_reasoning": {
121
+ "count": 24,
122
+ "pct": 16.8
123
+ },
124
+ "counting": {
125
+ "count": 5,
126
+ "pct": 3.5
127
+ },
128
+ "spatial": {
129
+ "count": 1,
130
+ "pct": 0.7
131
+ },
132
+ "verification": {
133
+ "count": 1,
134
+ "pct": 0.7
135
+ }
136
+ },
137
+ "difficulty_dist": {
138
+ "medium": {
139
+ "count": 73,
140
+ "pct": 51.0
141
+ },
142
+ "hard": {
143
+ "count": 43,
144
+ "pct": 30.1
145
+ },
146
+ "easy": {
147
+ "count": 24,
148
+ "pct": 16.8
149
+ },
150
+ "unrated": {
151
+ "count": 3,
152
+ "pct": 2.1
153
+ }
154
+ },
155
+ "mean_model_accuracy": 0.4501
156
+ },
157
+ "test": {
158
+ "num_questions": 249,
159
+ "num_videos": 37,
160
+ "num_annotators": 17,
161
+ "question_type_dist": {
162
+ "causal_reasoning": {
163
+ "count": 130,
164
+ "pct": 52.2
165
+ },
166
+ "recognition": {
167
+ "count": 50,
168
+ "pct": 20.1
169
+ },
170
+ "temporal_reasoning": {
171
+ "count": 49,
172
+ "pct": 19.7
173
+ },
174
+ "procedural": {
175
+ "count": 7,
176
+ "pct": 2.8
177
+ },
178
+ "counting": {
179
+ "count": 6,
180
+ "pct": 2.4
181
+ },
182
+ "spatial": {
183
+ "count": 4,
184
+ "pct": 1.6
185
+ },
186
+ "verification": {
187
+ "count": 3,
188
+ "pct": 1.2
189
+ }
190
+ },
191
+ "difficulty_dist": {
192
+ "medium": {
193
+ "count": 138,
194
+ "pct": 55.4
195
+ },
196
+ "hard": {
197
+ "count": 58,
198
+ "pct": 23.3
199
+ },
200
+ "easy": {
201
+ "count": 50,
202
+ "pct": 20.1
203
+ },
204
+ "unrated": {
205
+ "count": 3,
206
+ "pct": 1.2
207
+ }
208
+ },
209
+ "mean_model_accuracy": 0.5176
210
+ }
211
+ },
212
+ "config": {
213
+ "seed": 42,
214
+ "split_ratios": {
215
+ "train": 0.4,
216
+ "val": 0.2,
217
+ "test": 0.4
218
+ },
219
+ "difficulty_thresholds": {
220
+ "easy": 0.8,
221
+ "medium": 0.4
222
+ }
223
+ }
224
+ }
20260429T191134Z/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
20260429T191134Z/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
20260429T191134Z/val.jsonl ADDED
The diff for this file is too large to render. See raw diff