yangheng95 / LCF-ATEPC

codes for paper A Multi-task Learning Model for Chinese-oriented Aspect Polarity Classification and Aspect Term Extraction
MIT License
191 stars 45 forks source link

evaluation #42

Open Astudnew opened 2 years ago

Astudnew commented 2 years ago

Hello Please, I need to print recall and precision in the output. also get the confusion matrix could help me, please?

yangheng95 commented 2 years ago

https://github.com/yangheng95/LCF-ATEPC/blob/4d05004a3ceabaa48753e55d458015dfc8f5ab17/train.py#L205 Here the report contains what you want

Astudnew commented 2 years ago

Thank you very much