TL;DR
This paper presents a joint deep learning approach for aspect category detection and polarity classification in Persian reviews, demonstrating effective multi-label classification with CNN and GRU models on a new dataset.
Contribution
It introduces a combined model for ACD and ACP in Persian sentiment analysis and compares four deep models, highlighting CNN and GRU as most effective.
Findings
CNN and GRU outperform LSTM and Bi-LSTM
High accuracy in Persian review sentiment analysis
Effective multi-label classification approach
Abstract
Identification of user's opinions from natural language text has become an exciting field of research due to its growing applications in the real world. The research field is known as sentiment analysis and classification, where aspect category detection (ACD) and aspect category polarity (ACP) are two important sub-tasks of aspect-based sentiment analysis. The goal in ACD is to specify which aspect of the entity comes up in opinion while ACP aims to specify the polarity of each aspect category from the ACD task. The previous works mostly propose separate solutions for these two sub-tasks. This paper focuses on the ACD and ACP sub-tasks to solve both problems simultaneously. The proposed method carries out multi-label classification where four different deep models were employed and comparatively evaluated to examine their performance. A dataset of Persian reviews was collected from…
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
MethodsBidirectional LSTM · Tanh Activation · Sigmoid Activation · Long Short-Term Memory · Gated Recurrent Unit · 1-Dimensional Convolutional Neural Networks
