Aspect-Based Sentiment Analysis Using Bitmask Bidirectional Long Short Term Memory Networks

FLAIRS-31 2018  ·  Binh Thanh Do ·

This paper introduces a new method to classify sentiment polarity for aspects in product reviews. We call it bitmask bidirectional long short term memory networks. It is based on long short term memory (LSTM) networks, which is a frequently mentioned model in natural language processing. Our proposed method uses a bitmask layer to keep attention on aspects. We evaluate it on reviews of restaurant and laptop domains from three popular contests: SemEval-2014 task 4, SemEval-2015 task 12, and SemEval-2016 task 5. It obtains competitive results with state-of-the-art methods based on LSTM networks. Furthermore, we demonstrate the benefit of using sentiment lexicons and word embeddings of a particular domain in aspect-based sentiment analysis.

PDF Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Aspect-Based Sentiment Analysis (ABSA) SemEval-2014 Task-4 BBLSTM-SL Restaurant (Acc) 81.3 # 25
Laptop (Acc) 74.9 # 26
Mean Acc (Restaurant + Laptop) 78.1 # 25

Methods