File size: 1,436 Bytes
2b1b83c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608aa5f
2b1b83c
 
608aa5f
2b1b83c
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
---
license: cc-by-sa-4.0
dataset_info:
- config_name: context
  features:
  - name: query_id
    dtype: string
  - name: text
    dtype: string
  - name: positive_image_ids
    sequence: string
  splits:
  - name: test
    num_bytes: 3361176
    num_examples: 1176
  download_size: 1829758
  dataset_size: 3361176
- config_name: corpus
  features:
  - name: image_id
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: test
    num_bytes: 154564192.545
    num_examples: 1031
  download_size: 152351340
  dataset_size: 154564192.545
- config_name: question
  features:
  - name: query_id
    dtype: string
  - name: text
    dtype: string
  - name: positive_image_ids
    sequence: string
  splits:
  - name: test
    num_bytes: 278500
    num_examples: 1176
  download_size: 116239
  dataset_size: 278500
configs:
- config_name: context
  data_files:
  - split: test
    path: context/test-*
- config_name: corpus
  data_files:
  - split: test
    path: corpus/test-*
- config_name: question
  data_files:
  - split: test
    path: question/test-*
---

下記のデータセットのtest splitをretrievalの評価データセットとして編集したものです。  
https://huggingface.co/datasets/shunk031/JDocQA

corpusにはtest splitのquestion_page_numberに含まれるページのみが含まれます。  
corpusの画像は縦横の長い辺が720pxを超えないように縮小されています。