Computer Engineering and Applications ›› 2024, Vol. 60 ›› Issue (12): 144-152.DOI: 10.3778/j.issn.1002-8331.2303-0220

• Pattern Recognition and Artificial Intelligence • Previous Articles     Next Articles

End-to-End Aspect-Based Sentiment Analysis Model for BERT and LSI

DAI Jiamei, KONG Weiwei, WANG Ze, LI Peizhe   

  1. 1.School of Computer Science and Technology, Xi’an University of Posts and Telecommunications, Xi’an 710121, China
    2.Shaanxi Provincial Key Laboratory of Network Data Analysis and Intelligent Processing, Xi’an University of Posts and Telecommunications, Xi’an 710121, China
  • Online:2024-06-15 Published:2024-06-14

BERT和LSI的端到端方面级情感分析模型

代佳梅,孔韦韦,王泽,李佩哲   

  1. 1.西安邮电大学 计算机学院,西安 710121
    2.西安邮电大学 陕西省网络数据分析与智能处理重点实验室,西安 710121

Abstract: A model LSI-BERT based on BERT and fused lexical and syntactic information (LSI) is proposed to address the shortcomings of the existing end-to-end aspect-based sentiment analysis (E2E-ABSA) method research that does not fully utilize textual information. A BERT embedding layer and a TFM feature extractor are used to extract semantic information, and lexical information is extracted by the industrial-grade natural language processing tool SpaCy. Two weighting factors α and β are introduced to fuse semantic and lexical information. Graph attention networks (GAT) is used to extract syntactic dependency information based on the adjacency matrix generated from the syntactic dependency tree. A dual-stream attention network is used to fuse syntactic dependency information and textual information fused with lexical information to achieve better interaction between these two types of information. The experimental results show that the model outperforms the current representative model on three commonly used benchmark datasets.

Key words: end-to-end, aspect-based sentiment analysis, graph attention networks (GAT), weighting factors, dual-stream attention networks

摘要: 针对现有基于端到端方面的情感分析(E2E-ABSA)方法研究中没有充分利用文本信息的不足,提出了一种基于BERT与融合词性、句法信息(lexical and syntactic information,LSI)的模型LSI-BERT。使用BERT嵌入层和TFM特征提取器来提取语义信息,并通过工业级自然语言处理工具SpaCy提取词性信息,引入两个权重因子α和β对语义与词性信息进行融合;采用图注意网络(graph attention networks,GAT)根据句法依存树生成的邻接矩阵进行句法依存信息的提取;利用双流注意力网络针对句法依存信息和融合了词性信息的文本信息进行融合,使这两种信息实现更好的交互。实验结果表明,模型在三个常用基准数据集上的性能优于当前代表模型。

关键词: 端到端, 基于方面的情感分析, 图注意网络, 权重因子, 双流注意力网络