holylovenia
commited on
Commit
•
3b913b6
1
Parent(s):
16b8d7b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,22 +5,37 @@ 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 |
|
@@ -28,7 +43,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
28 |
|
29 |
## Citation
|
30 |
|
31 |
-
|
|
|
32 |
title = "Multi-label Hate Speech and Abusive Language Detection in {I}ndonesian {T}witter",
|
33 |
author = "Ibrohim, Muhammad Okky and
|
34 |
Budi, Indra",
|
@@ -49,6 +65,8 @@ 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)
|
|
|
5 |
- ind
|
6 |
---
|
7 |
|
8 |
+
# id_multilabel_hs
|
9 |
+
|
10 |
The ID_MULTILABEL_HS dataset is collection of 13,169 tweets in Indonesian language,
|
11 |
+
|
12 |
designed for hate speech detection NLP task. This dataset is combination from previous research and newly crawled data from Twitter.
|
13 |
+
|
14 |
This is a multilabel dataset with label details as follows:
|
15 |
+
|
16 |
-HS : hate speech label;
|
17 |
+
|
18 |
-Abusive : abusive language label;
|
19 |
+
|
20 |
-HS_Individual : hate speech targeted to an individual;
|
21 |
+
|
22 |
-HS_Group : hate speech targeted to a group;
|
23 |
+
|
24 |
-HS_Religion : hate speech related to religion/creed;
|
25 |
+
|
26 |
-HS_Race : hate speech related to race/ethnicity;
|
27 |
+
|
28 |
-HS_Physical : hate speech related to physical/disability;
|
29 |
+
|
30 |
-HS_Gender : hate speech related to gender/sexual orientation;
|
31 |
+
|
32 |
-HS_Gender : hate related to other invective/slander;
|
33 |
+
|
34 |
-HS_Weak : weak hate speech;
|
35 |
+
|
36 |
-HS_Moderate : moderate hate speech;
|
|
|
37 |
|
38 |
+
-HS_Strong : strong hate speech.
|
39 |
|
40 |
## Dataset Usage
|
41 |
|
|
|
43 |
|
44 |
## Citation
|
45 |
|
46 |
+
```
|
47 |
+
@inproceedings{ibrohim-budi-2019-multi,
|
48 |
title = "Multi-label Hate Speech and Abusive Language Detection in {I}ndonesian {T}witter",
|
49 |
author = "Ibrohim, Muhammad Okky and
|
50 |
Budi, Indra",
|
|
|
65 |
|
66 |
## Homepage
|
67 |
|
68 |
+
[https://aclanthology.org/W19-3506/](https://aclanthology.org/W19-3506/)
|
69 |
+
|
70 |
### NusaCatalogue
|
71 |
|
72 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|