File size: 1,948 Bytes
f9089f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
dataset_info:
  features:
  - name: q_id
    dtype: string
  - name: question
    dtype: string
  - name: cot_id
    dtype: int64
  - name: parsed_answer
    dtype: string
  - name: answer
    dtype: string
  - name: cot
    list: string
  - name: labels
    list: int64
  splits:
  - name: law
    num_bytes: 18025961
    num_examples: 7806
  - name: psychology
    num_bytes: 10105943
    num_examples: 7901
  - name: chemistry
    num_bytes: 11674347
    num_examples: 6537
  - name: biology
    num_bytes: 11185235
    num_examples: 6420
  - name: physics
    num_bytes: 10227276
    num_examples: 6680
  - name: history
    num_bytes: 2344940
    num_examples: 1275
  - name: economics
    num_bytes: 12701678
    num_examples: 7749
  - name: math
    num_bytes: 9097417
    num_examples: 6940
  - name: business
    num_bytes: 9456117
    num_examples: 6969
  - name: philosophy
    num_bytes: 3329742
    num_examples: 3125
  - name: health
    num_bytes: 9556176
    num_examples: 7202
  - name: engineering
    num_bytes: 12616516
    num_examples: 6032
  - name: computer_science
    num_bytes: 2505734
    num_examples: 1638
  - name: other
    num_bytes: 8211456
    num_examples: 7824
  download_size: 25073092
  dataset_size: 131038538
configs:
- config_name: default
  data_files:
  - split: law
    path: data/law-*
  - split: psychology
    path: data/psychology-*
  - split: chemistry
    path: data/chemistry-*
  - split: biology
    path: data/biology-*
  - split: physics
    path: data/physics-*
  - split: history
    path: data/history-*
  - split: economics
    path: data/economics-*
  - split: math
    path: data/math-*
  - split: business
    path: data/business-*
  - split: philosophy
    path: data/philosophy-*
  - split: health
    path: data/health-*
  - split: engineering
    path: data/engineering-*
  - split: computer_science
    path: data/computer_science-*
  - split: other
    path: data/other-*
---