Source code for ICTAI2022: Enhancing Neural Aspect Term Extraction Using Part-Of-Speech and Syntactic Dependency Features
Download pre-trained model weight [bert-base-uncased] [pt-bert-base]
Run the single Model:
Place model files as:
Single/PLM/bert-base-uncased/
Single/PLM/pt-bert-base/
Run:
cd Single
fitlog init .
python main.py
Run the PST&Ours:
Place model files as: (Please don't replace existing files in the folder)
PST/train/model/bert-base-uncased/
PST/train/model/pt-bert-base/
Run:
cd PST/train/
bash pipeline.sh