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

COLING 2018  ·  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 COLING 2018 PDF COLING 2018 Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Aspect-Based Sentiment Analysis (ABSA) SemEval-2014 Task-4 PBAN Restaurant (Acc) 81.16 # 28
Laptop (Acc) 74.12 # 29
Mean Acc (Restaurant + Laptop) 77.64 # 27

Methods