Learning Sentiment-Specific Word Embedding via Global Sentiment Representation
Abstract
Context-based word embedding learning approaches can model rich semantic and syntactic information. However, it is problematic for sentiment analysis because the words with similar contexts but opposite sentiment polarities, such as good and bad, are mapped into close word vectors in the embedding space. Recently, some sentiment embedding learning methods have been proposed, but most of them are designed to work well on sentence-level texts. Directly applying those models to document-level texts often leads to unsatisfied results. To address this issue, we present a sentiment-specific word embedding learning architecture that utilizes local context informationas well as global sentiment representation. The architecture is applicable for both sentence-level and document-level texts. We take global sentiment representation as a simple average of word embeddings in the text, and use a corruption strategy as a sentiment-dependent regularization. Extensive experiments conducted on several benchmark datasets demonstrate that the proposed architecture outperforms the state-of-the-art methods for sentiment classification.
Cite
Text
Fu et al. "Learning Sentiment-Specific Word Embedding via Global Sentiment Representation." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11916Markdown
[Fu et al. "Learning Sentiment-Specific Word Embedding via Global Sentiment Representation." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/fu2018aaai-learning/) doi:10.1609/AAAI.V32I1.11916BibTeX
@inproceedings{fu2018aaai-learning,
title = {{Learning Sentiment-Specific Word Embedding via Global Sentiment Representation}},
author = {Fu, Peng and Lin, Zheng and Yuan, Fengcheng and Wang, Weiping and Meng, Dan},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2018},
pages = {4808-4815},
doi = {10.1609/AAAI.V32I1.11916},
url = {https://mlanthology.org/aaai/2018/fu2018aaai-learning/}
}