Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
File size: 856 Bytes
0b24d22
 
498b41b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0b24d22
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
---

license: mit
dataset_info:
  features:
  - name: id
    dtype: string
  - name: exam_source
    dtype: string
  - name: exam_date
    dtype: string
  - name: question_number
    dtype: int32
  - name: question_text
    dtype: string
  - name: context
    dtype: string
  - name: options
    sequence: string
  - name: answer
    struct:
    - name: type
      dtype: string
    - name: correct_answer
      dtype: string
    - name: correct_answers
      sequence:
      - name: statement
        dtype: string
      - name: value
        dtype: string
    - name: raw_answer_text
      dtype: string
  splits:
  - name: train
    num_bytes: 457634
    num_examples: 364
  download_size: 187798
  dataset_size: 457634
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---