Datasets:

Modalities:
Text
Formats:
parquet
License:
File size: 917 Bytes
050a498
 
54ff1c7
90e7a60
 
 
 
54ff1c7
 
 
 
 
90e7a60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54ff1c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
050a498
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
---

license: apache-2.0
configs:
- config_name: SuperGPQA
  data_files:
  - split: train
    path: SuperGPQA/train-*
- config_name: TimeMQA
  data_files:
  - split: train
    path: TimeMQA/train-*
dataset_info:
- config_name: SuperGPQA
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: options
    list: string
  - name: option_ids
    list: string
  - name: correct
    list: bool
  splits:
  - name: train
    num_bytes: 401023
    num_examples: 500
  download_size: 187785
  dataset_size: 401023
- config_name: TimeMQA
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: options
    list: string
  - name: option_ids
    list: string
  - name: correct
    list: bool
  splits:
  - name: train
    num_bytes: 154339
    num_examples: 500
  download_size: 78844
  dataset_size: 154339
---