File size: 18,063 Bytes
218d526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
---
dataset_info:
  features:
  - name: Book
    dtype: string
  - name: Description
    dtype: string
  - name: Genres
    sequence:
      class_label:
        names:
          '0': Autistic Spectrum Disorder
          '1': Mental Illness
          '2': Young Adult
          '3': Americana
          '4': Hungarian Literature
          '5': Thriller
          '6': Action
          '7': Aliens
          '8': Military Fiction
          '9': Music
          '10': Health Care
          '11': Legal Thriller
          '12': Chick Lit
          '13': Lds Non Fiction
          '14': Gothic
          '15': Leadership
          '16': Hinduism
          '17': Rabbits
          '18': Steampunk
          '19': Mathematics
          '20': Russian Literature
          '21': Romantic Suspense
          '22': Amazon
          '23': Comic Book
          '24': Technology
          '25': Hip Hop
          '26': Tarot
          '27': Presidents
          '28': Forgotten Realms
          '29': M M F
          '30': Asexual
          '31': Fat
          '32': Prostitution
          '33': Hungary
          '34': Psychological Thriller
          '35': Basketball
          '36': 12th Century
          '37': Prayer
          '38': Romania
          '39': Biology
          '40': Animal Fiction
          '41': Nursery Rhymes
          '42': Folk Tales
          '43': Family
          '44': Games
          '45': Journalism
          '46': Health
          '47': Wicca
          '48': Sudan
          '49': Werewolves
          '50': Ancient History
          '51': Alchemy
          '52': Media Tie In
          '53': Ghana
          '54': Greece
          '55': Biblical Fiction
          '56': Audiobook
          '57': School
          '58': Wolves
          '59': Taoism
          '60': Cooking
          '61': Futuristic
          '62': Street Art
          '63': Theory
          '64': Demons
          '65': Christian Romance
          '66': Ghost Stories
          '67': Australia
          '68': 16th Century
          '69': Literary Criticism
          '70': Social Science
          '71': Hugo Awards
          '72': Scotland
          '73': Musicians
          '74': Amish
          '75': Lesbian Romance
          '76': Realistic Fiction
          '77': Spanish Civil War
          '78': Social Justice
          '79': Russia
          '80': Futurism
          '81': Palaeontology
          '82': Theology
          '83': Victorian
          '84': Academic
          '85': Illness
          '86': Judaica
          '87': Social
          '88': School Stories
          '89': Paranormal Romance
          '90': BDSM
          '91': Satanism
          '92': Classics
          '93': Cultural
          '94': Sword and Sorcery
          '95': Engineering
          '96': Retellings
          '97': Race
          '98': Nigeria
          '99': Israel
          '100': Judaism
          '101': Horses
          '102': Fae
          '103': Chinese Literature
          '104': Outdoors
          '105': Dying Earth
          '106': Crafts
          '107': Death
          '108': Own
          '109': Food and Drink
          '110': Urban
          '111': Marriage
          '112': South Africa
          '113': Detective
          '114': Divination
          '115': Historical Fiction
          '116': Portuguese Literature
          '117': Journaling
          '118': Gay
          '119': Archaeology
          '120': Medieval
          '121': Genderfluid
          '122': M F Romance
          '123': Turkish
          '124': Regency Romance
          '125': Pulp
          '126': Hockey
          '127': Social Issues
          '128': Books About Books
          '129': Book Club
          '130': Historical Romance
          '131': Halloween
          '132': Transgender
          '133': Fat Studies
          '134': Swedish Literature
          '135': Flash Fiction
          '136': Trains
          '137': Reverse Harem
          '138': Logic
          '139': Mystery
          '140': Survival
          '141': Psychiatry
          '142': Ecology
          '143': Travel
          '144': Education
          '145': Chemistry
          '146': Russian History
          '147': Storytime
          '148': Marathi
          '149': Research
          '150': Christianity
          '151': Fostering
          '152': Climate Change
          '153': Atheism
          '154': Pop Culture
          '155': Government
          '156': Monsters
          '157': Shojo
          '158': New Age
          '159': 20th Century
          '160': Sierra Leone
          '161': Emotion
          '162': Light Novel
          '163': Polygamy
          '164': Punk
          '165': Astronomy
          '166': Liberia
          '167': Germany
          '168': Nature
          '169': Psychoanalysis
          '170': Ethiopia
          '171': Banned Books
          '172': Noir
          '173': Jewish
          '174': Nonfiction
          '175': Holocaust
          '176': Southern
          '177': Holiday
          '178': Somalia
          '179': Weird West
          '180': Martial Arts
          '181': LGBT
          '182': Epic
          '183': Climate Change Fiction
          '184': Bizarro Fiction
          '185': Military History
          '186': Architecture
          '187': Prehistoric
          '188': Picture Books
          '189': Soccer
          '190': Batman
          '191': Tragedy
          '192': Ghosts
          '193': Dungeons and Dragons
          '194': Mythology
          '195': New Weird
          '196': Young Adult Fantasy
          '197': College
          '198': Christian Historical Fiction
          '199': Canada
          '200': Fairy Tale Retellings
          '201': Transport
          '202': Young Adult Contemporary
          '203': Egyptian Literature
          '204': Gardening
          '205': Art
          '206': Disability
          '207': Pirates
          '208': Productivity
          '209': Relationships
          '210': Tv
          '211': Utopia
          '212': Biography
          '213': Spanish Literature
          '214': Textbooks
          '215': Fiction
          '216': Skepticism
          '217': Academia
          '218': Animals
          '219': Space Opera
          '220': Parenting
          '221': Photography
          '222': Angels
          '223': American Civil War
          '224': United States
          '225': Home Economics
          '226': Gods
          '227': Mermaids
          '228': Polish Literature
          '229': Queer
          '230': Unfinished
          '231': Romantic
          '232': Money
          '233': Police
          '234': Teen
          '235': Neuroscience
          '236': Fantasy Romance
          '237': Fat Acceptance
          '238': Manga
          '239': New Adult Romance
          '240': Humor
          '241': New Adult
          '242': Unicorns
          '243': Poverty
          '244': Baseball
          '245': Love
          '246': Diary
          '247': Childrens
          '248': True Crime
          '249': Cycling
          '250': Adult
          '251': Ukraine
          '252': Rock N Roll
          '253': Superman
          '254': Historical
          '255': Video Games
          '256': Writing
          '257': Travelogue
          '258': Mental Health
          '259': Indonesian Literature
          '260': Portugal
          '261': European Literature
          '262': Military Science Fiction
          '263': Artificial Intelligence
          '264': Islam
          '265': Splatterpunk
          '266': Communication
          '267': Fantasy
          '268': Drawing
          '269': Anti Racist
          '270': Cyberpunk
          '271': Tudor Period
          '272': Cookbooks
          '273': Seinen
          '274': Denmark
          '275': Spain
          '276': Japan
          '277': Zen
          '278': Philosophy
          '279': Urban Planning
          '280': Sword and Planet
          '281': Contemporary
          '282': Nobel Prize
          '283': Christian Fiction
          '284': Christmas
          '285': Comedy
          '286': Adventure
          '287': Urbanism
          '288': True Story
          '289': Star Trek
          '290': Programming
          '291': Birds
          '292': Asian Literature
          '293': War
          '294': Spy Thriller
          '295': Genetics
          '296': Medieval History
          '297': Theatre
          '298': Speculative Fiction
          '299': African American Literature
          '300': Paganism
          '301': Hard Science Fiction
          '302': Mystery Thriller
          '303': Military Romance
          '304': Computer Science
          '305': Arthurian
          '306': Feminism
          '307': Historical Mystery
          '308': Dragons
          '309': Southern Gothic
          '310': World History
          '311': Counting
          '312': Novella
          '313': M M Contemporary
          '314': Tasmania
          '315': Love Story
          '316': Supernatural
          '317': Poetry
          '318': Young Readers
          '319': Science Fiction
          '320': Personal Development
          '321': Essays
          '322': Sports Romance
          '323': Comic Strips
          '324': Art Design
          '325': Lds
          '326': International
          '327': Eugenics
          '328': History Of Science
          '329': World War II
          '330': Adult Fiction
          '331': Metaphysics
          '332': 21st Century
          '333': American Revolution
          '334': Activism
          '335': Short Stories
          '336': Vegetarian
          '337': Urban Fantasy
          '338': Erotic Romance
          '339': Shapeshifters
          '340': Roman
          '341': Boarding School
          '342': Entrepreneurship
          '343': European History
          '344': Religion
          '345': Wildlife
          '346': Christian Living
          '347': International Relations
          '348': Occult
          '349': Reference
          '350': Witchcraft
          '351': Pakistan
          '352': Food Writing
          '353': Morocco
          '354': Asia
          '355': Biography Memoir
          '356': Autobiography
          '357': Terrorism
          '358': Chapter Books
          '359': Young Adult Paranormal
          '360': Time Travel
          '361': High Fantasy
          '362': Physics
          '363': English Literature
          '364': Egypt
          '365': Robots
          '366': Gothic Horror
          '367': Lesbian
          '368': Botswana
          '369': Elves
          '370': Literature
          '371': Internet
          '372': Anarchism
          '373': Fairies
          '374': Comedian
          '375': Suspense
          '376': Art History
          '377': Scandinavian Literature
          '378': Counselling
          '379': Geography
          '380': Buisness
          '381': Design
          '382': Algeria
          '383': Software
          '384': Polyamory
          '385': Tea
          '386': Civil War
          '387': Ancient
          '388': Alternate Universe
          '389': Africa
          '390': Language
          '391': High School
          '392': Surreal
          '393': Danish
          '394': Modern Classics
          '395': Star Wars
          '396': Counter Culture
          '397': Young Adult Romance
          '398': Vampires
          '399': Horror
          '400': Poetry Plays
          '401': Gay Fiction
          '402': Self Help
          '403': 18th Century
          '404': Love Inspired Suspense
          '405': Sexuality
          '406': Crime
          '407': Middle Grade
          '408': Politics
          '409': Musicals
          '410': Magical Realism
          '411': Nutrition
          '412': Sports
          '413': Malawi
          '414': Science
          '415': Epic Fantasy
          '416': Medicine
          '417': Kenya
          '418': Historical Fantasy
          '419': Lovecraftian
          '420': Christian Non Fiction
          '421': Medical
          '422': Edwardian
          '423': Weird Fiction
          '424': Naval History
          '425': Far Right
          '426': Menage
          '427': Native Americans
          '428': Mauritius
          '429': French Literature
          '430': Womens
          '431': New York
          '432': Czech Literature
          '433': Political Science
          '434': Plantagenet
          '435': Latin American Literature
          '436': Evolution
          '437': Lds Fiction
          '438': Rwanda
          '439': Catholic
          '440': Football
          '441': Journal
          '442': Psychology
          '443': Clean Romance
          '444': Italian Literature
          '445': Ireland
          '446': Beauty and The Beast
          '447': Dutch Literature
          '448': Poland
          '449': Linguistics
          '450': Kids
          '451': Romanticism
          '452': Contemporary Romance
          '453': African Literature
          '454': Memoir
          '455': Italy
          '456': Gender Studies
          '457': Adoption
          '458': Science Fiction Romance
          '459': 19th Century
          '460': Space
          '461': Murder Mystery
          '462': Female Authors
          '463': Inspirational
          '464': Adhd
          '465': Serbian Literature
          '466': German Literature
          '467': Faith
          '468': Love Inspired Historical
          '469': The United States Of America
          '470': Gender
          '471': How To
          '472': Paranormal
          '473': African American
          '474': Witches
          '475': M M Romance
          '476': Divorce
          '477': Anthologies
          '478': Turkish Literature
          '479': God
          '480': Environment
          '481': International Development
          '482': Irish Literature
          '483': Maritime
          '484': Regency
          '485': Cults
          '486': Gaming
          '487': France
          '488': Dc Comics
          '489': Graphic Novels Comics
          '490': Finnish Literature
          '491': Go
          '492': Astrology
          '493': Coming Of Age
          '494': India
          '495': Natural History
          '496': American Revolutionary War
          '497': Romanian Literature
          '498': Romance
          '499': Buddhism
          '500': Business
          '501': Erotica
          '502': Read For School
          '503': Modern
          '504': 15th Century
          '505': Medieval Romance
          '506': Fan Fiction
          '507': Folklore
          '508': Alternate History
          '509': Finance
          '510': China
          '511': Dark Fantasy
          '512': Law
          '513': Japanese Literature
          '514': Prehistory
          '515': Drama
          '516': Cozy Mystery
          '517': Dogs
          '518': Bande Dessinée
          '519': Juvenile
          '520': Economics
          '521': Fairy Tales
          '522': Guidebook
          '523': Church
          '524': Dragonlance
          '525': Sociology
          '526': American
          '527': Princesses
          '528': Brain
          '529': Espionage
          '530': Cthulhu Mythos
          '531': Management
          '532': Literary Fiction
          '533': Novels
          '534': Aviation
          '535': Horse Racing
          '536': Love Inspired
          '537': American History
          '538': Superheroes
          '539': Womens Fiction
          '540': Native American History
          '541': Zimbabwe
          '542': Diets
          '543': Childrens Classics
          '544': Homeschool
          '545': Magic
          '546': Microhistory
          '547': Spirituality
          '548': French Revolution
          '549': Russian Revolution
          '550': Dystopia
          '551': Mountaineering
          '552': The World
          '553': Mysticism
          '554': Christian
          '555': Cats
          '556': Comics
          '557': Christian Fantasy
          '558': Apocalyptic
          '559': Nordic Noir
          '560': Canadian Literature
          '561': Womens Studies
          '562': Post Apocalyptic
          '563': Abuse
          '564': Personal Finance
          '565': Geology
          '566': Global Warming
          '567': Foodie
          '568': Us Presidents
          '569': Popular Science
          '570': Society
          '571': Conspiracy Theories
          '572': Technical
          '573': Josei
          '574': Food
          '575': Thelema
          '576': Cities
          '577': Vegan
          '578': Science Fiction Fantasy
          '579': Sweden
          '580': Classical Music
          '581': Latin American
          '582': Heroic Fantasy
          '583': Agriculture
          '584': Zombies
          '585': Plays
          '586': Indian Literature
          '587': Social Work
          '588': Lebanon
          '589': Graphic Novels
          '590': Criticism
          '591': British Literature
          '592': Social Media
          '593': Anthropology
          '594': Figure Skating
          '595': World War I
          '596': Classic Literature
          '597': Femme Femme
          '598': Dark
          '599': Film
          '600': Teaching
          '601': Greek Mythology
          '602': Dinosaurs
          '603': Fighters
          '604': Sustainability
          '605': Westerns
          '606': 17th Century
          '607': Comix
          '608': Culinary
          '609': Singularity
          '610': Ukrainian Literature
          '611': Brazil
          '612': Short Story Collection
          '613': History
          '614': Collections
          '615': Iran
          '616': Fitness
  splits:
  - name: train
    num_bytes: 59034301
    num_examples: 9923
  download_size: 6977006
  dataset_size: 59034301
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "goodreads-bookgenres"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)