Author Login Editor-in-Chief Peer Review Editor Work Office Work

Computer Engineering ›› 2023, Vol. 49 ›› Issue (11): 24-29, 39. doi: 10.19678/j.issn.1000-3428.0066181

• Research Hotspots and Reviews • Previous Articles     Next Articles

Sentiment Analysis Model of Students' Teaching Evaluation Text Based on Hybrid Feature Network

Qilin WU, Yagu DANG*, Shanwei XIONG, Xu JI, Kexin BI   

  1. School of Chemical Engineering, Sichuan University, Chengdu 610041, China
  • Received:2022-11-04 Online:2023-11-15 Published:2023-11-06
  • Contact: Yagu DANG

基于混合特征网络的学生评教文本情感分析模型

吴奇林, 党亚固*, 熊山威, 吉旭, 毕可鑫   

  1. 四川大学 化学工程学院, 成都 610041
  • 通讯作者: 党亚固
  • 作者简介:

    吴奇林(1997-), 男, 硕士研究生, 主研方向为自然语言处理、情感分析

    熊山威, 硕士研究生

    吉旭, 教授、博士

    毕可鑫, 博士后

  • 基金资助:
    国家重点研发计划(2021YFB40005)

Abstract:

Taking the sentiment analysis task of students' teaching evaluation text as the starting point, in view of the insufficient feature-extraction ability of the traditional basic depth learning model, the low training efficiency of the recurrent neural network, and the inaccurate semantic representation of word vectors, a sentiment classification algorithm for student evaluation text based on a hybrid feature network is proposed. The lightweight pre-training model ALBERT is used to extract the dynamic vector representation of each word that conforms to the current context, solve the problem of polysemy in the traditional word vector model, and increase the accuracy of vector semantic representation.The hybrid feature network comprehensively captures the global context sequence features of the teaching evaluation text and the local semantic information at different scales by combining the simple recurrent unit, multi-scale local convolution learning module, and self-attention layer, to improve the deep feature representation ability of the model. The self-attention mechanism identifies the key features that significantly impact the emotional recognition results by calculating the importance of each classification feature to the classification results. To prevent irrelevant features from interfering with the results and affecting the classification performance, the classification vectors are spliced, and the emotional classification results of the evaluation text are output from the linear layer. In an experiment based on a real student teaching evaluation text dataset, the model achieves an F1 score of 97.8%, which is higher than that of the BERT-BiLSTM、BERT-GRU-ATT depth learning model. Additionally, an ablation experiment proves the effectiveness of each module.

Key words: sentiment analysis, pre-training model, self attention, bidirectional simple recurrent unit, multiscale convolution network

摘要:

以学生评教文本情感分析任务作为切入点,针对传统基础深度学习模型特征提取能力不足、循环神经网络训练效率较低以及词向量语义表示不准确等问题,提出基于混合特征网络的学生评教文本情感分类算法。采用轻量级ALBERT预训练模型提取符合当前上下文语境的每个词的动态向量表示,解决传统词向量模型存在的一词多义问题,增强向量语义表示的准确性;混合特征网络通过结合简单循环单元和多尺度局部卷积学习模块以及自注意力层,全面捕捉评教文本全局上下文序列特征和不同尺度下的局部语义信息,提升模型的深层次特征表示能力,自注意力机制通过计算每个分类特征对分类结果的重要程度,识别出对情感识别结果影响较大的关键特征,避免无关特征对结果造成干扰,影响分类性能,将分类向量拼接后由线性层输出评教文本情感分类结果。在真实学生评教文本数据集上的实验结果表明,该模型F1值达到97.8%,高于对比的BERT-BiLSTM、BERT-GRU-ATT等深度学习模型。此外,消融实验结果也证明了各模块的有效性。

关键词: 情感分析, 预训练模型, 自注意力, 双向简单循环单元, 多尺度卷积网络