Fine-tuning BERT with Bidirectional LSTM for Fine-grained Movie Reviews Sentiment Analysis
Gibson Nkhata, Susan Gauch, Usman Anjum, Justin Zhan

TL;DR
This paper enhances sentiment analysis of movie reviews by fine-tuning BERT with BiLSTM, employing data augmentation techniques, and proposing a heuristic for overall review polarity, achieving competitive accuracy with state-of-the-art methods.
Contribution
It introduces a combined BERT and BiLSTM model for fine-grained sentiment analysis and evaluates accuracy improvement techniques on benchmark datasets.
Findings
Achieved 97.67% accuracy in binary classification on IMDb.
Surpassed SOTA in five-class sentiment classification with 59.48% accuracy.
Demonstrated effectiveness of SMOTE and NLPAUG in improving model generalization.
Abstract
Sentiment Analysis (SA) is instrumental in understanding peoples viewpoints facilitating social media monitoring recognizing products and brands and gauging customer satisfaction. Consequently SA has evolved into an active research domain within Natural Language Processing (NLP). Many approaches outlined in the literature devise intricate frameworks aimed at achieving high accuracy, focusing exclusively on either binary sentiment classification or fine-grained sentiment classification. In this paper our objective is to fine-tune the pre-trained BERT model with Bidirectional LSTM (BiLSTM) to enhance both binary and fine-grained SA specifically for movie reviews. Our approach involves conducting sentiment classification for each review followed by computing the overall sentiment polarity across all reviews. We present our findings on binary classification as well as fine-grained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
