A Position-aware Bidirectional Attention Network for Aspect-level Sentiment Analysis
Aspect-level sentiment analysis aims to distinguish the sentiment polarity of each specific aspect term in a given sentence. Both industry and academia have realized the importance of the relationship between aspect term and sentence, and made attempts to model the relationship by designing a series of attention models. However, most existing methods usually neglect the fact that the position information is also crucial for identifying the sentiment polarity of the aspect term. When an aspect term occurs in a sentence, its neighboring words should be given more attention than other words with long distance. Therefore, we propose a position-aware bidirectional attention network (PBAN) based on bidirectional GRU. PBAN not only concentrates on the position information of aspect terms, but also mutually models the relation between aspect term and sentence by employing bidirectional attention mechanism. The experimental results on SemEval 2014 Datasets demonstrate the effectiveness of our proposed PBAN model.
Code (1)
Tasks
Aspect-Based Sentiment Analysis (ABSA)Feature EngineeringPositionSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Syntax-Aware Aspect-Level Sentiment Classification with Proximity-Weighted Convolution Network
It has been widely accepted that Long Short-Term Memory (LSTM) network, coupled with attention mechanism and memory module, is useful for aspect-level sentiment classification. However, existing approaches largely rely o…
DescriptiveGeneral ClassificationSentiment AnalysisSentiment ClassificationHierarchical Attention Based Position-Aware Network for Aspect-Level Sentiment Analysis
Aspect-level sentiment analysis aims to identify the sentiment of a specific target in its context. Previous works have proved that the interactions between aspects and the contexts are important. On this basis, we also …
Aspect-Based Sentiment Analysis (ABSA)Feature EngineeringPositionSentence+1Modeling Sentiment Dependencies with Graph Convolutional Networks for Aspect-level Sentiment Classification
Aspect-level sentiment classification aims to distinguish the sentiment polarities over one or more aspect terms in a sentence. Existing approaches mostly model different aspects in one sentence independently, which igno…
Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentence+2Toward Tag-free Aspect Based Sentiment Analysis: A Multiple Attention Network Approach
Existing aspect based sentiment analysis (ABSA) approaches leverage various neural network models to extract the aspect sentiments via learning aspect-specific feature representations. However, these approaches heavily r…
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisTAGDual Triangle Attention: Effective Bidirectional Attention Without Positional Embeddings
Bidirectional transformers are the foundation of many sequence modeling tasks across natural, biological, and chemical language domains, but they are permutation-invariant without explicit positional embeddings. In contr…