Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -67,18 +67,14 @@ We recruited US-based annotators from the crowdsourcing platform [Prolific](http
|
|
67 |
| party_affiliation | party identification <br>1: Republican <br>2: Democrat <br>3: Independent | factor |
|
68 |
| societal_relevance_hs | relevance perception of hate speech <br>1: Not at all likely <br>2: Somewhat likely <br>3: Very likely | factor |
|
69 |
| annotator_id | annotator ID | integer |
|
70 |
-
| tweet.complete.ct | ? | integer |
|
71 |
-
| complete | ? | logical |
|
72 |
| condition | experimental conditions (A-E) | factor |
|
73 |
-
| tweet_batch | tweet
|
74 |
| hate_speech | hate speech annotation | logical |
|
75 |
| offensive_language | offensive language annotation | logical |
|
76 |
-
| choice | ? | ? |
|
77 |
-
| value | ? | ? |
|
78 |
| tweet_id | tweet ID | integer |
|
79 |
-
| 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 |
|
80 |
-
| 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 |
|
81 |
-
| 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 |
|
82 |
| tweet_hashed | tweet with usernames hashed | character |
|
83 |
|
84 |
|
|
|
67 |
| party_affiliation | party identification <br>1: Republican <br>2: Democrat <br>3: Independent | factor |
|
68 |
| societal_relevance_hs | relevance perception of hate speech <br>1: Not at all likely <br>2: Somewhat likely <br>3: Very likely | factor |
|
69 |
| annotator_id | annotator ID | integer |
|
|
|
|
|
70 |
| condition | experimental conditions (A-E) | factor |
|
71 |
+
| tweet_batch | tweet ID in batch | factor |
|
72 |
| hate_speech | hate speech annotation | logical |
|
73 |
| offensive_language | offensive language annotation | logical |
|
|
|
|
|
74 |
| tweet_id | tweet ID | integer |
|
75 |
+
| orig_label_hs | number of persons who annotated the tweet as hate speech in the original dataset from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | integer |
|
76 |
+
| orig_label_ol | number of persons who annotated the tweet as offensive language in the original dataset from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | integer |
|
77 |
+
| orig_label_ne | number of persons who annotated the tweet as neither in the original dataset from [Davidson et al. (2017)](https://ojs.aaai.org/index.php/ICWSM/article/view/14955) | integer |
|
78 |
| tweet_hashed | tweet with usernames hashed | character |
|
79 |
|
80 |
|