scispace - formally typeset
Open AccessProceedings Article

Coupled Multi-Layer Attentions for Co-Extraction of Aspect and Opinion Terms.

TLDR
A novel deep learning model, named coupled multi-layer attentions, where each layer consists of a couple of attentions with tensor operators that are learned interactively to dually propagate information between aspect terms and opinion terms.
Abstract
The task of aspect and opinion terms co-extraction aims to explicitly extract aspect terms describing features of an entity and opinion terms expressing emotions from user-generated texts. To achieve this task, one effective approach is to exploit relations between aspect terms and opinion terms by parsing syntactic structure for each sentence. However, this approach requires expensive effort for parsing and highly depends on the quality of the parsing results. In this paper, we offer a novel deep learning model, named coupled multi-layer attentions. The proposed model provides an end-to-end solution and does not require any parsers or other linguistic resources for preprocessing. Specifically, the proposed model is a multilayer attention network, where each layer consists of a couple of attentions with tensor operators. One attention is for extracting aspect terms, while the other is for extracting opinion terms. They are learned interactively to dually propagate information between aspect terms and opinion terms. Through multiple layers, the model can further exploit indirect relations between terms for more precise information extraction. Experimental results on three benchmark datasets in SemEval Challenge 2014 and 2015 show that our model achieves stateof-the-art performances compared with several baselines.

read more

Citations
More filters
Posted Content

Aspect Sentiment Quad Prediction as Paraphrase Generation.

TL;DR: Wang et al. as mentioned in this paper introduced the Aspect Sentiment Quad Prediction (ASQP) task, which aims to jointly detect all sentiment elements in quads for a given opinionated sentence, which can reveal a more comprehensive and complete aspect-level sentiment structure.
Journal ArticleDOI

A multi-task learning framework for end-to-end aspect sentiment triplet extraction

TL;DR: Wang et al. as discussed by the authors decompose aspect sentiment triplet extraction into three subtasks, namely target tagging, opinion tagging, and sentiment tagging, which utilizes a series of target-specific tag sequences to identify the correspondences between opinion targets and opinion expressions and determine their sentiment polarities.
Journal ArticleDOI

Neural ranking models for document retrieval

TL;DR: A variety of deep learning models have been proposed, and each model presents a set of neural network components to extract features that are used for ranking as mentioned in this paper, and they have been compared along different dimensions in order to understand the major contributions and limitations of each model.
Proceedings Article

Character-based BiLSTM-CRF Incorporating POS and Dictionaries for Chinese Opinion Target Extraction

TL;DR: This work analyzes the difference between Chinese and the Indo-European languages family, and reduces Chinese OTE to a character-based sequence tagging task, and introduces two novel features for each character by distributing POS differentially and using predefined templates over contexts and dictionaries.
Journal ArticleDOI

Joint aspect terms extraction and aspect categories detection via multi-task learning

TL;DR: This work proposes a joint model to seamlessly integrate the ATE and ACD tasks into a multi-task learning framework, and validate the effectiveness of the proposed model on two widely used datasets, and show its advantage over the state-of-the-art baselines.
References
More filters
Proceedings Article

Distributed Representations of Words and Phrases and their Compositionality

TL;DR: This paper presents a simple method for finding phrases in text, and shows that learning good vector representations for millions of phrases is possible and describes a simple alternative to the hierarchical softmax called negative sampling.
Proceedings Article

Neural Machine Translation by Jointly Learning to Align and Translate

TL;DR: It is conjecture that the use of a fixed-length vector is a bottleneck in improving the performance of this basic encoder-decoder architecture, and it is proposed to extend this by allowing a model to automatically (soft-)search for parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly.
Proceedings ArticleDOI

Learning Phrase Representations using RNN Encoder--Decoder for Statistical Machine Translation

TL;DR: In this paper, the encoder and decoder of the RNN Encoder-Decoder model are jointly trained to maximize the conditional probability of a target sequence given a source sequence.
Posted Content

Neural Machine Translation by Jointly Learning to Align and Translate

TL;DR: In this paper, the authors propose to use a soft-searching model to find the parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly.
Book

Opinion Mining and Sentiment Analysis

TL;DR: This survey covers techniques and approaches that promise to directly enable opinion-oriented information-seeking systems and focuses on methods that seek to address the new challenges raised by sentiment-aware applications, as compared to those that are already present in more traditional fact-based analysis.
Related Papers (5)