Aspect Based Sentiment Analysis with Gated Convolutional Networks
Wei Xue, Tao Li

TL;DR
This paper introduces a convolutional neural network model with gating mechanisms for aspect-based sentiment analysis, achieving higher accuracy and efficiency than traditional LSTM and attention-based models.
Contribution
The paper presents a novel Gated Tanh-ReLU Units model that simplifies architecture and enhances parallelization for aspect-based sentiment analysis tasks.
Findings
Outperforms existing models on SemEval datasets
Achieves higher accuracy with reduced training time
Enables efficient parallel training due to convolutional architecture
Abstract
Aspect based sentiment analysis (ABSA) can provide more detailed information than general sentiment analysis, because it aims to predict the sentiment polarities of the given aspects or entities in text. We summarize previous approaches into two subtasks: aspect-category sentiment analysis (ACSA) and aspect-term sentiment analysis (ATSA). Most previous approaches employ long short-term memory and attention mechanisms to predict the sentiment polarity of the concerned targets, which are often complicated and need more training time. We propose a model based on convolutional neural networks and gating mechanisms, which is more accurate and efficient. First, the novel Gated Tanh-ReLU Units can selectively output the sentiment features according to the given aspect or entity. The architecture is much simpler than attention layer used in the existing models. Second, the computations of our…
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 · Long Short-Term Memory
