Update README.md
Browse files
README.md
CHANGED
@@ -27,3 +27,25 @@ configs:
|
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
---
|
30 |
+
|
31 |
+
Reference: [https://github.com/adlnlp/K-MHaS](https://github.com/adlnlp/K-MHaS)
|
32 |
+
```
|
33 |
+
@inproceedings{lee-etal-2022-k,
|
34 |
+
title = "K-{MH}a{S}: A Multi-label Hate Speech Detection Dataset in {K}orean Online News Comment",
|
35 |
+
author = "Lee, Jean and
|
36 |
+
Lim, Taejun and
|
37 |
+
Lee, Heejun and
|
38 |
+
Jo, Bogeun and
|
39 |
+
Kim, Yangsok and
|
40 |
+
Yoon, Heegeun and
|
41 |
+
Han, Soyeon Caren",
|
42 |
+
booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
|
43 |
+
month = oct,
|
44 |
+
year = "2022",
|
45 |
+
address = "Gyeongju, Republic of Korea",
|
46 |
+
publisher = "International Committee on Computational Linguistics",
|
47 |
+
url = "https://aclanthology.org/2022.coling-1.311",
|
48 |
+
pages = "3530--3538",
|
49 |
+
abstract = "Online hate speech detection has become an important issue due to the growth of online content, but resources in languages other than English are extremely limited. We introduce K-MHaS, a new multi-label dataset for hate speech detection that effectively handles Korean language patterns. The dataset consists of 109k utterances from news comments and provides a multi-label classification using 1 to 4 labels, and handles subjectivity and intersectionality. We evaluate strong baselines on K-MHaS. KR-BERT with a sub-character tokenizer outperforms others, recognizing decomposed characters in each hate speech class.",
|
50 |
+
}
|
51 |
+
```
|