metadata
dataset_info:
features:
- name: reviewerID
dtype: string
- name: asin
dtype: string
- name: reviewerName
dtype: string
- name: reviewText
dtype: string
- name: overall
dtype: float64
- name: summary
dtype: string
- name: cleanReviewTime
dtype: string
- name: reviewTime
dtype: string
splits:
- name: train
num_bytes: 3125867
num_examples: 6078
download_size: 1983064
dataset_size: 3125867
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- text-classification
language:
- fra
Description
Cleaned version of the Electronics
subset (reviews
folder) of XMRec dataset.
Columns meaning:
asin
is a code which can be used as a key to merge the dataset with XMRec_metadata_fr_Electronics containing all the informations about the product to which the customer review referssummary
is the term used in the original dataset, can be seen as a preview of the reviewreviewText
contains the text of the reviewoverall
is the customer's rating of the product
This dataset is intended to be used for text classification.
Original paper citation
@inproceedings{bonab2021crossmarket,
author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali and Kanoulas, Evangelos and Allan, James},
booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
publisher = {ACM},
title = {Cross-Market Product Recommendation},
year = {2021}}