Update HAE_RAE_BENCH.py
Browse files- HAE_RAE_BENCH.py +8 -2
HAE_RAE_BENCH.py
CHANGED
@@ -5,15 +5,21 @@ import json
|
|
5 |
import pandas as pd
|
6 |
|
7 |
_CITATION = """\
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"""
|
9 |
|
10 |
_DESCRIPTION = """\
|
11 |
-
|
12 |
"""
|
13 |
|
14 |
_HOMEPAGE = "https://huggingface.co/HAERAE-HUB"
|
15 |
|
16 |
-
_LICENSE = "
|
17 |
|
18 |
split_names = ['standard_nomenclature',
|
19 |
'correct_definition_matching',
|
|
|
5 |
import pandas as pd
|
6 |
|
7 |
_CITATION = """\
|
8 |
+
@article{son2023hae,
|
9 |
+
title={HAE-RAE Bench: Evaluation of Korean Knowledge in Language Models},
|
10 |
+
author={Son, Guijin and Lee, Hanwool and Kim, Suwan and Lee, Jaecheol and Yeom, Je Won and Jung, Jihyu and Kim, Jung Woo and Kim, Songseong},
|
11 |
+
journal={arXiv preprint arXiv:2309.02706},
|
12 |
+
year={2023}
|
13 |
+
}
|
14 |
"""
|
15 |
|
16 |
_DESCRIPTION = """\
|
17 |
+
HAE-RAE Bench
|
18 |
"""
|
19 |
|
20 |
_HOMEPAGE = "https://huggingface.co/HAERAE-HUB"
|
21 |
|
22 |
+
_LICENSE = "cc-by-nc-nd-4.0"
|
23 |
|
24 |
split_names = ['standard_nomenclature',
|
25 |
'correct_definition_matching',
|