Effective LSTMs for Target-Dependent Sentiment Classification
Duyu Tang, Bing Qin, Xiaocheng Feng, Ting Liu
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/ridakadri14/AspectBasedSentimentAnalysistf★ 5
- github.com/prabhupad26/100daysofMLpytorch★ 4
- github.com/jimmyyfeng/TD-LSTMtf★ 0
- github.com/mahuiming/TD-LSTMtf★ 0
- github.com/xiaojianhai/aspect_sentimentnone★ 0
- github.com/NUSTM/ABSCtf★ 0
- github.com/mindspore-courses/ABSA-MindSporemindspore★ 0
- github.com/songyouwei/ABSA-PyTorchpytorch★ 0
- github.com/hiyouga/PBAN-PyTorchpytorch★ 0
- github.com/bluemonk482/tdparsenone★ 0
Abstract
Target-dependent sentiment classification remains a challenge: modeling the semantic relatedness of a target with its context words in a sentence. Different context words have different influences on determining the sentiment polarity of a sentence towards the target. Therefore, it is desirable to integrate the connections between target word and context words when building a learning system. In this paper, we develop two target dependent long short-term memory (LSTM) models, where target information is automatically taken into account. We evaluate our methods on a benchmark dataset from Twitter. Empirical results show that modeling sentence representation with standard LSTM does not perform well. Incorporating target information into LSTM can significantly boost the classification accuracy. The target-dependent LSTM models achieve state-of-the-art performances without using syntactic parser or external sentiment lexicons.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| SemEval-2014 Task-4 | TD-LSTM | Mean Acc (Restaurant + Laptop) | 71.88 | — | Unverified |