boleima commited on
Commit
6beace1
1 Parent(s): d1757bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -75,9 +75,9 @@ We recruited US-based annotators from the crowdsourcing platform [Prolific](http
75
  | choice | ? | ? |
76
  | value | ? | ? |
77
  | tweet_id | tweet ID | integer |
78
- | orig_label_hs | original hate speech label from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | ? |
79
- | orig_label_ol | original offensive label from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | ? |
80
- | orig_label_ne | original neither label from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | ? |
81
  | tweet_hashed | tweet with usernames hashed | character |
82
 
83
 
 
75
  | choice | ? | ? |
76
  | value | ? | ? |
77
  | tweet_id | tweet ID | integer |
78
+ | orig_label_hs | number of persons who annotated the tweet as hate speech in the original from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | integer |
79
+ | orig_label_ol | number of persons who annotated the tweet as offensive language in the original from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | integer |
80
+ | orig_label_ne | number of persons who annotated the tweet as neither in the original from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | integer |
81
  | tweet_hashed | tweet with usernames hashed | character |
82
 
83