Pedrada commited on
Commit
685ed68
1 Parent(s): 3d440b6

Update reference

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -10,8 +10,6 @@ language:
10
 
11
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-2022-154m](https://huggingface.co/cardiffnlp/twitter-roberta-base-2022-154m) for binary hate-speech classification. A combination of 13 different hate-speech datasets in the English language were used to fine-tune the model.
12
 
13
- ## Following metrics are achieved
14
-
15
  | **Dataset** | **Accuracy** | **Macro-F1** | **Weighted-F1** |
16
  |:----------|-----------:|-----------:|--------------:|
17
  | hatEval, SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter | 0.5831 | 0.5646 | 0.548 |
@@ -46,14 +44,20 @@ model.predict('I love everybody :)')
46
  ```
47
 
48
 
49
- ### Model based on:
50
  ```
51
- @misc{antypas2023robust,
52
- title={Robust Hate Speech Detection in Social Media: A Cross-Dataset Empirical Evaluation},
53
- author={Dimosthenis Antypas and Jose Camacho-Collados},
54
- year={2023},
55
- eprint={2307.01680},
56
- archivePrefix={arXiv},
57
- primaryClass={cs.CL}
 
 
 
 
 
58
  }
 
59
  ```
 
10
 
11
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-2022-154m](https://huggingface.co/cardiffnlp/twitter-roberta-base-2022-154m) for binary hate-speech classification. A combination of 13 different hate-speech datasets in the English language were used to fine-tune the model.
12
 
 
 
13
  | **Dataset** | **Accuracy** | **Macro-F1** | **Weighted-F1** |
14
  |:----------|-----------:|-----------:|--------------:|
15
  | hatEval, SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter | 0.5831 | 0.5646 | 0.548 |
 
44
  ```
45
 
46
 
47
+ ### Reference paper - Model based on:
48
  ```
49
+ @inproceedings{antypas-camacho-collados-2023-robust,
50
+ title = "Robust Hate Speech Detection in Social Media: A Cross-Dataset Empirical Evaluation",
51
+ author = "Antypas, Dimosthenis and
52
+ Camacho-Collados, Jose",
53
+ booktitle = "The 7th Workshop on Online Abuse and Harms (WOAH)",
54
+ month = jul,
55
+ year = "2023",
56
+ address = "Toronto, Canada",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/2023.woah-1.25",
59
+ pages = "231--242",
60
+ abstract = "The automatic detection of hate speech online is an active research area in NLP. Most of the studies to date are based on social media datasets that contribute to the creation of hate speech detection models trained on them. However, data creation processes contain their own biases, and models inherently learn from these dataset-specific biases. In this paper, we perform a large-scale cross-dataset comparison where we fine-tune language models on different hate speech detection datasets. This analysis shows how some datasets are more generalizable than others when used as training data. Crucially, our experiments show how combining hate speech detection datasets can contribute to the development of robust hate speech detection models. This robustness holds even when controlling by data size and compared with the best individual datasets.",
61
  }
62
+
63
  ```