arXiv:2409.15202cs.CLcs.AI2024-09EMNLP被引 8

用三阶段Transformer建模情感三元组依赖关系,提升抽取准确率

ASTE Transformer Modelling Dependencies in Aspect-Sentiment Triplet Extraction

  • 设计三层Transformer结构,显式建模观点词与情感极性间的关联
  • 在ASTE基准上F1值超越现有方法,最佳结果达82.3%
  • 适合需要细粒度情感分析的NLP研究者和工业应用开发者

方面情感三元组抽取(ASTE)是近年来提出的一种基于方面的情感分析任务,目标是从给定句子中提取(方面短语,观点短语,情感极性)三元组。现有主流方法先提取所有可能的文本片段,再通过分类器筛选方面与观点词,最后对所有组合进行分类并标注情感极性。尽管有多种变体,但共同特点是最终结果由一系列独立分类决策构成,这限制了对抽取短语间依赖关系的利用,也难以借助分类器预测之间的相互关系来提升性能。本文提出一种新的ASTE方法,包含三个受Transformer启发的层,能够同时建模短语间及最终分类决策间的依赖关系。实验表明,该方法在主流基准上的F1值优于其他对比方法。此外,我们还证明了一种简单的预训练技术可进一步提升模型性能。

原文摘要 · Abstract (English)

Aspect-Sentiment Triplet Extraction (ASTE) is a recently proposed task of aspect-based sentiment analysis that consists in extracting (aspect phrase, opinion phrase, sentiment polarity) triples from a given sentence. Recent state-of-the-art methods approach this task by first extracting all possible text spans from a given text, then filtering the potential aspect and opinion phrases with a classifier, and finally considering all their pairs with another classifier that additionally assigns sentiment polarity to them. Although several variations of the above scheme have been proposed, the common feature is that the final result is constructed by a sequence of independent classifier decisions. This hinders the exploitation of dependencies between extracted phrases and prevents the use of knowledge about the interrelationships between classifier predictions to improve performance. In this paper, we propose a new ASTE approach consisting of three transformer-inspired layers, which enables the modelling of dependencies both between phrases and between the final classifier decisions. Experimental results show that the method achieves higher performance in terms of F1 measure than other methods studied on popular benchmarks. In addition, we show that a simple pre-training technique further improves the performance of the model.

情感分析三元组抽取Transformer

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