File size: 30,996 Bytes
c22bb58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
bin_id,topic,format,requested_docs_per_bin,realized_docs,realized_tokens,underfilled
1,adult_content,academic_writing,500,500,2546023,False
2,adult_content,content_listing,500,500,1238857,False
3,adult_content,creative_writing,500,500,2906971,False
4,adult_content,customer_support,500,500,314770,False
5,adult_content,comment_section,500,500,1638559,False
6,adult_content,faq,500,500,685308,False
7,adult_content,truncated,500,500,313728,False
8,adult_content,knowledge_article,500,500,970730,False
9,adult_content,legal_notices,500,500,818067,False
10,adult_content,listicle,500,500,890994,False
11,adult_content,news_article,500,500,396919,False
12,adult_content,nonfiction_writing,500,500,881343,False
13,adult_content,about_org,500,500,331788,False
14,adult_content,news_org,500,500,388182,False
15,adult_content,about_pers,500,500,460062,False
16,adult_content,personal_blog,500,500,1235915,False
17,adult_content,product_page,500,500,669044,False
18,adult_content,q_a_forum,500,500,536052,False
19,adult_content,spam_ads,500,500,1420928,False
20,adult_content,structured_data,500,500,260545,False
21,adult_content,documentation,500,500,1299688,False
22,adult_content,audio_transcript,500,500,1960798,False
23,adult_content,tutorial,500,500,858428,False
24,adult_content,user_review,500,500,893042,False
25,art_and_design,academic_writing,500,500,2465522,False
26,art_and_design,content_listing,500,500,843188,False
27,art_and_design,creative_writing,500,500,440979,False
28,art_and_design,customer_support,500,500,276568,False
29,art_and_design,comment_section,500,500,991751,False
30,art_and_design,faq,500,500,590785,False
31,art_and_design,truncated,500,500,355609,False
32,art_and_design,knowledge_article,500,500,668719,False
33,art_and_design,legal_notices,500,500,741592,False
34,art_and_design,listicle,500,500,845367,False
35,art_and_design,news_article,500,500,378990,False
36,art_and_design,nonfiction_writing,500,500,857539,False
37,art_and_design,about_org,500,500,332066,False
38,art_and_design,news_org,500,500,380077,False
39,art_and_design,about_pers,500,500,235471,False
40,art_and_design,personal_blog,500,500,821158,False
41,art_and_design,product_page,500,500,299209,False
42,art_and_design,q_a_forum,500,500,600849,False
43,art_and_design,spam_ads,500,500,758931,False
44,art_and_design,structured_data,500,500,534536,False
45,art_and_design,documentation,500,500,1548148,False
46,art_and_design,audio_transcript,500,500,1329126,False
47,art_and_design,tutorial,500,500,988813,False
48,art_and_design,user_review,500,500,426693,False
49,crime_and_law,academic_writing,500,500,3410569,False
50,crime_and_law,content_listing,500,500,1107886,False
51,crime_and_law,creative_writing,500,500,2394645,False
52,crime_and_law,customer_support,500,500,486968,False
53,crime_and_law,comment_section,500,500,1295592,False
54,crime_and_law,faq,500,500,596201,False
55,crime_and_law,truncated,500,500,369120,False
56,crime_and_law,knowledge_article,500,500,815010,False
57,crime_and_law,legal_notices,500,500,1443812,False
58,crime_and_law,listicle,500,500,704903,False
59,crime_and_law,news_article,500,500,392929,False
60,crime_and_law,nonfiction_writing,500,500,1049484,False
61,crime_and_law,about_org,500,500,769384,False
62,crime_and_law,news_org,500,500,359663,False
63,crime_and_law,about_pers,500,500,288846,False
64,crime_and_law,personal_blog,500,500,1191851,False
65,crime_and_law,product_page,500,500,558748,False
66,crime_and_law,q_a_forum,500,500,533574,False
67,crime_and_law,spam_ads,500,500,886384,False
68,crime_and_law,structured_data,500,500,1151063,False
69,crime_and_law,documentation,500,500,5332980,False
70,crime_and_law,audio_transcript,500,500,2570552,False
71,crime_and_law,tutorial,500,500,730868,False
72,crime_and_law,user_review,500,500,613586,False
73,education_and_jobs,academic_writing,500,500,1412446,False
74,education_and_jobs,content_listing,500,500,957327,False
75,education_and_jobs,creative_writing,500,500,757705,False
76,education_and_jobs,customer_support,500,500,317065,False
77,education_and_jobs,comment_section,500,500,1424190,False
78,education_and_jobs,faq,500,500,589801,False
79,education_and_jobs,truncated,500,500,442167,False
80,education_and_jobs,knowledge_article,500,500,679000,False
81,education_and_jobs,legal_notices,500,500,769053,False
82,education_and_jobs,listicle,500,500,757978,False
83,education_and_jobs,news_article,500,500,443793,False
84,education_and_jobs,nonfiction_writing,500,500,870346,False
85,education_and_jobs,about_org,500,500,392835,False
86,education_and_jobs,news_org,500,500,378246,False
87,education_and_jobs,about_pers,500,500,253932,False
88,education_and_jobs,personal_blog,500,500,1177263,False
89,education_and_jobs,product_page,500,500,430659,False
90,education_and_jobs,q_a_forum,500,500,720624,False
91,education_and_jobs,spam_ads,500,500,806163,False
92,education_and_jobs,structured_data,500,500,739021,False
93,education_and_jobs,documentation,500,500,1972917,False
94,education_and_jobs,audio_transcript,500,500,1193864,False
95,education_and_jobs,tutorial,500,500,885637,False
96,education_and_jobs,user_review,500,500,679010,False
97,electronics_and_hardware,academic_writing,500,500,1361844,False
98,electronics_and_hardware,content_listing,500,500,907984,False
99,electronics_and_hardware,creative_writing,500,500,969276,False
100,electronics_and_hardware,customer_support,500,500,441657,False
101,electronics_and_hardware,comment_section,500,500,733681,False
102,electronics_and_hardware,faq,500,500,659390,False
103,electronics_and_hardware,truncated,500,500,354948,False
104,electronics_and_hardware,knowledge_article,500,500,722687,False
105,electronics_and_hardware,legal_notices,500,500,1388208,False
106,electronics_and_hardware,listicle,500,500,1054386,False
107,electronics_and_hardware,news_article,500,500,354267,False
108,electronics_and_hardware,nonfiction_writing,500,500,989573,False
109,electronics_and_hardware,about_org,500,500,300673,False
110,electronics_and_hardware,news_org,500,500,497319,False
111,electronics_and_hardware,about_pers,500,500,560466,False
112,electronics_and_hardware,personal_blog,500,500,770201,False
113,electronics_and_hardware,product_page,500,500,453707,False
114,electronics_and_hardware,q_a_forum,500,500,712551,False
115,electronics_and_hardware,spam_ads,500,500,562921,False
116,electronics_and_hardware,structured_data,500,500,589434,False
117,electronics_and_hardware,documentation,500,500,1863595,False
118,electronics_and_hardware,audio_transcript,500,500,1195958,False
119,electronics_and_hardware,tutorial,500,500,797951,False
120,electronics_and_hardware,user_review,500,500,905414,False
121,entertainment,academic_writing,500,500,1622590,False
122,entertainment,content_listing,500,500,1123672,False
123,entertainment,creative_writing,500,500,1269729,False
124,entertainment,customer_support,500,500,315418,False
125,entertainment,comment_section,500,500,1311977,False
126,entertainment,faq,500,500,651651,False
127,entertainment,truncated,500,500,336489,False
128,entertainment,knowledge_article,500,500,1023491,False
129,entertainment,legal_notices,500,500,645157,False
130,entertainment,listicle,500,500,831283,False
131,entertainment,news_article,500,500,358775,False
132,entertainment,nonfiction_writing,500,500,807342,False
133,entertainment,about_org,500,500,291262,False
134,entertainment,news_org,500,500,371481,False
135,entertainment,about_pers,500,500,467739,False
136,entertainment,personal_blog,500,500,1188481,False
137,entertainment,product_page,500,500,381113,False
138,entertainment,q_a_forum,500,500,635860,False
139,entertainment,spam_ads,500,500,731778,False
140,entertainment,structured_data,500,500,888747,False
141,entertainment,documentation,500,500,1378511,False
142,entertainment,audio_transcript,500,500,1357842,False
143,entertainment,tutorial,500,500,863798,False
144,entertainment,user_review,500,500,721814,False
145,fashion_and_beauty,academic_writing,500,500,1891898,False
146,fashion_and_beauty,content_listing,500,500,839323,False
147,fashion_and_beauty,creative_writing,500,500,1261978,False
148,fashion_and_beauty,customer_support,500,500,290421,False
149,fashion_and_beauty,comment_section,500,500,926040,False
150,fashion_and_beauty,faq,500,500,537249,False
151,fashion_and_beauty,truncated,500,500,339972,False
152,fashion_and_beauty,knowledge_article,500,500,782208,False
153,fashion_and_beauty,legal_notices,500,500,594104,False
154,fashion_and_beauty,listicle,500,500,654246,False
155,fashion_and_beauty,news_article,500,500,321066,False
156,fashion_and_beauty,nonfiction_writing,500,500,733147,False
157,fashion_and_beauty,about_org,500,500,256491,False
158,fashion_and_beauty,news_org,500,500,336587,False
159,fashion_and_beauty,about_pers,500,500,270767,False
160,fashion_and_beauty,personal_blog,500,500,684714,False
161,fashion_and_beauty,product_page,500,500,281852,False
162,fashion_and_beauty,q_a_forum,500,500,440512,False
163,fashion_and_beauty,spam_ads,500,500,647205,False
164,fashion_and_beauty,structured_data,500,500,360600,False
165,fashion_and_beauty,documentation,500,500,3494749,False
166,fashion_and_beauty,audio_transcript,500,500,1085348,False
167,fashion_and_beauty,tutorial,500,500,744248,False
168,fashion_and_beauty,user_review,500,500,404055,False
169,finance_and_business,academic_writing,500,500,1829025,False
170,finance_and_business,content_listing,500,500,920916,False
171,finance_and_business,creative_writing,500,500,1164057,False
172,finance_and_business,customer_support,500,500,501211,False
173,finance_and_business,comment_section,500,500,1131046,False
174,finance_and_business,faq,500,500,572578,False
175,finance_and_business,truncated,500,500,352804,False
176,finance_and_business,knowledge_article,500,500,760726,False
177,finance_and_business,legal_notices,500,500,1069387,False
178,finance_and_business,listicle,500,500,734586,False
179,finance_and_business,news_article,500,500,374413,False
180,finance_and_business,nonfiction_writing,500,500,836511,False
181,finance_and_business,about_org,500,500,332305,False
182,finance_and_business,news_org,500,500,450507,False
183,finance_and_business,about_pers,500,500,229505,False
184,finance_and_business,personal_blog,500,500,939275,False
185,finance_and_business,product_page,500,500,535334,False
186,finance_and_business,q_a_forum,500,500,510587,False
187,finance_and_business,spam_ads,500,500,1021153,False
188,finance_and_business,structured_data,500,500,488236,False
189,finance_and_business,documentation,500,500,1637341,False
190,finance_and_business,audio_transcript,500,500,1727897,False
191,finance_and_business,tutorial,500,500,871258,False
192,finance_and_business,user_review,500,500,548251,False
193,food_and_dining,academic_writing,500,500,2326603,False
194,food_and_dining,content_listing,500,500,671915,False
195,food_and_dining,creative_writing,500,500,659607,False
196,food_and_dining,customer_support,500,500,337856,False
197,food_and_dining,comment_section,500,500,1117789,False
198,food_and_dining,faq,500,500,638582,False
199,food_and_dining,truncated,500,500,305667,False
200,food_and_dining,knowledge_article,500,500,807432,False
201,food_and_dining,legal_notices,500,500,613728,False
202,food_and_dining,listicle,500,500,743669,False
203,food_and_dining,news_article,500,500,370236,False
204,food_and_dining,nonfiction_writing,500,500,826382,False
205,food_and_dining,about_org,500,500,288810,False
206,food_and_dining,news_org,500,500,371617,False
207,food_and_dining,about_pers,500,500,296689,False
208,food_and_dining,personal_blog,500,500,879223,False
209,food_and_dining,product_page,500,500,320839,False
210,food_and_dining,q_a_forum,500,500,502007,False
211,food_and_dining,spam_ads,500,500,658087,False
212,food_and_dining,structured_data,500,500,560151,False
213,food_and_dining,documentation,500,500,3568743,False
214,food_and_dining,audio_transcript,500,500,1093686,False
215,food_and_dining,tutorial,500,500,556860,False
216,food_and_dining,user_review,500,500,659886,False
217,games,academic_writing,500,500,2038275,False
218,games,content_listing,500,500,1547576,False
219,games,creative_writing,500,500,1841113,False
220,games,customer_support,500,500,463075,False
221,games,comment_section,500,500,1393396,False
222,games,faq,500,500,1149920,False
223,games,truncated,500,500,360049,False
224,games,knowledge_article,500,500,883625,False
225,games,legal_notices,500,500,1103200,False
226,games,listicle,500,500,831009,False
227,games,news_article,500,500,345223,False
228,games,nonfiction_writing,500,500,853539,False
229,games,about_org,500,500,439256,False
230,games,news_org,500,500,420449,False
231,games,about_pers,500,500,748718,False
232,games,personal_blog,500,500,1420261,False
233,games,product_page,500,500,561165,False
234,games,q_a_forum,500,500,725552,False
235,games,spam_ads,500,500,899917,False
236,games,structured_data,500,500,664996,False
237,games,documentation,500,500,1298083,False
238,games,audio_transcript,500,500,1334337,False
239,games,tutorial,500,500,1026523,False
240,games,user_review,500,500,975183,False
241,health,academic_writing,500,500,2490173,False
242,health,content_listing,500,500,1244773,False
243,health,creative_writing,500,500,2868200,False
244,health,customer_support,500,500,573920,False
245,health,comment_section,500,500,1239423,False
246,health,faq,500,500,765021,False
247,health,truncated,500,500,359002,False
248,health,knowledge_article,500,500,925999,False
249,health,legal_notices,500,500,3117269,False
250,health,listicle,500,500,685522,False
251,health,news_article,500,500,442642,False
252,health,nonfiction_writing,500,500,895816,False
253,health,about_org,500,500,600147,False
254,health,news_org,500,500,521046,False
255,health,about_pers,500,500,342622,False
256,health,personal_blog,500,500,976655,False
257,health,product_page,500,500,681728,False
258,health,q_a_forum,500,500,592219,False
259,health,spam_ads,500,500,1194547,False
260,health,structured_data,500,500,865054,False
261,health,documentation,500,500,5634789,False
262,health,audio_transcript,500,500,1673870,False
263,health,tutorial,500,500,768125,False
264,health,user_review,500,500,620545,False
265,history_and_geography,academic_writing,500,500,2758661,False
266,history_and_geography,content_listing,500,500,1103619,False
267,history_and_geography,creative_writing,500,500,2749265,False
268,history_and_geography,customer_support,500,500,260835,False
269,history_and_geography,comment_section,500,500,1627694,False
270,history_and_geography,faq,500,500,556313,False
271,history_and_geography,truncated,500,500,457749,False
272,history_and_geography,knowledge_article,500,500,1219843,False
273,history_and_geography,legal_notices,500,500,949256,False
274,history_and_geography,listicle,500,500,991892,False
275,history_and_geography,news_article,500,500,725502,False
276,history_and_geography,nonfiction_writing,500,500,1429983,False
277,history_and_geography,about_org,500,500,496760,False
278,history_and_geography,news_org,500,500,645391,False
279,history_and_geography,about_pers,500,500,404104,False
280,history_and_geography,personal_blog,500,500,1453912,False
281,history_and_geography,product_page,500,500,481965,False
282,history_and_geography,q_a_forum,500,500,597760,False
283,history_and_geography,spam_ads,500,500,738314,False
284,history_and_geography,structured_data,500,500,649817,False
285,history_and_geography,documentation,500,500,5619213,False
286,history_and_geography,audio_transcript,500,500,1918645,False
287,history_and_geography,tutorial,500,500,682316,False
288,history_and_geography,user_review,500,500,682927,False
289,home_and_hobbies,academic_writing,500,500,3105013,False
290,home_and_hobbies,content_listing,500,500,1083473,False
291,home_and_hobbies,creative_writing,500,500,624364,False
292,home_and_hobbies,customer_support,500,500,484410,False
293,home_and_hobbies,comment_section,500,500,816043,False
294,home_and_hobbies,faq,500,500,721612,False
295,home_and_hobbies,truncated,500,500,405921,False
296,home_and_hobbies,knowledge_article,500,500,710602,False
297,home_and_hobbies,legal_notices,500,500,942471,False
298,home_and_hobbies,listicle,500,500,799974,False
299,home_and_hobbies,news_article,500,500,398840,False
300,home_and_hobbies,nonfiction_writing,500,500,740226,False
301,home_and_hobbies,about_org,500,500,285028,False
302,home_and_hobbies,news_org,500,500,382468,False
303,home_and_hobbies,about_pers,500,500,334360,False
304,home_and_hobbies,personal_blog,500,500,825424,False
305,home_and_hobbies,product_page,500,500,420859,False
306,home_and_hobbies,q_a_forum,500,500,713103,False
307,home_and_hobbies,spam_ads,500,500,658806,False
308,home_and_hobbies,structured_data,500,500,745366,False
309,home_and_hobbies,documentation,500,500,3502211,False
310,home_and_hobbies,audio_transcript,500,500,1474218,False
311,home_and_hobbies,tutorial,500,500,769218,False
312,home_and_hobbies,user_review,500,500,645659,False
313,industrial,academic_writing,500,500,4058578,False
314,industrial,content_listing,500,500,1200031,False
315,industrial,creative_writing,500,500,1270331,False
316,industrial,customer_support,500,500,665980,False
317,industrial,comment_section,500,500,901466,False
318,industrial,faq,500,500,657151,False
319,industrial,truncated,500,500,326342,False
320,industrial,knowledge_article,500,500,769481,False
321,industrial,legal_notices,500,500,4964041,False
322,industrial,listicle,500,500,590427,False
323,industrial,news_article,500,500,408877,False
324,industrial,nonfiction_writing,500,500,872077,False
325,industrial,about_org,500,500,392273,False
326,industrial,news_org,500,500,508239,False
327,industrial,about_pers,500,500,264109,False
328,industrial,personal_blog,500,500,880117,False
329,industrial,product_page,500,500,587553,False
330,industrial,q_a_forum,500,500,617668,False
331,industrial,spam_ads,500,500,566228,False
332,industrial,structured_data,500,500,1629592,False
333,industrial,documentation,500,500,4253665,False
334,industrial,audio_transcript,500,500,1450351,False
335,industrial,tutorial,500,500,847312,False
336,industrial,user_review,500,500,420838,False
337,literature,academic_writing,500,500,2105764,False
338,literature,content_listing,500,500,1104142,False
339,literature,creative_writing,500,500,1981772,False
340,literature,customer_support,500,500,170454,False
341,literature,comment_section,500,500,1442368,False
342,literature,faq,500,500,507029,False
343,literature,truncated,500,500,1867661,False
344,literature,knowledge_article,500,500,1309140,False
345,literature,legal_notices,500,500,619009,False
346,literature,listicle,500,500,885843,False
347,literature,news_article,500,500,688870,False
348,literature,nonfiction_writing,500,500,1424911,False
349,literature,about_org,500,500,436331,False
350,literature,news_org,500,500,350981,False
351,literature,about_pers,500,500,443710,False
352,literature,personal_blog,500,500,1689340,False
353,literature,product_page,500,500,666828,False
354,literature,q_a_forum,500,500,613392,False
355,literature,spam_ads,500,500,989749,False
356,literature,structured_data,500,500,615214,False
357,literature,documentation,500,500,1225204,False
358,literature,audio_transcript,500,500,1538683,False
359,literature,tutorial,500,500,762739,False
360,literature,user_review,500,500,565735,False
361,politics,academic_writing,500,500,3789715,False
362,politics,content_listing,500,500,1507043,False
363,politics,creative_writing,500,500,1143703,False
364,politics,customer_support,500,500,302431,False
365,politics,comment_section,500,500,1423661,False
366,politics,faq,500,500,785988,False
367,politics,truncated,500,500,467756,False
368,politics,knowledge_article,500,500,1374049,False
369,politics,legal_notices,500,500,2560249,False
370,politics,listicle,500,500,829523,False
371,politics,news_article,500,500,444866,False
372,politics,nonfiction_writing,500,500,1019572,False
373,politics,about_org,500,500,971843,False
374,politics,news_org,500,500,505823,False
375,politics,about_pers,500,500,381752,False
376,politics,personal_blog,500,500,1312362,False
377,politics,product_page,500,500,465703,False
378,politics,q_a_forum,500,500,786331,False
379,politics,spam_ads,500,500,660485,False
380,politics,structured_data,500,500,1034770,False
381,politics,documentation,500,500,4897654,False
382,politics,audio_transcript,500,500,1904928,False
383,politics,tutorial,500,500,754509,False
384,politics,user_review,500,500,488293,False
385,religion,academic_writing,500,500,3381134,False
386,religion,content_listing,500,500,885779,False
387,religion,creative_writing,500,500,808814,False
388,religion,customer_support,500,500,238649,False
389,religion,comment_section,500,500,1962503,False
390,religion,faq,500,500,667172,False
391,religion,truncated,500,500,495675,False
392,religion,knowledge_article,500,500,1035894,False
393,religion,legal_notices,500,500,898287,False
394,religion,listicle,500,500,824703,False
395,religion,news_article,500,500,443905,False
396,religion,nonfiction_writing,500,500,1159997,False
397,religion,about_org,500,500,450953,False
398,religion,news_org,500,500,328935,False
399,religion,about_pers,500,500,433667,False
400,religion,personal_blog,500,500,1192002,False
401,religion,product_page,500,500,546464,False
402,religion,q_a_forum,500,500,842848,False
403,religion,spam_ads,500,500,885609,False
404,religion,structured_data,500,500,830387,False
405,religion,documentation,500,500,1524038,False
406,religion,audio_transcript,500,500,2514169,False
407,religion,tutorial,500,500,930337,False
408,religion,user_review,500,500,638575,False
409,science_math_and_technology,academic_writing,500,500,3670566,False
410,science_math_and_technology,content_listing,500,500,1511834,False
411,science_math_and_technology,creative_writing,500,500,1461654,False
412,science_math_and_technology,customer_support,500,500,504622,False
413,science_math_and_technology,comment_section,500,500,1331919,False
414,science_math_and_technology,faq,500,500,648641,False
415,science_math_and_technology,truncated,500,500,668409,False
416,science_math_and_technology,knowledge_article,500,500,857514,False
417,science_math_and_technology,legal_notices,500,500,3992249,False
418,science_math_and_technology,listicle,500,500,845712,False
419,science_math_and_technology,news_article,500,500,447900,False
420,science_math_and_technology,nonfiction_writing,500,500,930368,False
421,science_math_and_technology,about_org,500,500,1071265,False
422,science_math_and_technology,news_org,500,500,589777,False
423,science_math_and_technology,about_pers,500,500,568804,False
424,science_math_and_technology,personal_blog,500,500,1259404,False
425,science_math_and_technology,product_page,500,500,781989,False
426,science_math_and_technology,q_a_forum,500,500,578391,False
427,science_math_and_technology,spam_ads,500,500,810130,False
428,science_math_and_technology,structured_data,500,500,899024,False
429,science_math_and_technology,documentation,500,500,3843637,False
430,science_math_and_technology,audio_transcript,500,500,2105381,False
431,science_math_and_technology,tutorial,500,500,786920,False
432,science_math_and_technology,user_review,500,500,637698,False
433,social_life,academic_writing,500,500,1377481,False
434,social_life,content_listing,500,500,680470,False
435,social_life,creative_writing,500,500,1341209,False
436,social_life,customer_support,500,500,262845,False
437,social_life,comment_section,500,500,1160534,False
438,social_life,faq,500,500,517798,False
439,social_life,truncated,500,500,415856,False
440,social_life,knowledge_article,500,500,766027,False
441,social_life,legal_notices,500,500,552060,False
442,social_life,listicle,500,500,754386,False
443,social_life,news_article,500,500,372326,False
444,social_life,nonfiction_writing,500,500,714224,False
445,social_life,about_org,500,500,294336,False
446,social_life,news_org,500,500,265344,False
447,social_life,about_pers,500,500,361077,False
448,social_life,personal_blog,500,500,923596,False
449,social_life,product_page,500,500,496671,False
450,social_life,q_a_forum,500,500,790130,False
451,social_life,spam_ads,500,500,741875,False
452,social_life,structured_data,500,500,331159,False
453,social_life,documentation,500,436,729812,True
454,social_life,audio_transcript,500,500,1289902,False
455,social_life,tutorial,500,500,640941,False
456,social_life,user_review,500,500,732345,False
457,software,academic_writing,500,500,1325095,False
458,software,content_listing,500,500,966782,False
459,software,creative_writing,500,500,776918,False
460,software,customer_support,500,500,321394,False
461,software,comment_section,500,500,642611,False
462,software,faq,500,500,582142,False
463,software,truncated,500,500,312337,False
464,software,knowledge_article,500,500,695045,False
465,software,legal_notices,500,500,579011,False
466,software,listicle,500,500,875628,False
467,software,news_article,500,500,379224,False
468,software,nonfiction_writing,500,500,845802,False
469,software,about_org,500,500,291854,False
470,software,news_org,500,500,485251,False
471,software,about_pers,500,500,450962,False
472,software,personal_blog,500,500,742656,False
473,software,product_page,500,500,552930,False
474,software,q_a_forum,500,500,396625,False
475,software,spam_ads,500,500,715814,False
476,software,structured_data,500,500,403335,False
477,software,documentation,500,500,491719,False
478,software,audio_transcript,500,500,1467957,False
479,software,tutorial,500,500,807284,False
480,software,user_review,500,500,802840,False
481,software_development,academic_writing,500,500,1709720,False
482,software_development,content_listing,500,500,1024082,False
483,software_development,creative_writing,500,500,988398,False
484,software_development,customer_support,500,500,384590,False
485,software_development,comment_section,500,500,485172,False
486,software_development,faq,500,500,840883,False
487,software_development,truncated,500,500,337850,False
488,software_development,knowledge_article,500,500,757379,False
489,software_development,legal_notices,500,500,1430959,False
490,software_development,listicle,500,500,765930,False
491,software_development,news_article,500,500,432818,False
492,software_development,nonfiction_writing,500,500,912198,False
493,software_development,about_org,500,500,383073,False
494,software_development,news_org,500,500,533321,False
495,software_development,about_pers,500,500,329030,False
496,software_development,personal_blog,500,500,1110964,False
497,software_development,product_page,500,500,453282,False
498,software_development,q_a_forum,500,500,470298,False
499,software_development,spam_ads,500,500,630248,False
500,software_development,structured_data,500,500,457314,False
501,software_development,documentation,500,500,840827,False
502,software_development,audio_transcript,500,500,1811558,False
503,software_development,tutorial,500,500,883642,False
504,software_development,user_review,500,500,687096,False
505,sports_and_fitness,academic_writing,500,500,1688892,False
506,sports_and_fitness,content_listing,500,500,871810,False
507,sports_and_fitness,creative_writing,500,500,1265960,False
508,sports_and_fitness,customer_support,500,500,322779,False
509,sports_and_fitness,comment_section,500,500,970852,False
510,sports_and_fitness,faq,500,500,596042,False
511,sports_and_fitness,truncated,500,500,447042,False
512,sports_and_fitness,knowledge_article,500,500,867162,False
513,sports_and_fitness,legal_notices,500,500,712413,False
514,sports_and_fitness,listicle,500,500,825856,False
515,sports_and_fitness,news_article,500,500,422195,False
516,sports_and_fitness,nonfiction_writing,500,500,803895,False
517,sports_and_fitness,about_org,500,500,351480,False
518,sports_and_fitness,news_org,500,500,373259,False
519,sports_and_fitness,about_pers,500,500,422532,False
520,sports_and_fitness,personal_blog,500,500,802698,False
521,sports_and_fitness,product_page,500,500,386422,False
522,sports_and_fitness,q_a_forum,500,500,658417,False
523,sports_and_fitness,spam_ads,500,500,668059,False
524,sports_and_fitness,structured_data,500,500,466311,False
525,sports_and_fitness,documentation,500,500,2539224,False
526,sports_and_fitness,audio_transcript,500,500,1150882,False
527,sports_and_fitness,tutorial,500,500,962560,False
528,sports_and_fitness,user_review,500,500,793243,False
529,transportation,academic_writing,500,500,2018033,False
530,transportation,content_listing,500,500,1017656,False
531,transportation,creative_writing,500,500,1193511,False
532,transportation,customer_support,500,500,347395,False
533,transportation,comment_section,500,500,950436,False
534,transportation,faq,500,500,596238,False
535,transportation,truncated,500,500,286296,False
536,transportation,knowledge_article,500,500,789291,False
537,transportation,legal_notices,500,500,1141653,False
538,transportation,listicle,500,500,661676,False
539,transportation,news_article,500,500,380846,False
540,transportation,nonfiction_writing,500,500,875706,False
541,transportation,about_org,500,500,397416,False
542,transportation,news_org,500,500,461553,False
543,transportation,about_pers,500,500,578543,False
544,transportation,personal_blog,500,500,882797,False
545,transportation,product_page,500,500,433088,False
546,transportation,q_a_forum,500,500,435057,False
547,transportation,spam_ads,500,500,688941,False
548,transportation,structured_data,500,500,581360,False
549,transportation,documentation,500,500,3692887,False
550,transportation,audio_transcript,500,500,1583065,False
551,transportation,tutorial,500,500,776032,False
552,transportation,user_review,500,500,850024,False
553,travel_and_tourism,academic_writing,500,500,1880984,False
554,travel_and_tourism,content_listing,500,500,512140,False
555,travel_and_tourism,creative_writing,500,500,1211142,False
556,travel_and_tourism,customer_support,500,500,291529,False
557,travel_and_tourism,comment_section,500,500,1222249,False
558,travel_and_tourism,faq,500,500,564587,False
559,travel_and_tourism,truncated,500,500,354240,False
560,travel_and_tourism,knowledge_article,500,500,568035,False
561,travel_and_tourism,legal_notices,500,500,846210,False
562,travel_and_tourism,listicle,500,500,834382,False
563,travel_and_tourism,news_article,500,500,376714,False
564,travel_and_tourism,nonfiction_writing,500,500,879706,False
565,travel_and_tourism,about_org,500,500,314683,False
566,travel_and_tourism,news_org,500,500,451812,False
567,travel_and_tourism,about_pers,500,500,346824,False
568,travel_and_tourism,personal_blog,500,500,1016735,False
569,travel_and_tourism,product_page,500,500,459784,False
570,travel_and_tourism,q_a_forum,500,500,414733,False
571,travel_and_tourism,spam_ads,500,500,585037,False
572,travel_and_tourism,structured_data,500,500,364486,False
573,travel_and_tourism,documentation,500,500,3290047,False
574,travel_and_tourism,audio_transcript,500,500,1252395,False
575,travel_and_tourism,tutorial,500,500,882364,False
576,travel_and_tourism,user_review,500,500,643666,False