• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2023, Vol. 45 ›› Issue (06): 1116-1122.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

Medical text classification based on neural network

XU Lang1,2,LI Dai-wei1,2,ZHANG Hai-qing1,2,TANG Dan1,2,HE Lei1,2,YU Xi3   

  1. (1.School of Software Engineering,Chengdu University of Information Technology,Chengdu 610225;
    2.Sichuan Province Engineering Technology Research Center of 
    Support Software of Informatization Application,Chengdu 610225;
    3.Stirling College,Chengdu University,Chengdu 610106,China)
  • Received:2022-09-27 Revised:2022-11-15 Accepted:2023-06-25 Online:2023-06-25 Published:2023-06-16

Abstract: The traditional medical text data classification methods ignore the context of the text. Each word is independent of each other and cannot represent semantic information. The text description and classification effect are poor, and feature engineering requires manual intervention, so the generalization ability is not strong. Aiming at the problems of low efficiency and low accuracy of medical text data classification, this paper proposes a medical text classification model CMNN based on bidirectional encoder representations from Transformer(BERT), convolutional neural network (CNN) and Bi- directional long and short-term memory (BiLSTM) neural network. The model uses BERT to train word vectors and combines CNN and BiLSTM to capture local latent features and contextual information. Finally, the proposed model is compared with the traditional deep learning models TextCNN and TextRNN in terms of accuracy, precision, recall and F1 score. The experimental results show that the CMNN model outperforms other models on all evaluation metrics, and the accuracy is improved by 1.69%~5.91%.

Key words: natural language processing, medical text classification, BERT, CNN, BiLSTM