File size: 1,500 Bytes
0540dbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a2aa628
 
0540dbf
 
a2aa628
0540dbf
 
a2aa628
0540dbf
e01f5c9
a2aa628
74729e0
6257c38
 
 
 
 
 
 
0540dbf
 
8276e7f
74729e0
8113b17
8276e7f
8113b17
8276e7f
8113b17
8276e7f
8113b17
8276e7f
8113b17
74729e0
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: example_id
    dtype: int64
  - name: query
    dtype: string
  - name: query_id
    dtype: int64
  - name: product_id
    dtype: string
  - name: product_locale
    dtype: string
  - name: esci_label
    dtype: string
  - name: small_version
    dtype: int64
  - name: large_version
    dtype: int64
  - name: product_title
    dtype: string
  - name: product_description
    dtype: string
  - name: product_bullet_point
    dtype: string
  - name: product_brand
    dtype: string
  - name: product_color
    dtype: string
  - name: product_text
    dtype: string
  splits:
  - name: train
    num_bytes: 5047037946
    num_examples: 2027874
  - name: test
    num_bytes: 1631847321
    num_examples: 652490
  download_size: 2517788457
  dataset_size: 6678885267
license: apache-2.0
task_categories:
- text-classification
- text-retrieval
language:
- en
- ja
- es
---
# Dataset Card for "esci"
ESCI product search dataset
https://github.com/amazon-science/esci-data/

Preprocessings: 

-joined the two relevant files

-product_text aggregate all product text

-mapped esci_label to full name 

```bib
@article{reddy2022shopping,
title={Shopping Queries Dataset: A Large-Scale {ESCI} Benchmark for Improving Product Search},
author={Chandan K. Reddy and Lluís Màrquez and Fran Valero and Nikhil Rao and Hugo Zaragoza and Sambaran Bandyopadhyay and Arnab Biswas and Anlu Xing and Karthik Subbian},
year={2022},
eprint={2206.06588},
archivePrefix={arXiv}
}
```