ck37 commited on
Commit
bc4929e
1 Parent(s): 4d49923

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Measuring Hate Speech
2
+
3
+ This is a public release of the dataset described in Kennedy et al. (2020).
4
+
5
+ Key dataset columns:
6
+
7
+ * hate\_speech\_score - continuous hate speech measure, where higher = more hateful and lower = less hateful
8
+ * text - lightly processed text of a social media post
9
+ * comment\_id - unique ID for each comment
10
+ * annotator\_id - unique ID for each annotator
11
+ * sentiment - ordinal label that is combined into the continuous score
12
+ * respect - ordinal label that is combined into the continuous score
13
+ * insult - ordinal label that is combined into the continuous score
14
+ * humiliate - ordinal label that is combined into the continuous score
15
+ * status - ordinal label that is combined into the continuous score
16
+ * dehumanize - ordinal label that is combined into the continuous score
17
+ * violence - ordinal label that is combined into the continuous score
18
+ * genocide - ordinal label that is combined into the continuous score
19
+ * attack\_defend - ordinal label that is combined into the continuous score
20
+ * hatespeech - ordinal label that is combined into the continuous score
21
+
22
+
23
+ ## Citation
24
+
25
+ ```
26
+ @article{kennedy2020constructing,
27
+ title={Constructing interval variables via faceted Rasch measurement and multitask deep learning: a hate speech application},
28
+ author={Kennedy, Chris J and Bacon, Geoff and Sahn, Alexander and von Vacano, Claudia},
29
+ journal={arXiv preprint arXiv:2009.10277},
30
+ year={2020}
31
+ }
32
+ ```
33
+
34
+ ## References
35
+
36
+ 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.