Datasets:
Update ceval-exam.py
Browse files- ceval-exam.py +7 -2
ceval-exam.py
CHANGED
@@ -18,11 +18,16 @@ import pandas as pd
|
|
18 |
|
19 |
|
20 |
_CITATION = """\
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
22 |
"""
|
23 |
|
24 |
_DESCRIPTION = """\
|
25 |
-
|
26 |
"""
|
27 |
|
28 |
_HOMEPAGE = "https://cevalbenchmark.com"
|
|
|
18 |
|
19 |
|
20 |
_CITATION = """\
|
21 |
+
@article{huang2023ceval,
|
22 |
+
title={C-Eval: A Multi-Level Multi-Discipline Chinese Evaluation Suite for Foundation Models},
|
23 |
+
author={Huang, Yuzhen and Bai, Yuzhuo and Zhu, Zhihao and Zhang, Junlei and Zhang, Jinghan and Su, Tangjun and Liu, Junteng and Lv, Chuancheng and Zhang, Yikai and Lei, Jiayi and Qi, Fanchao and Fu, Yao and Sun, Maosong and He, Junxian},
|
24 |
+
journal={arXiv preprint arXiv:2305.08322},
|
25 |
+
year={2023}
|
26 |
+
}
|
27 |
"""
|
28 |
|
29 |
_DESCRIPTION = """\
|
30 |
+
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.
|
31 |
"""
|
32 |
|
33 |
_HOMEPAGE = "https://cevalbenchmark.com"
|