Word Embeddings for Sentiment Analysis: A Comprehensive Empirical Survey
This work investigates the role of factors like training method, training corpus size and thematic relevance of texts in the performance of word embedding features on sentiment analysis of tweets, song lyrics, movie reviews and item reviews. We also explore specific training or post-processing methods that can be used to enhance the performance of word embeddings in certain tasks or domains. Our empirical observations indicate that models trained with multithematic texts that are large and rich in vocabulary are the best in answering syntactic and semantic word analogy questions. We further observe that influence of thematic relevance is stronger on movie and phone reviews, but weaker on tweets and lyrics. These two later domains are more sensitive to corpus size and training method, with Glove outperforming Word2vec. "Injecting" extra intelligence from lexicons or generating sentiment specific word embeddings are two prominent alternatives for increasing performance of word embedding features.
Code (0)
등록된 구현이 없습니다.
Tasks
Sentiment AnalysisSurveyWord EmbeddingsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Sentiment Analysis of Citations Using Word2vec
Citation sentiment analysis is an important task in scientific paper analysis. Existing machine learning techniques for citation sentiment analysis are focusing on labor-intensive feature engineering, which requires larg…
Feature EngineeringGeneral ClassificationSentenceSentiment Analysis+1Learning Word Embeddings for Data Sparse and Sentiment Rich Data Sets
This research proposal describes two algorithms that are aimed at learning word embeddings for data sparse and sentiment rich data sets. The goal is to use word embeddings adapted for domain specific data sets in downstr…
General ClassificationLearning Word EmbeddingsSentiment AnalysisSentiment Classification+2A Comparison of Domain-based Word Polarity Estimation using different Word Embeddings
A key point in Sentiment Analysis is to determine the polarity of the sentiment implied by a certain word or expression. In basic Sentiment Analysis systems this sentiment polarity of the words is accounted and weighted …
Sentiment AnalysisWord EmbeddingsRefining Word Embeddings for Sentiment Analysis
Word embeddings that can capture semantic and syntactic information from contexts have been extensively used for various natural language processing tasks. However, existing methods for learning context-based word embedd…
Learning Word EmbeddingsSentiment AnalysisWord EmbeddingsSentiment Analysis by Joint Learning of Word Embeddings and Classifier
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 learn…
Learning Word EmbeddingsSentiment AnalysisWord Embeddings