songyouwei / ABSA-PyTorch

Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
MIT License
1.99k stars 523 forks source link

ABSA over twitter data #132

Open savvyyy opened 4 years ago

savvyyy commented 4 years ago

Hi @songyouwei I am extracting tweets based on HASHTAGS from twitter. I want to use those tweets to extract ASPECT and calculate sentiment of that particular aspect. Can you please help me what type of datasets do I need to use to train the any model like 'bert_spc', 'aen_bert', or 'lcf_bert'. Everyone just calculates Aspect from Laptop datasets or Restaurant datasets easily available on Semval. What datasets do I need to use in my case. ????

songyouwei commented 4 years ago

This repo focus on Aspect-based Sentiment Classification task, what you are looking for is a unified model for Aspect-based Sentiment Classification and Aspect Term Extraction. Please refer to this topic.

savvyyy commented 4 years ago

Thanks a lot @songyouwei .