Skip to content

KindRoach/NARRE-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narre

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.

Before Running Code

Get Data

Download and unzip "Digital Music" data set from :
http://jmcauley.ucsd.edu/data/amazon/
Then put it under the path data

Get Pre-trained Word Embedding Model

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

Environments

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

Train & Eval Model

Data Pre-processing

python -m utils.data_reader

Train Model

python train.py

You will find trained model file in model/checkpoints

Eval Model

Replace the model path in eval.py at first.

python eval.py

About

This is a PyTorch implementation of NARRE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages