File size: 797 Bytes
146bd0c
 
 
60d3ba0
146bd0c
60d3ba0
146bd0c
60d3ba0
146bd0c
60d3ba0
e80b294
60d3ba0
e80b294
146bd0c
 
e80b294
1a11625
60d3ba0
e80b294
146bd0c
 
 
 
 
 
1d58df6
 
 
 
 
2460d72
 
 
 
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
---
dataset_info:
  features:
  - name: query
    dtype: string
  - name: book_title
    dtype: string
  - name: description
    dtype: string
  - name: query_id
    dtype: int64
  - name: row_id
    dtype: int64
  splits:
  - name: train
    num_bytes: 2840985
    num_examples: 2245
  download_size: 1720371
  dataset_size: 2840985
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---


The queries in this dataset were generated by ChatGPT asking for the most popular book genres and then asking to generate queries of max 3 words to search for books by mood or theme about those genres.

Books titles and descriptions were obtained from Google Books API.

Data cleaning:
- Remove descriptions smaller than 200 chars
- Remove queries with less than 7 books