paper-with-me

Papers

RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis

2023-11-08 · Xusheng Zhao, Hao Peng, Qiong Dai, Xu Bai, Huailiang Peng, Yanbing Liu, Qinglang Guo, Philip S. Yu

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 learning for weight distribution search and dissimilarity control. Since dependency types often do not have explicit syntax like tree distances, we use global attention and mask mechanisms to design type-importance functions. Finally, we merge these weights and implement feature aggregation and classification. Comprehensive experiments on three popular datasets demonstrate the effectiveness of the criterion and importance functions. RDGCN outperforms state-of-the-art GNN-based baselines in all validations.

📄 PDF Abstract BibTeX arXiv:2311.04467

Code (1)

rdgcn/rdgcn 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Dependency ParsingSentiment Analysis

Similar Papers 제목 키워드 기반

Incorporating Domain Differential Equations into Graph Convolutional Networks to Lower Generalization Discrepancy

2024-04-01 · Yue Sun, Chao Chen, Yuesheng Xu, Sihong Xie 외

Ensuring both accuracy and robustness in time series prediction is critical to many applications, ranging from urban planning to pandemic management. With sufficient training data where all spatiotemporal patterns are we…

Domain GeneralizationTime Series Prediction

Dependency Graph Enhanced Dual-transformer Structure for Aspect-based Sentiment Classification

2020-07-01 · ACL 2020 6 · Hao Tang, Donghong Ji, Chenliang Li, Qiji Zhou

Aspect-based sentiment classification is a popular task aimed at identifying the corresponding emotion of a specific aspect. One sentence may contain various sentiments for different aspects. Many sophisticated methods s…

General ClassificationRepresentation LearningSentenceSentiment Analysis+1

Inducing Target-Specific Latent Structures for Aspect Sentiment Classification

2020-11-01 · EMNLP 2020 11 · Chenhua Chen, Zhiyang Teng, Yue Zhang

Aspect-level sentiment analysis aims to recognize the sentiment polarity of an aspect or a target in a comment. Recently, graph convolutional networks based on linguistic dependency trees have been studied for this task.…

ClassificationDependency ParsingGeneral ClassificationSentiment Analysis+1

Jointly Learning Aspect-Focused and Inter-Aspect Relations with Graph Convolutional Networks for Aspect Sentiment Analysis

2020-12-01 · COLING 2020 8 · Bin Liang, Rongdi Yin, Lin Gui, Jiachen Du 외

In this paper, we explore a novel solution of constructing a heterogeneous graph for each instance by leveraging aspect-focused and inter-aspect contextual dependencies for the specific aspect and propose an Interactive …

SentenceSentiment Analysis

Aspect-based Sentiment Analysis with Type-aware Graph Convolutional Networks and Layer Ensemble

2021-06-01 · NAACL 2021 4 · Yuanhe Tian, Guimin Chen, Yan Song

It is popular that neural graph-based models are applied in existing aspect-based sentiment analysis (ABSA) studies for utilizing word relations through dependency parses to facilitate the task with better semantic guida…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis