arXiv:2511.10577cs.CL2025-11

用改进的DeBERTa提升细粒度情感三元组抽取效果

DESS: DeBERTa Enhanced Syntactic-Semantic Aspect Sentiment Triplet Extraction

  • 双通道设计:DeBERTa与LSTM协同处理语义与语法
  • 在三个数据集上三元组抽取F1提升2.42至8.36
  • 特别擅长处理长距离依赖的复杂句式

细粒度情感分析在方面情感三元组抽取(ASTE)中仍面临挑战,尤其在准确捕捉方面、观点与情感极性间关系方面。尽管已有研究使用BERT和图神经网络取得进展,但先进语言模型在理解复杂语言模式方面的潜力尚未充分挖掘。本文提出DESS,基于DeBERTa增强注意力机制,构建双通道框架,其中DeBERTa与LSTM并行处理语义与句法特征,并优化二者交互方式。在标准数据集上的实验表明,该方法在识别方面-观点对及判断情感极性上,F1得分分别提升4.85、8.36和2.42。深入分析发现,DeBERTa的精细注意力机制显著提升了对长距离依赖复杂句式的处理能力。代码已公开于https://github.com/VishalRepos/DESS。

原文摘要 · Abstract (English)

Fine-grained sentiment analysis faces ongoing challenges in Aspect Sentiment Triple Extraction (ASTE), particularly in accurately capturing the relationships between aspects, opinions, and sentiment polarities. While researchers have made progress using BERT and Graph Neural Networks, the full potential of advanced language models in understanding complex language patterns remains unexplored. We introduce DESS, a new approach that builds upon previous work by integrating DeBERTa's enhanced attention mechanism to better understand context and relationships in text. Our framework maintains a dual-channel structure, where DeBERTa works alongside an LSTM channel to process both meaning and grammatical patterns in text. We have carefully refined how these components work together, paying special attention to how different types of language information interact. When we tested DESS on standard datasets, it showed meaningful improvements over current methods, with F1-score increases of 4.85, 8.36, and 2.42 in identifying aspect opinion pairs and determining sentiment accurately. Looking deeper into the results, we found that DeBERTa's sophisticated attention system helps DESS handle complicated sentence structures better, especially when important words are far apart. Our findings suggest that upgrading to more advanced language models when thoughtfully integrated, can lead to real improvements in how well we can analyze sentiments in text. The implementation of our approach is publicly available at: https://github.com/VishalRepos/DESS.

情感分析三元组抽取DeBERTa双通道

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。