--- license: cc-by-4.0 task_categories: - text-retrieval - text-ranking language: - en tags: - ProductSearch pretty_name: Amazon ESCI size_categories: - 1M 3999). -1 if the data is not available. - *num_ratings*: The number of ratings reported on the Amazon page of the product. -1 if the data is not available. - *avg_ratings*: The average of ratings reported on the Amazon page of the product. -1.0 if the data is not available. - *template*: The page template used by Amazon for the product webpage. "" if the data is not available. - *labels*: Key-value dictionary containing the aspect number associated with the corresponding label. -100 if the label is not available for that aspect. - *aspects*: List of aspect labels, as used in J-MADRAL. -100 if the label is not available for that aspect. - **catalog-ids.txt**: It contains the ID of every product, one per line. With *catalog-offsets.txt*, it enables random access to the products in the catalog. - **catalog-offsets.txt**: It contains the number of bytes occupied by each product, one per line. The data of the k-th product is found in *catalog.jsonl* from start=sum(offsets[:k]) and end=sum(offsets[:k+1]) byte offsets. With *catalog-ids.txt*, it enables random access to the products in the catalog. - **\-mapping.json**: The mapping between aspect names and the associated numerical value, provided in JSON format. - **_qrels.qrels**: The relevance judgements using TREC format for the training, validation, and test sets, respectively. - **_queries.jsonl**: It contains the data for each query in the dataset, each line encoding one query in JSON format, for the training, validation, and test sets, respectively. Each record has the following data: - *id*: The unique identifier of the query. - *text*: The textual content of the query. - *labels*: Key-value dictionary containing the aspect number associated with the corresponding label. -100 if the label is not available for that aspect. - *aspects*: List of aspect labels, as used in J-MADRAL. -100 if the label is not available for that aspect.