Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: comment_id
|
10 |
+
dtype: int32
|
11 |
+
- name: annotator_id
|
12 |
+
dtype: int32
|
13 |
+
- name: platform
|
14 |
+
dtype: int8
|
15 |
+
- name: sentiment
|
16 |
+
dtype: float64
|
17 |
+
- name: respect
|
18 |
+
dtype: float64
|
19 |
+
- name: insult
|
20 |
+
dtype: float64
|
21 |
+
- name: humiliate
|
22 |
+
dtype: float64
|
23 |
+
- name: status
|
24 |
+
dtype: float64
|
25 |
+
- name: dehumanize
|
26 |
+
dtype: float64
|
27 |
+
- name: violence
|
28 |
+
dtype: float64
|
29 |
+
- name: genocide
|
30 |
+
dtype: float64
|
31 |
+
- name: attack_defend
|
32 |
+
dtype: float64
|
33 |
+
- name: hatespeech
|
34 |
+
dtype: float64
|
35 |
+
- name: hate_speech_score
|
36 |
+
dtype: float64
|
37 |
+
- name: text
|
38 |
+
dtype: string
|
39 |
+
- name: infitms
|
40 |
+
dtype: float64
|
41 |
+
- name: outfitms
|
42 |
+
dtype: float64
|
43 |
+
- name: annotator_severity
|
44 |
+
dtype: float64
|
45 |
+
- name: std_err
|
46 |
+
dtype: float64
|
47 |
+
- name: annotator_infitms
|
48 |
+
dtype: float64
|
49 |
+
- name: annotator_outfitms
|
50 |
+
dtype: float64
|
51 |
+
- name: hypothesis
|
52 |
+
dtype: float64
|
53 |
+
- name: target_race_asian
|
54 |
+
dtype: bool
|
55 |
+
- name: target_race_black
|
56 |
+
dtype: bool
|
57 |
+
- name: target_race_latinx
|
58 |
+
dtype: bool
|
59 |
+
- name: target_race_middle_eastern
|
60 |
+
dtype: bool
|
61 |
+
- name: target_race_native_american
|
62 |
+
dtype: bool
|
63 |
+
- name: target_race_pacific_islander
|
64 |
+
dtype: bool
|
65 |
+
- name: target_race_white
|
66 |
+
dtype: bool
|
67 |
+
- name: target_race_other
|
68 |
+
dtype: bool
|
69 |
+
- name: target_race
|
70 |
+
dtype: bool
|
71 |
+
- name: target_religion_atheist
|
72 |
+
dtype: bool
|
73 |
+
- name: target_religion_buddhist
|
74 |
+
dtype: bool
|
75 |
+
- name: target_religion_christian
|
76 |
+
dtype: bool
|
77 |
+
- name: target_religion_hindu
|
78 |
+
dtype: bool
|
79 |
+
- name: target_religion_jewish
|
80 |
+
dtype: bool
|
81 |
+
- name: target_religion_mormon
|
82 |
+
dtype: bool
|
83 |
+
- name: target_religion_muslim
|
84 |
+
dtype: bool
|
85 |
+
- name: target_religion_other
|
86 |
+
dtype: bool
|
87 |
+
- name: target_religion
|
88 |
+
dtype: bool
|
89 |
+
- name: target_origin_immigrant
|
90 |
+
dtype: bool
|
91 |
+
- name: target_origin_migrant_worker
|
92 |
+
dtype: bool
|
93 |
+
- name: target_origin_specific_country
|
94 |
+
dtype: bool
|
95 |
+
- name: target_origin_undocumented
|
96 |
+
dtype: bool
|
97 |
+
- name: target_origin_other
|
98 |
+
dtype: bool
|
99 |
+
- name: target_origin
|
100 |
+
dtype: bool
|
101 |
+
- name: target_gender_men
|
102 |
+
dtype: bool
|
103 |
+
- name: target_gender_non_binary
|
104 |
+
dtype: bool
|
105 |
+
- name: target_gender_transgender_men
|
106 |
+
dtype: bool
|
107 |
+
- name: target_gender_transgender_unspecified
|
108 |
+
dtype: bool
|
109 |
+
- name: target_gender_transgender_women
|
110 |
+
dtype: bool
|
111 |
+
- name: target_gender_women
|
112 |
+
dtype: bool
|
113 |
+
- name: target_gender_other
|
114 |
+
dtype: bool
|
115 |
+
- name: target_gender
|
116 |
+
dtype: bool
|
117 |
+
- name: target_sexuality_bisexual
|
118 |
+
dtype: bool
|
119 |
+
- name: target_sexuality_gay
|
120 |
+
dtype: bool
|
121 |
+
- name: target_sexuality_lesbian
|
122 |
+
dtype: bool
|
123 |
+
- name: target_sexuality_straight
|
124 |
+
dtype: bool
|
125 |
+
- name: target_sexuality_other
|
126 |
+
dtype: bool
|
127 |
+
- name: target_sexuality
|
128 |
+
dtype: bool
|
129 |
+
- name: target_age_children
|
130 |
+
dtype: bool
|
131 |
+
- name: target_age_teenagers
|
132 |
+
dtype: bool
|
133 |
+
- name: target_age_young_adults
|
134 |
+
dtype: bool
|
135 |
+
- name: target_age_middle_aged
|
136 |
+
dtype: bool
|
137 |
+
- name: target_age_seniors
|
138 |
+
dtype: bool
|
139 |
+
- name: target_age_other
|
140 |
+
dtype: bool
|
141 |
+
- name: target_age
|
142 |
+
dtype: bool
|
143 |
+
- name: target_disability_physical
|
144 |
+
dtype: bool
|
145 |
+
- name: target_disability_cognitive
|
146 |
+
dtype: bool
|
147 |
+
- name: target_disability_neurological
|
148 |
+
dtype: bool
|
149 |
+
- name: target_disability_visually_impaired
|
150 |
+
dtype: bool
|
151 |
+
- name: target_disability_hearing_impaired
|
152 |
+
dtype: bool
|
153 |
+
- name: target_disability_unspecific
|
154 |
+
dtype: bool
|
155 |
+
- name: target_disability_other
|
156 |
+
dtype: bool
|
157 |
+
- name: target_disability
|
158 |
+
dtype: bool
|
159 |
+
- name: annotator_gender
|
160 |
+
dtype: string
|
161 |
+
- name: annotator_trans
|
162 |
+
dtype: string
|
163 |
+
- name: annotator_educ
|
164 |
+
dtype: string
|
165 |
+
- name: annotator_income
|
166 |
+
dtype: string
|
167 |
+
- name: annotator_ideology
|
168 |
+
dtype: string
|
169 |
+
- name: annotator_gender_men
|
170 |
+
dtype: bool
|
171 |
+
- name: annotator_gender_women
|
172 |
+
dtype: bool
|
173 |
+
- name: annotator_gender_non_binary
|
174 |
+
dtype: bool
|
175 |
+
- name: annotator_gender_prefer_not_to_say
|
176 |
+
dtype: bool
|
177 |
+
- name: annotator_gender_self_describe
|
178 |
+
dtype: bool
|
179 |
+
- name: annotator_transgender
|
180 |
+
dtype: bool
|
181 |
+
- name: annotator_cisgender
|
182 |
+
dtype: bool
|
183 |
+
- name: annotator_transgender_prefer_not_to_say
|
184 |
+
dtype: bool
|
185 |
+
- name: annotator_education_some_high_school
|
186 |
+
dtype: bool
|
187 |
+
- name: annotator_education_high_school_grad
|
188 |
+
dtype: bool
|
189 |
+
- name: annotator_education_some_college
|
190 |
+
dtype: bool
|
191 |
+
- name: annotator_education_college_grad_aa
|
192 |
+
dtype: bool
|
193 |
+
- name: annotator_education_college_grad_ba
|
194 |
+
dtype: bool
|
195 |
+
- name: annotator_education_professional_degree
|
196 |
+
dtype: bool
|
197 |
+
- name: annotator_education_masters
|
198 |
+
dtype: bool
|
199 |
+
- name: annotator_education_phd
|
200 |
+
dtype: bool
|
201 |
+
- name: annotator_income_<10k
|
202 |
+
dtype: bool
|
203 |
+
- name: annotator_income_10k-50k
|
204 |
+
dtype: bool
|
205 |
+
- name: annotator_income_50k-100k
|
206 |
+
dtype: bool
|
207 |
+
- name: annotator_income_100k-200k
|
208 |
+
dtype: bool
|
209 |
+
- name: annotator_income_>200k
|
210 |
+
dtype: bool
|
211 |
+
- name: annotator_ideology_extremeley_conservative
|
212 |
+
dtype: bool
|
213 |
+
- name: annotator_ideology_conservative
|
214 |
+
dtype: bool
|
215 |
+
- name: annotator_ideology_slightly_conservative
|
216 |
+
dtype: bool
|
217 |
+
- name: annotator_ideology_neutral
|
218 |
+
dtype: bool
|
219 |
+
- name: annotator_ideology_slightly_liberal
|
220 |
+
dtype: bool
|
221 |
+
- name: annotator_ideology_liberal
|
222 |
+
dtype: bool
|
223 |
+
- name: annotator_ideology_extremeley_liberal
|
224 |
+
dtype: bool
|
225 |
+
- name: annotator_ideology_no_opinion
|
226 |
+
dtype: bool
|
227 |
+
- name: annotator_race_asian
|
228 |
+
dtype: bool
|
229 |
+
- name: annotator_race_black
|
230 |
+
dtype: bool
|
231 |
+
- name: annotator_race_latinx
|
232 |
+
dtype: bool
|
233 |
+
- name: annotator_race_middle_eastern
|
234 |
+
dtype: bool
|
235 |
+
- name: annotator_race_native_american
|
236 |
+
dtype: bool
|
237 |
+
- name: annotator_race_pacific_islander
|
238 |
+
dtype: bool
|
239 |
+
- name: annotator_race_white
|
240 |
+
dtype: bool
|
241 |
+
- name: annotator_race_other
|
242 |
+
dtype: bool
|
243 |
+
- name: annotator_age
|
244 |
+
dtype: float64
|
245 |
+
- name: annotator_religion_atheist
|
246 |
+
dtype: bool
|
247 |
+
- name: annotator_religion_buddhist
|
248 |
+
dtype: bool
|
249 |
+
- name: annotator_religion_christian
|
250 |
+
dtype: bool
|
251 |
+
- name: annotator_religion_hindu
|
252 |
+
dtype: bool
|
253 |
+
- name: annotator_religion_jewish
|
254 |
+
dtype: bool
|
255 |
+
- name: annotator_religion_mormon
|
256 |
+
dtype: bool
|
257 |
+
- name: annotator_religion_muslim
|
258 |
+
dtype: bool
|
259 |
+
- name: annotator_religion_nothing
|
260 |
+
dtype: bool
|
261 |
+
- name: annotator_religion_other
|
262 |
+
dtype: bool
|
263 |
+
- name: annotator_sexuality_bisexual
|
264 |
+
dtype: bool
|
265 |
+
- name: annotator_sexuality_gay
|
266 |
+
dtype: bool
|
267 |
+
- name: annotator_sexuality_straight
|
268 |
+
dtype: bool
|
269 |
+
- name: annotator_sexuality_other
|
270 |
+
dtype: bool
|
271 |
+
splits:
|
272 |
+
- name: train
|
273 |
+
num_bytes: 52943809
|
274 |
+
num_examples: 135556
|
275 |
+
download_size: 19680581
|
276 |
+
dataset_size: 52943809
|
277 |
+
---
|
278 |
+
# Dataset Card for "ucberkeley-dlab-measuring-hate-speech"
|
279 |
+
|
280 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|