Commit
·
702e9ed
1
Parent(s):
6d6f8f2
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,10 @@ A monolingual model for hate speech classification of social media content in En
|
|
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 |
## Tokenizer
|
18 |
|
19 |
During training the text was preprocessed using the original English BERT base tokenizer. We suggest the same tokenizer is used for inference.
|
|
|
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
|
20 |
+
|
21 |
## Tokenizer
|
22 |
|
23 |
During training the text was preprocessed using the original English BERT base tokenizer. We suggest the same tokenizer is used for inference.
|