Datasets:
Update kote.py
Browse files
kote.py
CHANGED
@@ -20,13 +20,11 @@ import os
|
|
20 |
import datasets
|
21 |
|
22 |
_CITATION = """\
|
23 |
-
@
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
archivePrefix={arXiv},
|
29 |
-
primaryClass={cs.CL}
|
30 |
}
|
31 |
"""
|
32 |
|
|
|
20 |
import datasets
|
21 |
|
22 |
_CITATION = """\
|
23 |
+
@article{jeon2022user,
|
24 |
+
title={User Guide for KOTE: Korean Online Comments Emotions Dataset},
|
25 |
+
author={Jeon, Duyoung and Lee, Junho and Kim, Cheongtag},
|
26 |
+
journal={arXiv preprint arXiv:2205.05300},
|
27 |
+
year={2022}
|
|
|
|
|
28 |
}
|
29 |
"""
|
30 |
|