Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 838 Bytes
2dc1755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: subject
    dtype: string
  - name: grade
    dtype: string
  - name: skill
    dtype: string
  - name: pic_choice
    dtype: bool
  - name: pic_prob
    dtype: bool
  - name: problem
    dtype: string
  - name: problem_pic
    dtype: binary
  - name: choices
    sequence: string
  - name: choices_pic
    sequence: binary
  - name: answer_idx
    dtype: int64
  splits:
  - name: train
    num_bytes: 28874513377
    num_examples: 644797
  - name: valid
    num_bytes: 9606268196
    num_examples: 214272
  - name: test
    num_bytes: 9539195843
    num_examples: 214077
  download_size: 47733024813
  dataset_size: 48019977416
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---