holylovenia commited on
Commit
7c0e844
1 Parent(s): fb15788

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - emotion-classification
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # emotcmt
10
+
11
+ EmotCMT is an emotion classification Indonesian-English code-mixing dataset created through an Indonesian-English code-mixed Twitter data pipeline consisting of 4 processing steps, i.e., tokenization, language identification, lexical normalization, and translation. The dataset consists of 825 tweets, 22.736 tokens with 11.204 Indonesian tokens and 5.613 English tokens. Each tweet is labelled with an emotion, i.e., cinta (love), takut (fear), sedih (sadness), senang (joy), or marah (anger).
12
+
13
+ ## Dataset Usage
14
+
15
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
16
+
17
+ ## Citation
18
+
19
+ ```
20
+ @inproceedings{barik-etal-2019-normalization,
21
+ title = "Normalization of {I}ndonesian-{E}nglish Code-Mixed {T}witter Data",
22
+ author = "Barik, Anab Maulana and
23
+ Mahendra, Rahmad and
24
+ Adriani, Mirna",
25
+ booktitle = "Proceedings of the 5th Workshop on Noisy User-generated Text (W-NUT 2019)",
26
+ month = nov,
27
+ year = "2019",
28
+ address = "Hong Kong, China",
29
+ publisher = "Association for Computational Linguistics",
30
+ url = "https://aclanthology.org/D19-5554",
31
+ doi = "10.18653/v1/D19-5554",
32
+ pages = "417--424"
33
+ }
34
+
35
+ @article{Yulianti2021NormalisationOI,
36
+ title={Normalisation of Indonesian-English Code-Mixed Text and its Effect on Emotion Classification},
37
+ author={Evi Yulianti and Ajmal Kurnia and Mirna Adriani and Yoppy Setyo Duto},
38
+ journal={International Journal of Advanced Computer Science and Applications},
39
+ year={2021}
40
+ }
41
+ ```
42
+
43
+ ## License
44
+
45
+ MIT
46
+
47
+ ## Homepage
48
+
49
+ [https://github.com/ir-nlp-csui/emotcmt](https://github.com/ir-nlp-csui/emotcmt)
50
+
51
+ ### NusaCatalogue
52
+
53
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)