ScalaConsultants/Aspect-Based-Sentiment-Analysis

Fine-tuning the model to add specific words and phrases with polarity

rspiewak47 opened this issue · 1 comments

I need to have the polarity associated with particular words or phrases used to ensure that these are taken into account when associated with a particular aspect. Is there a way to do this?

Same. I need to fine tune the model to recognize the sentiment for specific words in a specific domain/meaning. I suspect that this can be done by using transfer learning on their trained Dense layer and preserving the pre-trained BERT layer. However, it would be very helpful if the author of the library could verify and indicate a good way to do it.