CLApr 18, 2020

A Hybrid Approach for Aspect-Based Sentiment Analysis Using Deep Contextual Word Embeddings and Hierarchical Attention

arXiv:2004.08673v142 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for researchers and practitioners in natural language processing, enhancing sentiment analysis on web opinion data.

The authors tackled aspect-based sentiment analysis by extending a state-of-the-art hybrid method with deep contextual word embeddings and hierarchical attention, resulting in improved accuracy on standard datasets like SemEval 2015 and 2016.

The Web has become the main platform where people express their opinions about entities of interest and their associated aspects. Aspect-Based Sentiment Analysis (ABSA) aims to automatically compute the sentiment towards these aspects from opinionated text. In this paper we extend the state-of-the-art Hybrid Approach for Aspect-Based Sentiment Analysis (HAABSA) method in two directions. First we replace the non-contextual word embeddings with deep contextual word embeddings in order to better cope with the word semantics in a given text. Second, we use hierarchical attention by adding an extra attention layer to the HAABSA high-level representations in order to increase the method flexibility in modeling the input data. Using two standard datasets (SemEval 2015 and SemEval 2016) we show that the proposed extensions improve the accuracy of the built model for ABSA.

Code Implementations2 repos
Foundations

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

Your Notes