This is a PyTorch implementation of NARRE from the paper:
Chen, Chong, et al. "Neural attentional rating regression with review-level explanations." Proceedings of the 2018 World Wide Web Conference. 2018.
Download and unzip "Digital Music" data set from :
http://jmcauley.ucsd.edu/data/amazon/
Then put it under the path data
We use GoogleNews-vectors-negative300.bin as pre-trained word embedding model.
You could find it at:
https://code.google.com/archive/p/word2vec/
Download and put it under the path data
pandas~=1.0.3
numpy~=1.18.1
gensim~=3.8.0
pytorch~=1.3.1
nltk~=3.4.5
scikit-learn~=0.22.1
python -m utils.data_reader
python train.py
You will find trained model file in model/checkpoints
Replace the model path in eval.py
at first.
python eval.py