Journal of Computer Applications ›› 2023, Vol. 43 ›› Issue (3): 706-712.DOI: 10.11772/j.issn.1001-9081.2022010044

• Artificial intelligence • Previous Articles    

Sentiment boosting model for emotion recognition in conversation text

Yu WANG1(), Yubo YUAN1,2, Yi GUO1,2,3, Jiajie ZHANG1   

  1. 1.School of Computer Science and Engineering,East China University of Science and Technology,Shanghai 200237,China
    2.Shanghai Engineering Research Center of Big Data and Internet Audience,Shanghai 200072,China
    3.National Engineering Laboratory for Big Data Distribution and Exchange Technologies (Shanghai Data Exchange),Shanghai 200436,China
  • Received:2022-01-14 Revised:2022-05-11 Accepted:2022-05-12 Online:2022-09-17 Published:2023-03-10
  • Contact: Yu WANG
  • About author:YUAN Yubo, born in 1976, Ph. D., associate professor. His research interests include machine learning.
    GUO Yi, born in 1975, Ph. D., professor. His research interests include text mining.
    ZHANG Jiajie, born in 1999, M. S. candidate. His research interests include graph neural network.
  • Supported by:
    Shanghai Engineering Research Technology Center Project(18DZ2252300)

情感增强的对话文本情绪识别模型

王雨1(), 袁玉波1,2, 过弋1,2,3, 张嘉杰1   

  1. 1.华东理工大学 信息科学与工程学院, 上海 200237
    2.上海大数据与互联网受众工程技术研究中心, 上海 200072
    3.大数据流通与交易技术国家工程实验室(上海数据交易所), 上海 200436
  • 通讯作者: 王雨
  • 作者简介:王雨(1998—),女,山东泰安人,硕士研究生,主要研究方向:对话情绪识别
    袁玉波(1976—),男,云南宣威人,副教授,博士,主要研究方向:机器学习
    过弋(1975—),男,江苏无锡人,教授,博士,CCF会员,主要研究方向:文本挖掘
    张嘉杰(1999—),男,河南焦作人,硕士研究生,主要研究方向:图神经网络。
  • 基金资助:
    上海市工程技术中心项目(18DZ2252300)

Abstract:

To address the problems that many existing studies ignore the correlation between interlocutors’ emotions and sentiments, a sentiment boosting model for emotion recognition in conversation text was proposed, namely Sentiment Boosting Graph Neural network (SBGN). Firstly, themes and dialogue intent were integrated into the text, and the reconstructed text features were extracted by fine-tuning the pre-trained language model. Secondly, a symmetric learning structure for emotion analysis was given, with the reconstructed features fed into a Graph Neural Network (GNN) emotion analysis model and a Bi-directional Long Short-Term Memory (Bi-LSTM) sentiment classification model. Finally, by fusing emotion analysis and sentiment classification models, a new loss function was constructed with sentiment classification loss function as a penalty, and the optimal penalty factor was adjusted and obtained by learning. Experimental results on public dataset DailyDialog show that SBGN model improves 16.62 percentage points compared with Dialogue Graph Convolutional Network (DialogueGCN) model, and improves 14.81 percentage points compared with the state-of-art model Directed Acyclic Graph-Emotion Recognition from Conversation (DAG-ERC) in micro-average F1. It can be seen that SBGN model can effectively improve the performance of emotion analysis in dialogue system.

Key words: Emotion Recognition in Conversations (ERC), sentiment classification, theme induction, Graph Neural Network (GNN), Bi-directional Long Short-Term Memory (Bi-LSTM)

摘要:

针对现有的许多研究忽略了说话人的情绪和情感的相关性的问题,提出一种情感增强的图网络对话文本情绪识别模型——SBGN。首先,将主题和对话意图融入文本,并微调预训练语言模型RoBERTa以提取重构的文本特征;其次,给出情绪分析的对称学习结构,将重构特征分别输入图神经网络(GNN)情绪分析模型和双向长短时记忆(Bi-LSTM)情感分类模型;最后,融合情绪分析和情感分类模型,将情感分类的损失函数作为惩罚以构建新的损失函数,并通过学习调节得到最优的惩罚因子。在公开数据集DailyDialog上的实验结果表明,相较于DialogueGCN模型与目前最先进的DAG-ERC模型,SBGN模型的微平均F1分别提高16.62与14.81个百分点。可见,SBGN模型能有效提高对话系统情绪分析的性能。

关键词: 对话情绪识别, 情感分类, 主题诱导, 图神经网络, 双向长短时记忆

CLC Number: