CLLGJun 5, 2019

DOER: Dual Cross-Shared RNN for Aspect Term-Polarity Co-Extraction

arXiv:1906.01794v11110 citations
Originality Incremental advance
AI Analysis

This addresses aspect-based sentiment analysis for applications like product reviews by co-extracting terms and polarities, though it is incremental as it builds on existing sequence labeling methods.

The paper tackles the joint extraction of aspect terms and their sentiment polarities from text by proposing a dual RNN framework that simultaneously generates aspect term-polarity pairs, outperforming state-of-the-art baselines on three benchmark datasets.

This paper focuses on two related subtasks of aspect-based sentiment analysis, namely aspect term extraction and aspect sentiment classification, which we call aspect term-polarity co-extraction. The former task is to extract aspects of a product or service from an opinion document, and the latter is to identify the polarity expressed in the document about these extracted aspects. Most existing algorithms address them as two separate tasks and solve them one by one, or only perform one task, which can be complicated for real applications. In this paper, we treat these two tasks as two sequence labeling problems and propose a novel Dual crOss-sharEd RNN framework (DOER) to generate all aspect term-polarity pairs of the input sentence simultaneously. Specifically, DOER involves a dual recurrent neural network to extract the respective representation of each task, and a cross-shared unit to consider the relationship between them. Experimental results demonstrate that the proposed framework outperforms state-of-the-art baselines on three benchmark datasets.

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