CLAIMay 10, 2018

Learning Domain-Sensitive and Sentiment-Aware Word Embeddings

arXiv:1805.03801v11100 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better sentiment analysis tools in multi-domain review data, though it is incremental as it builds on existing embedding techniques.

The paper tackled the problem of learning word embeddings that are both domain-sensitive and sentiment-aware, which previous methods could not achieve simultaneously. The proposed method automatically distinguishes domain-common and domain-specific embeddings, leading to improved sentiment classification at sentence and lexicon levels.

Word embeddings have been widely used in sentiment classification because of their efficacy for semantic representations of words. Given reviews from different domains, some existing methods for word embeddings exploit sentiment information, but they cannot produce domain-sensitive embeddings. On the other hand, some other existing methods can generate domain-sensitive word embeddings, but they cannot distinguish words with similar contexts but opposite sentiment polarity. We propose a new method for learning domain-sensitive and sentiment-aware embeddings that simultaneously capture the information of sentiment semantics and domain sensitivity of individual words. Our method can automatically determine and produce domain-common embeddings and domain-specific embeddings. The differentiation of domain-common and domain-specific words enables the advantage of data augmentation of common semantics from multiple domains and capture the varied semantics of specific words from different domains at the same time. Experimental results show that our model provides an effective way to learn domain-sensitive and sentiment-aware word embeddings which benefit sentiment classification at both sentence level and lexicon term level.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes