Improving the Accuracy of Pre-trained Word Embeddings for Sentiment Analysis
Seyed Mahdi Rezaeinia, Ali Ghodsi, Rouhollah Rahmani

TL;DR
This paper introduces a novel method called Improved Word Vectors (IWV) that enhances the accuracy of pre-trained word embeddings for sentiment analysis by integrating POS tagging, lexicon approaches, and existing embedding techniques.
Contribution
The paper presents a new approach, IWV, that improves sentiment analysis accuracy by combining POS tagging, lexicons, and pre-trained embeddings like Word2Vec and GloVe.
Findings
IWV significantly improves sentiment classification accuracy.
IWV outperforms standard pre-trained embeddings in experiments.
The method is effective across various deep learning models and datasets.
Abstract
Sentiment analysis is one of the well-known tasks and fast growing research areas in natural language processing (NLP) and text classifications. This technique has become an essential part of a wide range of applications including politics, business, advertising and marketing. There are various techniques for sentiment analysis, but recently word embeddings methods have been widely used in sentiment classification tasks. Word2Vec and GloVe are currently among the most accurate and usable word embedding methods which can convert words into meaningful vectors. However, these methods ignore sentiment information of texts and need a huge corpus of texts for training and generating exact vectors which are used as inputs of deep learning models. As a result, because of the small size of some corpuses, researcher often have to use pre-trained word embeddings which were trained on other large…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Mental Health via Writing
MethodsGloVe Embeddings
