Attentional Encoder Network for Targeted Sentiment Classification

25 Feb 2019  ·  Youwei Song, Jiahai Wang, Tao Jiang, Zhiyue Liu, Yanghui Rao ·

Targeted sentiment classification aims at determining the sentimental tendency towards specific targets. Most of the previous approaches model context and target words with RNN and attention. However, RNNs are difficult to parallelize and truncated backpropagation through time brings difficulty in remembering long-term patterns. To address this issue, this paper proposes an Attentional Encoder Network (AEN) which eschews recurrence and employs attention based encoders for the modeling between context and target. We raise the label unreliability issue and introduce label smoothing regularization. We also apply pre-trained BERT to this task and obtain new state-of-the-art results. Experiments and analysis demonstrate the effectiveness and lightweight of our model.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Aspect-Based Sentiment Analysis (ABSA) SemEval-2014 Task-4 AEN-GloVe Restaurant (Acc) 80.98 # 30
Laptop (Acc) 73.51 # 31
Mean Acc (Restaurant + Laptop) 77.25 # 29
Aspect-Based Sentiment Analysis (ABSA) SemEval-2014 Task-4 AEN-BERT Restaurant (Acc) 83.12 # 16
Laptop (Acc) 79.93 # 10
Mean Acc (Restaurant + Laptop) 81.53 # 13
Aspect-Based Sentiment Analysis (ABSA) SemEval-2014 Task-4 BERT-SPC Restaurant (Acc) 84.46 # 13
Laptop (Acc) 78.99 # 13
Mean Acc (Restaurant + Laptop) 81.73 # 12
Sentiment Analysis Twitter AEN-BERT Accuracy 74.71 # 1
Sentiment Analysis Twitter AEN-GloVe Accuracy 72.83 # 3
Sentiment Analysis Twitter BERT-SPC Accuracy 73.55 # 2

Methods