File size: 1,198 Bytes
b214aef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4a9e3a4
 
b214aef
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
---
license: cc-by-4.0
dataset_info:
  features:
  - name: question_slice_id
    dtype: string
  - name: qa_l0
    dtype: string
  - name: qa_l1
    dtype: string
  - name: question_category
    dtype: string
  - name: content_cn
    struct:
    - name: answer
      dtype: string
    - name: question
      dtype: string
    - name: options
      struct:
      - name: A
        dtype: string
      - name: B
        dtype: string
      - name: C
        dtype: string
      - name: D
        dtype: string
  - name: content_en
    struct:
    - name: answer
      dtype: string
    - name: question
      dtype: string
    - name: options
      struct:
      - name: A
        dtype: string
      - name: B
        dtype: string
      - name: C
        dtype: string
      - name: D
        dtype: string
  - name: image_0
    dtype: image
  - name: image_1
    dtype: image
  - name: image_2
    dtype: image
  splits:
  - name: train
    num_bytes: 6176236241.365
    num_examples: 16185
  download_size: 5492325507
  dataset_size: 6176236241.365
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
language:
- en
- zh
task_categories:
- question-answering
---