CLLGAug 18, 2019

TDAM: a Topic-Dependent Attention Model for Sentiment Analysis

arXiv:1908.06435v162 citations
AI Analysis

This work addresses sentiment analysis and topic extraction for users' reviews, offering an incremental improvement by combining attention mechanisms with multi-task learning.

The authors tackled sentiment classification and topic extraction by proposing a topic-dependent attention model that integrates global and local topic embeddings into a modified GRU, achieving performance on par with state-of-the-art methods for sentiment classification and outperforming current approaches in topic coherence without aspect-level annotations.

We propose a topic-dependent attention model for sentiment classification and topic extraction. Our model assumes that a global topic embedding is shared across documents and employs an attention mechanism to derive local topic embedding for words and sentences. These are subsequently incorporated in a modified Gated Recurrent Unit (GRU) for sentiment classification and extraction of topics bearing different sentiment polarities. Those topics emerge from the words' local topic embeddings learned by the internal attention of the GRU cells in the context of a multi-task learning framework. In this paper, we present the hierarchical architecture, the new GRU unit and the experiments conducted on users' reviews which demonstrate classification performance on a par with the state-of-the-art methodologies for sentiment classification and topic coherence outperforming the current approaches for supervised topic extraction. In addition, our model is able to extract coherent aspect-sentiment clusters despite using no aspect-level annotations for training.

Foundations

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

Your Notes