Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,6 @@ license: mit
|
|
11 |
|
12 |
A monolingual model for hate speech classification of social media content in English language. The model was trained on 103190 YouTube comments and tested on an independent test set of 20554 YouTube comments. It is based on English BERT base pre-trained language model.
|
13 |
|
14 |
-
## Details on data acquisition and labeling including the Annotation guidelines
|
15 |
-
http://imsypp.ijs.si/wp-content/uploads/2021/12/IMSyPP_D2.2_multilingual-dataset.pdf
|
16 |
-
|
17 |
## Please cite:
|
18 |
Kralj Novak, P., Scantamburlo, T., Pelicon, A., Cinelli, M., Mozetič, I., & Zollo, F. (2022, July). Handling disagreement in hate speech modelling. In International Conference on Information Processing and Management of Uncertainty in Knowledge-Based Systems (pp. 681-695). Cham: Springer International Publishing.
|
19 |
https://link.springer.com/chapter/10.1007/978-3-031-08974-9_54
|
@@ -30,3 +27,6 @@ The model classifies each input into one of four distinct classes:
|
|
30 |
* 2 - offensive
|
31 |
* 3 - violent
|
32 |
|
|
|
|
|
|
|
|
11 |
|
12 |
A monolingual model for hate speech classification of social media content in English language. The model was trained on 103190 YouTube comments and tested on an independent test set of 20554 YouTube comments. It is based on English BERT base pre-trained language model.
|
13 |
|
|
|
|
|
|
|
14 |
## Please cite:
|
15 |
Kralj Novak, P., Scantamburlo, T., Pelicon, A., Cinelli, M., Mozetič, I., & Zollo, F. (2022, July). Handling disagreement in hate speech modelling. In International Conference on Information Processing and Management of Uncertainty in Knowledge-Based Systems (pp. 681-695). Cham: Springer International Publishing.
|
16 |
https://link.springer.com/chapter/10.1007/978-3-031-08974-9_54
|
|
|
27 |
* 2 - offensive
|
28 |
* 3 - violent
|
29 |
|
30 |
+
* Details on data acquisition and labeling including the Annotation guidelines:
|
31 |
+
http://imsypp.ijs.si/wp-content/uploads/2021/12/IMSyPP_D2.2_multilingual-dataset.pdf
|
32 |
+
|