Datasets:
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
ArXiv:
Tags:
"llm-eval"
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,6 +30,30 @@ dataset_info:
|
|
30 |
num_examples: 5
|
31 |
download_size: 151561
|
32 |
dataset_size: 199973
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
- config_name: college_physics
|
34 |
features:
|
35 |
- name: id
|
@@ -189,6 +213,10 @@ configs:
|
|
189 |
path: accountant/val-*
|
190 |
- split: dev
|
191 |
path: accountant/dev-*
|
|
|
|
|
|
|
|
|
192 |
- config_name: college_physics
|
193 |
data_files:
|
194 |
- split: test
|
|
|
30 |
num_examples: 5
|
31 |
download_size: 151561
|
32 |
dataset_size: 199973
|
33 |
+
- config_name: college_chemistry
|
34 |
+
features:
|
35 |
+
- name: id
|
36 |
+
dtype: int32
|
37 |
+
- name: question
|
38 |
+
dtype: string
|
39 |
+
- name: A
|
40 |
+
dtype: string
|
41 |
+
- name: B
|
42 |
+
dtype: string
|
43 |
+
- name: C
|
44 |
+
dtype: string
|
45 |
+
- name: D
|
46 |
+
dtype: string
|
47 |
+
- name: answer
|
48 |
+
dtype: string
|
49 |
+
- name: explanation
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: test
|
53 |
+
num_bytes: 45801
|
54 |
+
num_examples: 224
|
55 |
+
download_size: 36438
|
56 |
+
dataset_size: 45801
|
57 |
- config_name: college_physics
|
58 |
features:
|
59 |
- name: id
|
|
|
213 |
path: accountant/val-*
|
214 |
- split: dev
|
215 |
path: accountant/dev-*
|
216 |
+
- config_name: college_chemistry
|
217 |
+
data_files:
|
218 |
+
- split: test
|
219 |
+
path: college_chemistry/test-*
|
220 |
- config_name: college_physics
|
221 |
data_files:
|
222 |
- split: test
|