lixin4ever / HAST

Aspect Term Extraction with History Attention and Selective Transformation (IJCAI 2018)
https://arxiv.org/abs/1805.00760
55 stars 10 forks source link
aspect-based-sentiment-analysis aspect-term-extraction opinion-target-extraction

HAST

Aspect Term Extraction with History Attention and Selective Transformation.

Requirements

External Linguistic Resources

Preprocessing

Running

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]

Environment

Citation

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