Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- hate-speech
|
7 |
+
- counterspeech
|
8 |
+
- irt
|
9 |
+
- arxiv:2009.10277
|
10 |
+
datasets:
|
11 |
+
- ucberkeley-dlab/measuring-hate-speech
|
12 |
+
---
|
13 |
+
|
14 |
+
# Measuring Hate Speech: RoBERTa-Base
|
15 |
+
|
16 |
+
This model predicts a continuous hate speech score as described in Kennedy et al. (2020).
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
```
|
21 |
+
@article{kennedy2020constructing,
|
22 |
+
title={Constructing interval variables via faceted Rasch measurement and multitask deep learning: a hate speech application},
|
23 |
+
author={Kennedy, Chris J and Bacon, Geoff and Sahn, Alexander and von Vacano, Claudia},
|
24 |
+
journal={arXiv preprint arXiv:2009.10277},
|
25 |
+
year={2020}
|
26 |
+
}
|
27 |
+
```
|
28 |
+
|
29 |
+
## References
|
30 |
+
|
31 |
+
Kennedy, C. J., Bacon, G., Sahn, A., & von Vacano, C. (2020). [Constructing interval variables via faceted Rasch measurement and multitask deep learning: a hate speech application](https://arxiv.org/abs/2009.10277). arXiv preprint arXiv:2009.10277.
|