Liu Lu, Li Da, Yue Chuanxu, Gao Xiaojin, Zhu Yunhai
Institute of Automation, Qilu University of Technology (Shandong Academy of Sciences), JiNan, ShanDong, China.
Science and Technology Service Platform, Qilu University of Technology (Shandong Academy of Sciences), JiNan, ShanDong, China.
PLoS One. 2025 Aug 12;20(8):e0329018. doi: 10.1371/journal.pone.0329018. eCollection 2025.
Aspect-based sentiment analysis (ABSA) aims to identify the sentiment polarity associated with specific aspect terms within sentences. Existing studies have primarily focused on constructing graphs from dependency trees of sentences to extract syntactic features. However, given that public datasets are often derived from online reviews, the syntactic structures of these sentences frequently exhibit irregularities. As a result, the performance of syntactic-based Graph Convolution Network (GCN) models is adversely impacted by the noise introduced during dependency parsing. Moreover, the interaction between syntactic and semantic information in these approaches is often insufficient, which significantly impairs the model's ability to accurately detect sentiment.To address these challenges, we propose a novel approach called Syntactic Denoising with Multi-strategy Auxiliary Enhancement (SDMAE) for the ABSA task. Specifically, we prune the original dependency tree by focusing on context words with specific part-of-speech features that are critical for conveying the sentiment of aspect terms, and then construct the graph. We introduce a Multi-channel Adaptive Aggregation Module (MAAM), a feature aggregation system that employs a multi-head attention mechanism to integrate semantic and syntactic GCN output representations. Furthermore, we design a multi-strategy task learning framework that incorporates sentiment lexicons and supervised contrastive learning to enhance the model's performance in aspect sentiment recognition.Comprehensive experiments conducted on four benchmark datasets demonstrate that our approach achieves significant performance improvements compared to several state-of-the-art methods across all evaluated datasets.
基于方面的情感分析(ABSA)旨在识别句子中与特定方面术语相关的情感极性。现有研究主要集中在从句子的依存树构建图以提取句法特征。然而,鉴于公共数据集通常来源于在线评论,这些句子的句法结构经常表现出不规则性。因此,基于句法的图卷积网络(GCN)模型的性能会受到依存句法分析过程中引入的噪声的不利影响。此外,这些方法中句法和语义信息之间的交互通常不足,这严重损害了模型准确检测情感的能力。为了应对这些挑战,我们针对ABSA任务提出了一种名为多策略辅助增强句法去噪(SDMAE)的新方法。具体而言,我们通过关注具有特定词性特征的上下文词来修剪原始依存树,这些词对于传达方面术语的情感至关重要,然后构建图。我们引入了一个多通道自适应聚合模块(MAAM),这是一个特征聚合系统,它采用多头注意力机制来整合语义和句法GCN输出表示。此外,我们设计了一个多策略任务学习框架,该框架结合了情感词典和监督对比学习,以提高模型在方面情感识别中的性能。在四个基准数据集上进行的综合实验表明,与几种在所有评估数据集上的现有方法相比,我们的方法实现了显著的性能提升。