File size: 827 Bytes
bccaa43
 
53b760b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ffb856f
 
 
 
53b760b
 
ffb856f
53b760b
ffb856f
 
53b760b
 
 
 
 
bccaa43
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: question
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: string
  - name: question_type
    dtype: string
  - name: tid
    dtype: int64
  - name: difficulty
    dtype: string
  - name: format_hint
    dtype: string
  - name: relevant_concepts
    sequence: string
  - name: question_hint
    dtype: string
  - name: category
    dtype: string
  - name: subcategory
    dtype: string
  - name: id
    dtype: int64
  - name: ts1
    sequence: float64
  - name: ts2
    sequence: float64
  splits:
  - name: test
    num_bytes: 1623762
    num_examples: 763
  download_size: 1278082
  dataset_size: 1623762
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---