paper-with-me

Papers

Word Embeddings for Sentiment Analysis: A Comprehensive Empirical Survey

2019-02-02 · Erion Çano, Maurizio Morisio

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.

📄 PDF Abstract BibTeX arXiv:1902.00753

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment AnalysisSurveyWord Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Sentiment Analysis of Citations Using Word2vec

2017-04-01 · Haixia Liu

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+1

Learning Word Embeddings for Data Sparse and Sentiment Rich Data Sets

2018-06-01 · NAACL 2018 6 · Prathusha Kameswara Sarma

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+2

A Comparison of Domain-based Word Polarity Estimation using different Word Embeddings

2016-05-01 · LREC 2016 5 · Aitor Garc{\'\i}a Pablos, Montse Cuadros, German Rigau

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 Embeddings

Refining Word Embeddings for Sentiment Analysis

2017-09-01 · EMNLP 2017 9 · Liang-Chih Yu, Jin Wang, K. Robert Lai, Xue-jie Zhang

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 Embeddings

Sentiment Analysis by Joint Learning of Word Embeddings and Classifier

2017-08-14 · Prathusha Kameswara Sarma, Bill Sethares

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