yangheng95 / PyABSA

Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.;
https://pyabsa.readthedocs.io
MIT License
926 stars 158 forks source link

update ATEPC for ATE and ACD #206

Open Astudnew opened 2 years ago

Astudnew commented 2 years ago

Hello can we update lCF-ATEPC to do Aspect term extraction and aspect category detection for SemEval dataset (instead of Aspect polarity classification) where replacing sentiment polarity(positive, negative, natural) with aspect categories (food, service, .....) Thanks in advance

yangheng95 commented 2 years ago

Hi, Maybe we can do it later, as it is a labor-intensive task involving dataset preparation and model modification. And I am not working on ABSA only. Do you have some ideas about the existing open-source ACD implementations for reference? This will significantly reduce the difficulty. Collaboration would be a great attempt to provide the community with a better ABSA framework.