Fine-grained Sentiment Classification using BERT
2019-10-04Code Available0· sign in to hype
Manish Munikar, Sushil Shakya, Aakash Shrestha
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/munikarmanish/bert-sentimentpytorch★ 0
Abstract
Sentiment classification is an important process in understanding people's perception towards a product, service, or topic. Many natural language processing models have been proposed to solve the sentiment classification problem. However, most of them have focused on binary sentiment classification. In this paper, we use a promising deep learning model called BERT to solve the fine-grained sentiment classification task. Experiments show that our model outperforms other popular models for this task without sophisticated architecture. We also demonstrate the effectiveness of transfer learning in natural language processing in the process.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| SST-2 Binary classification | BERT Base | Accuracy | 91.2 | — | Unverified |
| SST-5 Fine-grained classification | BERT Large | Accuracy | 55.5 | — | Unverified |
| SST-5 Fine-grained classification | BERT Base | Accuracy | 53.2 | — | Unverified |