Datasets:
Add 'middle_school_chemistry' config data files
Browse files
README.md
CHANGED
@@ -290,6 +290,14 @@ configs:
|
|
290 |
path: middle_school_biology/val-*
|
291 |
- split: dev
|
292 |
path: middle_school_biology/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
dataset_info:
|
294 |
- config_name: accountant
|
295 |
features:
|
@@ -1341,6 +1349,36 @@ dataset_info:
|
|
1341 |
num_examples: 5
|
1342 |
download_size: 58872
|
1343 |
dataset_size: 56854
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1344 |
---
|
1345 |
|
1346 |
C-Eval is a comprehensive Chinese evaluation suite for foundation models. It consists of 13948 multi-choice questions spanning 52 diverse disciplines and four difficulty levels. Please visit our [website](https://cevalbenchmark.com/) and [GitHub](https://github.com/SJTU-LIT/ceval/tree/main) or check our [paper](https://arxiv.org/abs/2305.08322) for more details.
|
|
|
290 |
path: middle_school_biology/val-*
|
291 |
- split: dev
|
292 |
path: middle_school_biology/dev-*
|
293 |
+
- config_name: middle_school_chemistry
|
294 |
+
data_files:
|
295 |
+
- split: test
|
296 |
+
path: middle_school_chemistry/test-*
|
297 |
+
- split: val
|
298 |
+
path: middle_school_chemistry/val-*
|
299 |
+
- split: dev
|
300 |
+
path: middle_school_chemistry/dev-*
|
301 |
dataset_info:
|
302 |
- config_name: accountant
|
303 |
features:
|
|
|
1349 |
num_examples: 5
|
1350 |
download_size: 58872
|
1351 |
dataset_size: 56854
|
1352 |
+
- config_name: middle_school_chemistry
|
1353 |
+
features:
|
1354 |
+
- name: id
|
1355 |
+
dtype: int32
|
1356 |
+
- name: question
|
1357 |
+
dtype: string
|
1358 |
+
- name: A
|
1359 |
+
dtype: string
|
1360 |
+
- name: B
|
1361 |
+
dtype: string
|
1362 |
+
- name: C
|
1363 |
+
dtype: string
|
1364 |
+
- name: D
|
1365 |
+
dtype: string
|
1366 |
+
- name: answer
|
1367 |
+
dtype: string
|
1368 |
+
- name: explanation
|
1369 |
+
dtype: string
|
1370 |
+
splits:
|
1371 |
+
- name: test
|
1372 |
+
num_bytes: 47575
|
1373 |
+
num_examples: 185
|
1374 |
+
- name: val
|
1375 |
+
num_bytes: 5654
|
1376 |
+
num_examples: 20
|
1377 |
+
- name: dev
|
1378 |
+
num_bytes: 3866
|
1379 |
+
num_examples: 5
|
1380 |
+
download_size: 59005
|
1381 |
+
dataset_size: 57095
|
1382 |
---
|
1383 |
|
1384 |
C-Eval is a comprehensive Chinese evaluation suite for foundation models. It consists of 13948 multi-choice questions spanning 52 diverse disciplines and four difficulty levels. Please visit our [website](https://cevalbenchmark.com/) and [GitHub](https://github.com/SJTU-LIT/ceval/tree/main) or check our [paper](https://arxiv.org/abs/2305.08322) for more details.
|
middle_school_chemistry/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57f7eb6200f372eb1a2ba67baa97a18d3e04e196ae5b3f9c58a04c1f8465fee4
|
3 |
+
size 10461
|
middle_school_chemistry/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7deb682eb059613e09f7c0927056273dee0470488a1e12b21153953babc0694f
|
3 |
+
size 39349
|
middle_school_chemistry/val-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a34a2b9312b8bcaf76cbf6d0fca49088bf2d001b8701d26912acb020eaf3f859
|
3 |
+
size 9195
|