searle-j commited on
Commit
6a3a134
1 Parent(s): ec521f0

Update kote.py

Browse files
Files changed (1) hide show
  1. kote.py +5 -7
kote.py CHANGED
@@ -20,13 +20,11 @@ import os
20
  import datasets
21
 
22
  _CITATION = """\
23
- @misc{jeon2022user,
24
- title={User Guide for KOTE: Korean Online Comments Emotions Dataset},
25
- author={Duyoung Jeon and Junho Lee and Cheongtag Kim},
26
- year={2022},
27
- eprint={2205.05300},
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