CLLGDec 23, 2016

Supervised Opinion Aspect Extraction by Exploiting Past Extraction Results

arXiv:1612.07940v14 citations
Originality Incremental advance
AI Analysis

This work addresses aspect extraction for sentiment analysis in product reviews, offering an incremental improvement by leveraging past extraction results.

The paper tackles the problem of extracting product aspects from reviews by improving supervised sequence labeling through concept sharing across domains, resulting in markedly better extraction performance.

One of the key tasks of sentiment analysis of product reviews is to extract product aspects or features that users have expressed opinions on. In this work, we focus on using supervised sequence labeling as the base approach to performing the task. Although several extraction methods using sequence labeling methods such as Conditional Random Fields (CRF) and Hidden Markov Models (HMM) have been proposed, we show that this supervised approach can be significantly improved by exploiting the idea of concept sharing across multiple domains. For example, "screen" is an aspect in iPhone, but not only iPhone has a screen, many electronic devices have screens too. When "screen" appears in a review of a new domain (or product), it is likely to be an aspect too. Knowing this information enables us to do much better extraction in the new domain. This paper proposes a novel extraction method exploiting this idea in the context of supervised sequence labeling. Experimental results show that it produces markedly better results than without using the past information.

Foundations

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

Your Notes