ck37 commited on
Commit
39f319d
1 Parent(s): fdd3685

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -23,13 +23,15 @@ task_ids:
23
  - sentiment-classification
24
  ---
25
 
26
- # Measuring Hate Speech
27
 
28
  This is a public release of the dataset described in Kennedy et al. (2020). The dataset contains one row for each comment that an annotator reviews; each comment is rated multiple times. The primary outcome variable is the "hate speech score" but the 10 constituent labels can also be treated as outcomes.
29
 
 
 
30
  ## Key dataset columns
31
 
32
- * hate\_speech\_score - continuous hate speech measure, where higher = more hateful and lower = less hateful
33
  * text - lightly processed text of a social media post
34
  * comment\_id - unique ID for each comment
35
  * annotator\_id - unique ID for each annotator
@@ -57,6 +59,10 @@ This is a public release of the dataset described in Kennedy et al. (2020). The
57
  }
58
  ```
59
 
 
 
 
 
60
  ## References
61
 
62
  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.
23
  - sentiment-classification
24
  ---
25
 
26
+ # Dataset card for _Measuring Hate Speech_
27
 
28
  This is a public release of the dataset described in Kennedy et al. (2020). The dataset contains one row for each comment that an annotator reviews; each comment is rated multiple times. The primary outcome variable is the "hate speech score" but the 10 constituent labels can also be treated as outcomes.
29
 
30
+ This dataset card is a work in progress and will be improved over time.
31
+
32
  ## Key dataset columns
33
 
34
+ * hate_speech_score - continuous hate speech measure, where higher = more hateful and lower = less hateful
35
  * text - lightly processed text of a social media post
36
  * comment\_id - unique ID for each comment
37
  * annotator\_id - unique ID for each annotator
59
  }
60
  ```
61
 
62
+ ## Contributions
63
+
64
+ Dataset curated by [@ck37](https://github.com/ck37), [@pssachdeva](https://github.com/pssachdeva), et al.
65
+
66
  ## References
67
 
68
  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.