datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Amazon_Sports_and_Outdoors_2014
Amazon Sports & Outdoors Dataset
Directory Structure
metadata: Contains product information.
reviews: Contains user reviews about the products.
filtered:
e5-base-v2_embeddings.jsonl: Contains "asin" and "embeddings" created with e5-base-v2.
metadata.jsonl: Contains "asin" and "text", where text is created from the title, description, brand, main category, and category.
reviews.jsonl: Contains "reviewerID", "reviewTime", and "asin". Reviews are filtered to include… See the full description on the dataset page: https://huggingface.co/datasets/milistu/Amazon_Sports_and_Outdoors_2014.XMRec_metadata_fr_Sports_and_Outdoors
Description
Cleaned version of the Office Products subset (metadata folder) of XMRec dataset.In particular, we have made the images available as PILs.
Possible use cases are :
text classification, using the categories column as a label
product recommendation using the related column
hybrid text/image search (cf. this Jina.ai blog post)
Original paper citation
@inproceedings{bonab2021crossmarket,
author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali… See the full description on the dataset page: https://huggingface.co/datasets/CATIE-AQ/XMRec_metadata_fr_Sports_and_Outdoors.
