Journal Article10.1007/978-981-99-8082-6_30
A Novel Interaction Convolutional Network Based on Dependency Trees for Aspect-Level Sentiment Analysis
Lei Mao,Jianxia Chen,Shi Dong,Liang Xiao,Haoying Si,Shu Li,Xinyun Wu +6 more
pp 388-400
TL;DR: This paper proposes ASAI-DT, a novel aspect-level sentiment analysis model using interactive convolutional networks and dependency trees, which outperforms existing models by accurately capturing relationships between aspect and viewpoint words in sentences.
read more
Abstract: Aspect-based sentiment analysis aims to identity the sentiment polarity of a given aspect-based word in a sentence. Due to the complexity of sentences in the texts, the models based on the graph neural network still have issues in the accurately capturing the relationship between aspect words and viewpoint words in sentences, failing to improve the accuracy of classification. To solve this problem, the paper proposes a novel Aspect-level Sentiment Analysis model based on Interactive convolutional network with the dependency trees, named ASAI-DT in short. In particular, the ASAI-DT model first extracts the aspect words representation from the sentence representation trained by the Bi-GRU model. Meanwhile, the self-attention score of both the sentence and aspect representation are calculated separately by the self-attention mechanism, in order to reduce the attention to the irrelevant information. Afterward, the proposed model constructs the sub-tree of the dependency trees for the word, while the attention weight scores of the aspect representations will be integrated into the sub-tree. Therefore, the acquired comprehensive information about aspect words is processed by the graph convolutional network to maximize the retention of valid information and minimize the interference of noise. Finally, the effective information can be preserved more completely in the integrated information through the interactive network. Through a large number of experiments on various data sets, the proposed ASAI-DT model shows both the effectiveness and the accuracy of aspect sentiment analysis, which outperforms many aspect-based sentiment analysis models.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
Glove: Global Vectors for Word Representation
Jeffrey Pennington,Richard Socher,Christopher D. Manning +2 more
- 01 Oct 2014
TL;DR: A new global logbilinear regression model that combines the advantages of the two major model families in the literature: global matrix factorization and local context window methods and produces a vector space with meaningful substructure.
SemEval-2014 Task 4: Aspect Based Sentiment Analysis
Maria Pontiki,Dimitris Galanis,John Pavlopoulos,Harris Papageorgiou,Ion Androutsopoulos,Suresh Manandhar +5 more
- 01 Aug 2014
TL;DR: SemEval2014 Task 4 aimed to foster research in the field of aspect-based sentiment analysis, where the goal is to identify the aspects of given target entities and the sentiment expressed for each aspect.
Adaptive Recursive Neural Network for Target-dependent Twitter Sentiment Classification
Li Dong,Furu Wei,Chuanqi Tan,Duyu Tang,Ming Zhou,Ke Xu +5 more
- 01 Jun 2014
TL;DR: AdaRNN adaptively propagates the sentiments of words to target depending on the context and syntactic relationships between them and it is shown that AdaRNN improves the baseline methods.
Deep & Cross Network for Ad Click Predictions
Ruoxi Wang,Bin Fu,Gang Fu,Mingliang Wang +3 more
- 14 Aug 2017
TL;DR: This paper proposes the Deep & Cross Network (DCN), which keeps the benefits of a DNN model, and beyond that, it introduces a novel cross network that is more efficient in learning certain bounded-degree feature interactions.
1K
Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional Networks.
Chen Zhang,Qiuchi Li,Dawei Song +2 more
- 01 Nov 2019
TL;DR: Wang et al. as discussed by the authors proposed a Graph Convolutional Network (GCN) over the dependency tree of a sentence to exploit syntactical information and word dependencies, and a novel aspect-specific sentiment classification framework was raised.