Sentiment Analysis by Joint Learning of Word Embeddings and Classifier
Prathusha Kameswara Sarma, Bill Sethares

TL;DR
SWESA is a supervised algorithm that learns word embeddings tailored for sentiment analysis by jointly optimizing embeddings and classifier performance, outperforming previous methods on real datasets.
Contribution
The paper introduces SWESA, a novel supervised approach for learning word embeddings specifically optimized for sentiment analysis tasks.
Findings
SWESA outperforms existing methods in sentiment classification accuracy.
It efficiently estimates optimal embedding dimensions.
Experiments demonstrate superior performance on multiple real-world datasets.
Abstract
Word embeddings are representations of individual words of a text document in a vector space and they are often use- ful for performing natural language pro- cessing tasks. Current state of the art al- gorithms for learning word embeddings learn vector representations from large corpora of text documents in an unsu- pervised fashion. This paper introduces SWESA (Supervised Word Embeddings for Sentiment Analysis), an algorithm for sentiment analysis via word embeddings. SWESA leverages document label infor- mation to learn vector representations of words from a modest corpus of text doc- uments by solving an optimization prob- lem that minimizes a cost function with respect to both word embeddings as well as classification accuracy. Analysis re- veals that SWESA provides an efficient way of estimating the dimension of the word embeddings that are to be learned. Experiments on several…
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.
Taxonomy
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Natural Language Processing Techniques
