File size: 1,509 Bytes
e70e188
 
 
 
 
 
 
 
 
 
 
 
965d14d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
language:
- en
tags:
- shopping
- ranking
- amazon
pretty_name: ESCI
size_categories:
- 10K<n<100K
---
# Amazon ESCI/ESCI-S dataset

A combination of [Amazon ESCI](https://github.com/amazon-science/esci-data) and [ESCI-S](https://github.com/shuttie/esci-s) datasets in a JSON format. 
Used for fine-tuning bi- and cross-encoder models in the [Metarank](https://huggingface.co./metarank) project.

## Dataset format

The dataset is encoded in a JSON-line format, where each row is a single ranking event,
with all item metadata pre-joined. An example:


```json
{
  "query": "!qscreen fence without holes",
  "e": [
    {
      "title": "Zippity Outdoor Products ZP19026 Lightweight Portable Vinyl Picket Fence Kit w/Metal Base(42\" H x 92\" W), White",
      "desc": "..."
    },
    {
      "title": "Sunnyglade 6 feet x 50 feet Privacy Screen Fence Heavy Duty Fencing Mesh Shade Net Cover for Wall Garden Yard Backyard (6 ft X 50 ft, Green)",
      "desc": "..."
    },
    {
      "title": "Amgo 6' x 50' Black Fence Privacy Screen Windscreen,with Bindings & Grommets, Heavy Duty for Commercial and Residential, 90% Blockage, Cable Zip Ties Included, (Available for Custom Sizes)",
      "desc": "..."
    },
    {
      "title": "Amgo 4' x 50' Black Fence Privacy Screen Windscreen,with Bindings & Grommets, Heavy Duty for Commercial and Residential, 90% Blockage, Cable Zip Ties Included, (Available for Custom Sizes)",
      "desc": "..."
    }
  ]
}

```


## License

Apache 2.0