Aspect Term Extraction with History Attention and Selective Transformation.
PUNCT
.python main.py -ds_name [YOUR_DATASET_NAME] -sgd_lr [YOUR_LEARNING_RATE_FOR_SGD] -win [YOUR_WINDOW_SIZE] -optimizer [YOUR_OPTIMIZER] -rnn_type [LSTM|GRU] -attention_type [bilinear|concat]
If the code is used in your research, please star this repo and cite our paper as follows:
@inproceedings{li2018aspect,
title={Aspect Term Extraction with History Attention and Selective Transformation},
author={Li, Xin and Bing, Lidong and Li, Piji and Lam, Wai and Yang, Zhimou},
booktitle={IJCAI},
pages={4194--4200}
year={2018}
}