CoolFace
Datasetpublic

randomath/Amazon-combined

Amazon Combined Dataset E-commerce dataset that combines metadata, reviews, and sample question/answer pairs. combined.json contains the dataset and user2asin.json contains a file that maps user_id from reviews to an ASIN for capturing user preferences. Data Fields Field Type Explanation main_category str Main category (i.e., domain) of the product. title str Name of the product. average_rating float Rating of the product shown on the product page.… See the full description on the dataset page: https://huggingface.co/datasets/randomath/Amazon-combined.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes50downloads
Dataset Card

Amazon Combined Dataset

E-commerce dataset that combines metadata, reviews, and sample question/answer pairs. combined.json contains the dataset and user2asin.json contains a file that maps user_id from reviews to an ASIN for capturing user preferences.

Data Fields

FieldTypeExplanation
main_categorystrMain category (i.e., domain) of the product.
titlestrName of the product.
average_ratingfloatRating of the product shown on the product page.
rating_numberintNumber of ratings in the product.
featureslistBullet-point format features of the product.
descriptionlistDescription of the product.
pricefloatPrice in US dollars (at time of crawling).
imageslistImages of the product. Each image has different sizes (thumb, large, hi_res). The “variant” field shows the position of image.
videoslistVideos of the product including title and url.
storestrStore name of the product.
categorieslistHierarchical categories of the product.
detailsdictProduct details, including materials, brand, sizes, etc.
asinstrID of the product.
parent_asinstrParent ID of the product (should be same as ASIN)
bought_togetherlistRecommended bundles from the websites.
reviewslist[Review]List of User Reviews, see below.
qa_pairsliststr, list[[Answers]]List with question text and list of Answers, see below.

For User Reviews

FieldTypeExplanation
ratingfloatRating of the product (from 1.0 to 5.0).
titlestrTitle of the user review.
textstrText body of the user review.
imageslistImages that users post after they have received the product. Each image has different sizes (small, medium, large), represented by the smallimageurl, mediumimageurl, and largeimageurl respectively.
asinstrID of the product.
parent_asinstrParent ID of the product. Note: Products with different colors, styles, sizes usually belong to the same parent ID. The “asin” in previous Amazon datasets is actually parent ID. <b>Please use parent ID to find product meta.</b>
user_idstrID of the reviewer
timestampintTime of the review (unix time)
verified_purchaseboolUser purchase verification
helpful_voteintHelpful votes of the review

For Answers

FieldTypeExplanation
answerstrmanually written natural-sounding answer if label >= 1
candidatestrText used to justify answer
labelint2 means fully answering, 1 means helpful but not fully answering, 0 means irrelevant

Datasets Used

Amazon Reviews 2023

@article{hou2024bridging,
  title={Bridging Language and Items for Retrieval and Recommendation},
  author={Hou, Yupeng and Li, Jiacheng and He, Zhankui and Yan, An and Chen, Xiusi and McAuley, Julian},
  journal={arXiv preprint arXiv:2403.03952},
  year={2024}
}

ePQA

@article{shen2023xpqa,
  title={xPQA: Cross-Lingual Product Question Answering across 12 Languages},
  author={Shen, Xiaoyu and Asai, Akari and Byrne, Bill and de Gispert, Adri{\`a}},
  journal={arXiv preprint arXiv:2305.09249},
  year={2023}
}