/PLMs-ABSA

Code for the paper "A prompt model with combined semantic refinement for aspect sentiment analysis"

Primary LanguagePythonApache License 2.0Apache-2.0

PLMs-ABSA

Code for the paper "A prompt model with combined semantic refinement for aspect sentiment analysis"

Requirements

python 3.8.12

Install dependent packages

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 

Citation

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