File size: 5,736 Bytes
908f811
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# InfoSeek statistics

최신 local InfoSeek 파일과 새로 추가된 `infoseek_val_qtype.jsonl` 기준으로 다시 계산했다.

Raw 계산 결과:

```text
dataset_explanation/infoseek/infoseek_stats_full.json
```

사용한 KnowCoL entity set:

```text
KnowCoL/knowcol/datasets/wikidata_subgraph_v1/entity.txt
```

주의:

```text
train/val은 with-KB 파일이 있으므로 gold QID가 명시되어 있다.
test/human은 local에 explicit with-KB 파일이 없다.
또한 최신 OVEN test/human 파일에도 entity_id가 없다.
따라서 test/human의 entity coverage는 현재 local 파일만으로는 공식적으로 계산할 수 없다.
```

---

## 1. Local files

```text
infoseek_train.jsonl
infoseek_train_withkb.jsonl
infoseek_val.jsonl
infoseek_val_withkb.jsonl
infoseek_val_qtype.jsonl
infoseek_test.jsonl
infoseek_human.jsonl
infoseek_human_qtype.jsonl
```

---

## 2. Train

Gold entity source:

```text
infoseek_train_withkb.jsonl
```

```text
rows / Q-A pairs: 934,048
unique images: 770,602
unique entities: 5,549
missing entity rows: 0
```

KnowCoL coverage:

```text
in KnowCoL entity.txt: 5,549
not in KnowCoL entity.txt: 0
```

Answer type:

```text
list[str] / string-or-time style: 743,065
numerical dict: 190,983
```

---

## 3. Validation

Gold entity source:

```text
infoseek_val_withkb.jsonl
```

Question type source:

```text
infoseek_val_qtype.jsonl
```

Overall:

```text
rows / Q-A pairs: 73,620
unique images: 37,999
unique entities: 1,794
missing entity rows: 0
```

KnowCoL coverage:

```text
in KnowCoL entity.txt: 1,794
not in KnowCoL entity.txt: 0
```

Answer type:

```text
list[str] / string-or-time style: 57,724
numerical dict: 15,896
```

Question type:

```text
String: 54,319
Numerical: 15,896
Time: 3,405
```

### val_unseen_entity

```text
rows: 54,964
unique images: 26,278
unique entities: 1,192

KnowCoL coverage:
  in KnowCoL entity.txt: 1,192
  not in KnowCoL entity.txt: 0

answer type:
  list[str] / string-or-time style: 43,455
  numerical dict: 11,509

question type:
  String: 40,864
  Numerical: 11,509
  Time: 2,591
```

### val_unseen_question

```text
rows: 18,656
unique images: 11,727
unique entities: 602

KnowCoL coverage:
  in KnowCoL entity.txt: 602
  not in KnowCoL entity.txt: 0

answer type:
  list[str] / string-or-time style: 14,269
  numerical dict: 4,387

question type:
  String: 13,455
  Numerical: 4,387
  Time: 814
```

---

## 4. Test

Current local status:

```text
explicit test_withkb file: not present
latest OVEN test files with entity_id: not present
```

Therefore:

```text
rows / Q-A pairs: 347,980
unique images: 193,793
gold entity coverage: not reliably available from current local files
```

Only a small subset can be weakly resolved by accidental image-id overlap with labeled OVEN train/val files:

```text
resolved rows by image_id overlap: 5,679
missing entity rows: 342,301
resolved unique entities: 41
```

This is not an official test entity mapping and should not be used as a main coverage claim.

Answer type:

```text
list[str] / string-or-time style: 268,361
numerical dict: 79,619
```

Split:

```text
test_unseen_entity:
  rows: 249,079
  unique images: 130,517
  weakly resolved rows: 4,300
  missing entity rows: 244,779
  answer type:
    list[str] / string-or-time style: 194,666
    numerical dict: 54,413

test_unseen_question:
  rows: 98,901
  unique images: 63,531
  weakly resolved rows: 1,379
  missing entity rows: 97,522
  answer type:
    list[str] / string-or-time style: 73,695
    numerical dict: 25,206
```

---

## 5. Human

Current local status:

```text
explicit human_withkb file: not present
latest OVEN human file with entity_id: not present
```

Therefore:

```text
rows / Q-A pairs: 8,931
unique images: 8,884
gold entity coverage: not reliably available from current local files
```

Only a very small subset can be weakly resolved by accidental image-id overlap with labeled OVEN train/val files:

```text
resolved rows by image_id overlap: 116
missing entity rows: 8,815
resolved unique entities: 14
```

This is not an official human entity mapping and should not be used as a main coverage claim.

Answer type:

```text
list[str] / string-or-time style: 6,551
structured numeric dict: 2,380
```

Question type from `infoseek_human_qtype.jsonl`:

```text
String: 4,049
Time: 2,502
Numerical: 2,380
```

Split:

```text
human_unseen_entity:
  rows: 5,683
  unique images: 5,682
  weakly resolved rows: 68
  missing entity rows: 5,615
  question type:
    String: 2,600
    Time: 1,598
    Numerical: 1,485

human_unseen_question:
  rows: 3,248
  unique images: 3,203
  weakly resolved rows: 48
  missing entity rows: 3,200
  question type:
    String: 1,449
    Time: 904
    Numerical: 895
```

---

## 6. Reliable entity coverage claim

Reliable coverage should currently be stated only for train/val:

```text
InfoSeek train unique entities: 5,549
InfoSeek val unique entities: 1,794
train/val union: available in raw stats

all explicit train/val entities are in KnowCoL entity.txt.
```

Do not claim full test/human entity coverage unless we restore:

```text
test_withkb / human_withkb
or
older OVEN evaluation files that contain gold entity_id
or
an official image_id -> entity_id mapping.
```

---

## 7. Interpretation for our framework

Usable immediately:

```text
train:
  gold QID available
  can build entity/fact training data

val:
  gold QID available
  qtype available
  can evaluate fact recovery by String / Numerical / Time
```

Not reliable yet:

```text
test/human entity/fact coverage
```

For test/human QA evaluation, we can still use the question-answer files as QA benchmarks, but entity-level or fact-level oracle analysis requires restoring gold QID mappings.