Datasets:
add citation info
Browse files- README.md +10 -3
- kobest_v1.py +8 -1
README.md
CHANGED
@@ -228,9 +228,16 @@ An example of a data point looks as follows.
|
|
228 |
|
229 |
### Licensing Information
|
230 |
|
231 |
-
|
232 |
-
|
233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
|
235 |
[More Information Needed]
|
236 |
|
|
|
228 |
|
229 |
### Licensing Information
|
230 |
|
231 |
+
```
|
232 |
+
@misc{https://doi.org/10.48550/arxiv.2204.04541,
|
233 |
+
doi = {10.48550/ARXIV.2204.04541},
|
234 |
+
url = {https://arxiv.org/abs/2204.04541},
|
235 |
+
author = {Kim, Dohyeong and Jang, Myeongjun and Kwon, Deuk Sin and Davis, Eric},
|
236 |
+
title = {KOBEST: Korean Balanced Evaluation of Significant Tasks},
|
237 |
+
publisher = {arXiv},
|
238 |
+
year = {2022},
|
239 |
+
}
|
240 |
+
```
|
241 |
|
242 |
[More Information Needed]
|
243 |
|
kobest_v1.py
CHANGED
@@ -9,7 +9,14 @@ import datasets
|
|
9 |
|
10 |
|
11 |
_CITATAION = """\
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"""
|
14 |
|
15 |
_DESCRIPTION = """\
|
|
|
9 |
|
10 |
|
11 |
_CITATAION = """\
|
12 |
+
@misc{https://doi.org/10.48550/arxiv.2204.04541,
|
13 |
+
doi = {10.48550/ARXIV.2204.04541},
|
14 |
+
url = {https://arxiv.org/abs/2204.04541},
|
15 |
+
author = {Kim, Dohyeong and Jang, Myeongjun and Kwon, Deuk Sin and Davis, Eric},
|
16 |
+
title = {KOBEST: Korean Balanced Evaluation of Significant Tasks},
|
17 |
+
publisher = {arXiv},
|
18 |
+
year = {2022},
|
19 |
+
}
|
20 |
"""
|
21 |
|
22 |
_DESCRIPTION = """\
|