Code for the paper "A prompt model with combined semantic refinement for aspect sentiment analysis"
python 3.8.12
We use Pytorch
open source framework to build our model. You can use the following two methods to build the development environment:
- Method: Using pip instruction
pip install -r requirements.txt
If you use this project in your research, please cite the following paper:
@article{Zhu2023APM,
title={A prompt model with combined semantic refinement for aspect sentiment analysis},
author={Xinhua Zhu and Zhongjie Kuang and Lanfang Zhang},
journal={Inf. Process. Manag.},
year={2023},
volume={60},
pages={103462},
url={https://api.semanticscholar.org/CorpusID:260105991}
}