boleima commited on
Commit
f5f934f
1 Parent(s): 99574f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -2
README.md CHANGED
@@ -33,9 +33,57 @@ We recruited US-based annotators from the crowdsourcing platform [Prolific](http
33
 
34
  ## Dataset Structure
35
 
36
- (tbu.: a table with column names, meanings and their variables)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
 
39
  ## Citation
40
 
41
- If you found the dataset useful, please cite our dataset page: [https://huggingface.co/datasets/soda-lmu/annotation-experiments](https://huggingface.co/datasets/soda-lmu/annotation-experiments).
 
 
33
 
34
  ## Dataset Structure
35
 
36
+ | Column Name | Description | Type |
37
+ | -------------- | ------------------ |---------------- |
38
+ | case_id | case id | integer |
39
+ | duration_seconds | duration of connection to task | integer |
40
+ | last_screen | last question answered | factor |
41
+ | device | device type | factor |
42
+ | ethn_hispanic | Hispanic race/ethnicity | binary |
43
+ | ethn_white | White race/ethnicity | binary |
44
+ | ethn_afr_american | African-American race/ethnicity | binary |
45
+ | ethn_afr_asian | Asian race/ethnicity | binary |
46
+ | ethn_sth_else | race/ethnicity something else | binary |
47
+ | ethn_prefer_not | race/ethnicity prefer not to say | binary |
48
+ | ethn_prefer_not | race/ethnicity prefer not to say | binary |
49
+ | age | age | integer |
50
+ | education | education attainment <br>1: Less than high school <br>2: High school <br>3: Some college <br>4: College graduate <br>5: Master's degree or professional degree (law, medicine, MPH, etc.) <br>6: Doctoral degree (PhD, DPH, EdD, etc.)| factor |
51
+ | english_fl | English as first language | binary |
52
+ | twitter_use | Twitter use frequency <br>1: Most days <br>2: Most weeks, but not every day <br>3: A few times a month <br>4: A few times a year <br>5: Less often <br>6: Never | factor |
53
+ | socmedia_use | social media use frequency <br>1: Most days <br>2: Most weeks, but not every day <br>3: A few times a month <br>4: A few times a year <br>5: Less often <br>6: Never | factor |
54
+ | prolific_hours | workload on the platform Prolific | integer |
55
+ | task_fun | task perception: fun | binary |
56
+ | task_interesting | task perception: interesting | binary |
57
+ | task_boring | task perception: boring | binary |
58
+ | task_repetitive | task perception: repetitive | binary |
59
+ | task_important | task perception: important | binary |
60
+ | task_depressing | task perception: depressing | binary |
61
+ | task_offensive | task perception: offensive | binary |
62
+ | repeat_tweet_coding | likelihood for another tweet task <br>1: Not at all likely <br>2: Somewhat likely <br>3: Very likely | factor |
63
+ | repeat_hs_coding | likelihood for another hate speech task <br>1: Not at all likely <br>2: Somewhat likely <br>3: Very likely | factor |
64
+ | target_online_harassment | targeted by hateful online behavior | binary |
65
+ | target_other_harassment | targeted by other hateful behavior | binary |
66
+ | party_affiliation | party identification <br>1: Republican <br>2: Democrat <br>3: Independent | factor |
67
+ | societal_relevance_hs | relevance perception of hate speech <br>1: Not at all likely <br>2: Somewhat likely <br>3: Very likely | factor |
68
+ | annotator_id | annotator ID | integer |
69
+ | tweet.complete.ct | ? | integer |
70
+ | complete | ? | logical |
71
+ | condition | experimental conditions (A-E) | factor |
72
+ | tweet_batch | tweet id in batch | factor |
73
+ | hate_speech | hate speech annotation | logical |
74
+ | offensive_language | offensive language annotation | logical |
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
+
84
 
85
 
86
  ## Citation
87
 
88
+ If you found the dataset useful, please cite our dataset page: [https://huggingface.co/datasets/soda-lmu/annotation-experiments](https://huggingface.co/datasets/soda-lmu/annotation-experiments).
89
+