ck37 commited on
Commit
30c2878
1 Parent(s): d1f4d85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,7 +1,28 @@
 
 
 
 
 
 
 
 
 
 
1
  # Measuring hate speech: RoBERTa-Large
2
 
3
  This model predict a continuous hate speech score as described in Kennedy et al. (2020).
4
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## References
6
 
7
  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.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - text-classification
6
+ - hate-speech
7
+ - arxiv:2009.10277
8
+
9
+ ---
10
+
11
  # Measuring hate speech: RoBERTa-Large
12
 
13
  This model predict a continuous hate speech score as described in Kennedy et al. (2020).
14
 
15
+ ## Citation
16
+
17
+ ```
18
+ @article{kennedy2020constructing,
19
+ title={Constructing interval variables via faceted Rasch measurement and multitask deep learning: a hate speech application},
20
+ author={Kennedy, Chris J and Bacon, Geoff and Sahn, Alexander and von Vacano, Claudia},
21
+ journal={arXiv preprint arXiv:2009.10277},
22
+ year={2020}
23
+ }
24
+ ```
25
+
26
  ## References
27
 
28
  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.