paper-with-me

홈 › Papers

A Position-aware Bidirectional Attention Network for Aspect-level Sentiment Analysis

2018-08-01 · COLING 2018 8 · Shuqin Gu, Lipeng Zhang, Yuexian Hou, Yin Song

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.

📄 PDF Abstract BibTeX

Code (1)

hiyouga/PBAN-PyTorch pytorch

Tasks

Aspect-Based Sentiment Analysis (ABSA)Feature EngineeringPositionSentence

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Syntax-Aware Aspect-Level Sentiment Classification with Proximity-Weighted Convolution Network

2019-09-23 · Chen Zhang, Qiuchi Li, Dawei Song

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 Classification

Hierarchical Attention Based Position-Aware Network for Aspect-Level Sentiment Analysis

2018-10-01 · CONLL 2018 10 · Lishuang Li, Yang Liu, AnQiao Zhou

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+1

Modeling Sentiment Dependencies with Graph Convolutional Networks for Aspect-level Sentiment Classification

2019-06-11 · Pinlong Zhaoa, Linlin Houb, Ou Wua

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+2

Toward Tag-free Aspect Based Sentiment Analysis: A Multiple Attention Network Approach

2020-03-22 · Yao Qiang, Xin Li, Dongxiao Zhu

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 AnalysisTAG

Dual Triangle Attention: Effective Bidirectional Attention Without Positional Embeddings

2026-04-09 · Logan Hallee, Jason P. Gleghorn arxiv

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…