Attentional Encoder Network for Targeted Sentiment Classification
Youwei Song, Jiahai Wang, Tao Jiang, Zhiyue Liu, Yanghui Rao

TL;DR
This paper introduces an Attentional Encoder Network that replaces RNNs with attention mechanisms for targeted sentiment classification, improving efficiency and performance, especially when combined with BERT.
Contribution
The paper proposes a novel attention-based encoder architecture that avoids recurrence, addresses label unreliability with smoothing, and achieves state-of-the-art results with BERT.
Findings
The AEN model outperforms previous RNN-based methods.
Label smoothing improves classification robustness.
Combining AEN with BERT yields top performance.
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Machine Learning in Healthcare
MethodsLinear Layer · Residual Connection · Attention Dropout · Linear Warmup With Linear Decay · Weight Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Adam · WordPiece · Softmax
