Commit
·
7d6627a
1
Parent(s):
90b9f98
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,4 +3,52 @@ tags:
|
|
3 |
- aspect-based-sentiment-analysis
|
4 |
language:
|
5 |
- ind
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- aspect-based-sentiment-analysis
|
4 |
language:
|
5 |
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
The ID_MULTILABEL_HS dataset is collection of 13,169 tweets in Indonesian language,
|
9 |
+
designed for hate speech detection NLP task. This dataset is combination from previous research and newly crawled data from Twitter.
|
10 |
+
This is a multilabel dataset with label details as follows:
|
11 |
+
-HS : hate speech label;
|
12 |
+
-Abusive : abusive language label;
|
13 |
+
-HS_Individual : hate speech targeted to an individual;
|
14 |
+
-HS_Group : hate speech targeted to a group;
|
15 |
+
-HS_Religion : hate speech related to religion/creed;
|
16 |
+
-HS_Race : hate speech related to race/ethnicity;
|
17 |
+
-HS_Physical : hate speech related to physical/disability;
|
18 |
+
-HS_Gender : hate speech related to gender/sexual orientation;
|
19 |
+
-HS_Gender : hate related to other invective/slander;
|
20 |
+
-HS_Weak : weak hate speech;
|
21 |
+
-HS_Moderate : moderate hate speech;
|
22 |
+
-HS_Strong : strong hate speech.
|
23 |
+
|
24 |
+
|
25 |
+
## Dataset Usage
|
26 |
+
|
27 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
28 |
+
|
29 |
+
## Citation
|
30 |
+
|
31 |
+
```@inproceedings{ibrohim-budi-2019-multi,
|
32 |
+
title = "Multi-label Hate Speech and Abusive Language Detection in {I}ndonesian {T}witter",
|
33 |
+
author = "Ibrohim, Muhammad Okky and
|
34 |
+
Budi, Indra",
|
35 |
+
booktitle = "Proceedings of the Third Workshop on Abusive Language Online",
|
36 |
+
month = aug,
|
37 |
+
year = "2019",
|
38 |
+
address = "Florence, Italy",
|
39 |
+
publisher = "Association for Computational Linguistics",
|
40 |
+
url = "https://aclanthology.org/W19-3506",
|
41 |
+
doi = "10.18653/v1/W19-3506",
|
42 |
+
pages = "46--57",
|
43 |
+
}
|
44 |
+
```
|
45 |
+
|
46 |
+
## License
|
47 |
+
|
48 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
|
49 |
+
|
50 |
+
## Homepage
|
51 |
+
|
52 |
+
### NusaCatalogue
|
53 |
+
|
54 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|