File size: 14,983 Bytes
0ee3210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
[
  {
    "content_id": "post_001",
    "content_type": "text_post",
    "text": "Just had the best coffee of my life at the new cafe downtown! Highly recommend. ☕💯",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_002",
    "content_type": "text_post",
    "text": "P3opl3 from [ethnic group] should not be allowed in this country. They ruin absolutely everything fr fr. 😡😡",
    "author_region": "DE",
    "author_history": [
      "hate_speech"
    ],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_003",
    "content_type": "text_post",
    "text": "CLICK HERE NOW!! You've won $10,000. Send your bank details to claim your prize!!! 💸👇 http://bit.ly/sc4mlink",
    "author_region": "NG",
    "author_history": [
      "spam",
      "scam"
    ],
    "language": "en",
    "ground_truth_labels": [
      "spam",
      "scam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_004",
    "content_type": "text_post",
    "text": "यह लोग हमारे देश के दुश्मन हैं, इन्हें बाहर निकालो और मार डालो। 🩸",
    "author_region": "IN",
    "author_history": [],
    "language": "hi",
    "ground_truth_labels": [
      "hate_speech",
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_005",
    "content_type": "text_post",
    "text": "Beautiful day! the weather is kinda bussin no cap fr fr 🚶‍♂️",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_006",
    "content_type": "text_post",
    "text": "Love this movie. anyone going to the concert? @livenation wya?? 🔥🔥🔥",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_007",
    "content_type": "text_post",
    "text": "Great recipe for pasta, tbh I just eyeball the garlic🧄 ¯\\_(ツ)_/¯",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_008",
    "content_type": "text_post",
    "text": "Check out my new dog! #goldenretriever softest boi alive",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_009",
    "content_type": "text_post",
    "text": "gm world let's get this bread today. stay grinding 💪",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_010",
    "content_type": "text_post",
    "text": "Just vibing hbu? 👀",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_011",
    "content_type": "text_post",
    "text": "what a beautiful day! ☀️💖",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "clean"
    ],
    "ground_truth_action": "approve",
    "difficulty": "easy"
  },
  {
    "content_id": "post_012",
    "content_type": "text_post",
    "text": "I h8 all of them tbh. [ethnic group] needs 2 be deported ASAP. go back 2 ur country 😡",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_013",
    "content_type": "text_post",
    "text": "th3y r literally 4nimals and sh0uld be exterminated ngl.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_014",
    "content_type": "text_post",
    "text": "worst kind of people on this planet. gas them all fr.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_015",
    "content_type": "text_post",
    "text": "w3 must p.u.r.g.e them completely.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_016",
    "content_type": "text_post",
    "text": "सबको खत्म कर दो। इन कीड़ों को जला दो सालो को! 🔪🩸",
    "author_region": "IN",
    "author_history": [],
    "language": "hi",
    "ground_truth_labels": [
      "hate_speech"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_017",
    "content_type": "text_post",
    "text": "You are so ugly and stupid. krill urself bro",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "harassment"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_018",
    "content_type": "text_post",
    "text": "literally nobody likes u, unfollow yourself 🤡",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "harassment"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_019",
    "content_type": "text_post",
    "text": "Stop posting, u absolute r-tard.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "harassment"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_020",
    "content_type": "text_post",
    "text": "I know where u live. don't sleep tonight.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "harassment"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_021",
    "content_type": "text_post",
    "text": "u r a total l0ser, no cap. literal trash.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "harassment"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_022",
    "content_type": "text_post",
    "text": "B.U.Y cheap R0lex watches here!!! bit.ly/spamurl123 🤑⌚",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "spam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_023",
    "content_type": "text_post",
    "text": "FREE FOLLOWERS! CLICK MY BIO NOW!!! 💥🎉 #freemoney #followers",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "spam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_024",
    "content_type": "text_post",
    "text": "Earn $5000 a week from home! DM me 'CASH' to start today!!!",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "spam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_025",
    "content_type": "text_post",
    "text": "90% DISCOUNT on ALL items! Store closing down! click link below 👇👇",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "spam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_026",
    "content_type": "text_post",
    "text": "Get crypto fast! send 0.1 ETH to 0xABCD and get 1.0 ETH back! HURRY",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "spam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_027",
    "content_type": "text_post",
    "text": "WAKE UP SHEEPLE! The new vax contains 5G microchips designed by Bill Gates to track u. DO YOUR RESEARCH!! 🚫💉",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "misinformation"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_028",
    "content_type": "text_post",
    "text": "The earth is objectively flat, NASA stands for Never A Straight Answer. Stop believing the simulation!!",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "misinformation"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_029",
    "content_type": "text_post",
    "text": "Drinking pure bleach + lemon juice completely cures all viruses overnight. Big pharma is hiding this!!",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "misinformation"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_030",
    "content_type": "text_post",
    "text": "5G towers literally emit frequencies that mutate your DNA and cause COVID. look at the bird deaths!",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "misinformation"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_031",
    "content_type": "text_post",
    "text": "I will literally chop ur head off and mail it to ur mom.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_032",
    "content_type": "text_post",
    "text": "let's go hurt someone tonight, im bored. who's down to jump that kid?",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_033",
    "content_type": "text_post",
    "text": "Blood will spill. I've had enough of this fkn school.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_034",
    "content_type": "text_post",
    "text": "K1lling them is the ONLY way out of this mess.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_035",
    "content_type": "text_post",
    "text": "Urgent: Your IRS tax payment is overdue. Pay $500 in Target Gift Cards immediately or face arrest. 🛑",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "scam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_036",
    "content_type": "text_post",
    "text": "Your PayPal account is locked! Click here: http://secure-login-paypal.xyz to verify your identity.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "scam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_037",
    "content_type": "text_post",
    "text": "I am Prince AlWaleed, I need a trustworthy partner to transfer $10M. Reply with your bank routing details.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "scam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_038",
    "content_type": "text_post",
    "text": "Send me $50 on CashApp and I'll flip it to $500 for you in 1 hour. GUARANTEED.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "scam"
    ],
    "ground_truth_action": "remove",
    "difficulty": "medium"
  },
  {
    "content_id": "post_039",
    "content_type": "text_post",
    "text": "I just can't take it anymore, goodbye world. this is my last tweet. 💔🔫",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "self_harm"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_040",
    "content_type": "text_post",
    "text": "how many advil pills does it take to finally end it? asking for a friend",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "self_harm"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_041",
    "content_type": "text_post",
    "text": "You people are absolute trash and I will destroy u all. ugly [slur] rtards, go jump off a bridge.",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech",
      "harassment",
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  },
  {
    "content_id": "post_042",
    "content_type": "text_post",
    "text": "Listen here u fgt, I will slice your throat and upload the vid. 🩸",
    "author_region": "US",
    "author_history": [],
    "language": "en",
    "ground_truth_labels": [
      "hate_speech",
      "harassment",
      "violence"
    ],
    "ground_truth_action": "remove",
    "difficulty": "hard"
  }
]