Aspect Level Sentiment Classification with Deep Memory Network
Duyu Tang, Bing Qin, Ting Liu

TL;DR
This paper presents a deep memory network for aspect-level sentiment classification that explicitly models context word importance, outperforming LSTM-based models and achieving faster inference speeds.
Contribution
The paper introduces a multi-layer neural attention-based deep memory network that improves aspect sentiment classification accuracy and speed over existing neural models.
Findings
Performs comparably to state-of-the-art SVM systems
Outperforms LSTM and attention-LSTM architectures
Significantly faster inference with 9-layer model
Abstract
We introduce a deep memory network for aspect level sentiment classification. Unlike feature-based SVM and sequential neural models such as LSTM, this approach explicitly captures the importance of each context word when inferring the sentiment polarity of an aspect. Such importance degree and text representation are calculated with multiple computational layers, each of which is a neural attention model over an external memory. Experiments on laptop and restaurant datasets demonstrate that our approach performs comparable to state-of-art feature based SVM system, and substantially better than LSTM and attention-based LSTM architectures. On both datasets we show that multiple computational layers could improve the performance. Moreover, our approach is also fast. The deep memory network with 9 layers is 15 times faster than LSTM with a CPU implementation.
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
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Text and Document Classification Technologies
MethodsSigmoid Activation · Tanh Activation · Support Vector Machine · Memory Network · Long Short-Term Memory
