Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -23,13 +23,15 @@ task_ids:
|
|
23 |
- sentiment-classification
|
24 |
---
|
25 |
|
26 |
-
#
|
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 |
-
*
|
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.
|