textExpansion icon indicating copy to clipboard operation
textExpansion copied to clipboard

ExpansionNet

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.

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}
}

Requirements

  • PyTorch >= 0.2
  • NLTK.