This is our Pytorch implementation for the paper:
Jianmo Ni, Julian McAuley. Personalized Review Generation by Expanding Phrases and Attending on Aspect-Aware Representations. In Proceedings of Annual Meeting of the Association for Computational Linguistics (ACL' 18)
Here is the link for the preprocessed dataset on google drive.
https://drive.google.com/drive/folders/1bLC4ZmtwU4bwBFqy-8pJogvcts9eHyCu?usp=sharing
To run the code, you need PyTorch >= 0.2 and NLTK.
If you find our code or dataset useful, please cite our paper. Thanks!
@inproceedings{Ni2018PersonalizedRG,
title={Personalized Review Generation By Expanding Phrases and Attending on Aspect-Aware Representations},
author={Jianmo Ni and Julian McAuley},
booktitle={ACL},
year={2018}
}