RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis
Xusheng Zhao, Hao Peng, Qiong Dai, Xu Bai, Huailiang Peng, Yanbing, Liu, Qinglang Guo, Philip S. Yu

TL;DR
This paper introduces RDGCN, a novel graph neural network that enhances aspect-based sentiment analysis by more effectively modeling syntactic dependencies using reinforcement learning and attention mechanisms.
Contribution
The paper proposes a reinforced dependency graph convolutional network that improves dependency importance calculation for better sentiment analysis performance.
Findings
RDGCN outperforms existing GNN-based models on multiple datasets.
The importance calculation criterion improves syntactic dependency utilization.
Reinforcement learning effectively optimizes dependency weight distribution.
Abstract
Aspect-based sentiment analysis (ABSA) is dedicated to forecasting the sentiment polarity of aspect terms within sentences. Employing graph neural networks to capture structural patterns from syntactic dependency parsing has been confirmed as an effective approach for boosting ABSA. In most works, the topology of dependency trees or dependency-based attention coefficients is often loosely regarded as edges between aspects and opinions, which can result in insufficient and ambiguous syntactic utilization. To address these problems, we propose a new reinforced dependency graph convolutional network (RDGCN) that improves the importance calculation of dependencies in both distance and type views. Initially, we propose an importance calculation criterion for the minimum distances over dependency trees. Under the criterion, we design a distance-importance function that leverages reinforcement…
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 · Text and Document Classification Technologies · Advanced Text Analysis Techniques
