jihyukkim-nlp / textExpansion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

About


Languages

Language:Python 99.9%Language:Shell 0.1%