CLLGApr 5, 2019

Combining Sentiment Lexica with a Multi-View Variational Autoencoder

arXiv:1904.02839v11094 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of integrating disparate sentiment lexica for improved text classification, though it appears incremental as it builds on existing VAE methods.

The paper tackled the problem of unifying sentiment lexica with different labeling scales into a single robust representation, resulting in a model that outperformed six individual lexica and a simple combination on nine sentiment analysis datasets.

When assigning quantitative labels to a dataset, different methodologies may rely on different scales. In particular, when assigning polarities to words in a sentiment lexicon, annotators may use binary, categorical, or continuous labels. Naturally, it is of interest to unify these labels from disparate scales to both achieve maximal coverage over words and to create a single, more robust sentiment lexicon while retaining scale coherence. We introduce a generative model of sentiment lexica to combine disparate scales into a common latent representation. We realize this model with a novel multi-view variational autoencoder (VAE), called SentiVAE. We evaluate our approach via a downstream text classification task involving nine English-Language sentiment analysis datasets; our representation outperforms six individual sentiment lexica, as well as a straightforward combination thereof.

Code Implementations1 repo
Foundations

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

Your Notes