RCI model

Citation Author(s):
Junyu
Kong
Submitted by:
Junyu Kong
Last updated:
Wed, 08/21/2024 - 22:42
DOI:
10.21227/6xed-w133
License:
28 Views
Categories:
Keywords:
0
0 ratings - Please login to submit your rating.

Abstract 

This dataset contains a Magazine_Subscriptions.csv and a Gift_Card.csv, both of which contains a column of item id, a column of user(reviewer) id, a column of user rating, and a column of reviewed time. This data is originally collected by Ni, Jianmo, Jiacheng Li, and Julian McAuley in “Justifying Recommendations Using Distantly-Labeled Reviews and Fine-Grained Aspects,” proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), 2019. https://doi.org/10.18653/v1/d19-1018.

Instructions: 

Simply run ``pd.read_csv('./Gift_Card.csv')``  or ``pd.read_csv('./Magazine_Subscriptions.csv')`` to read the data.