作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2026, Vol. 52 ›› Issue (2): 342-355. doi: 10.19678/j.issn.1000-3428.0069817

• 多模态与信息融合 • 上一篇    下一篇

基于多特征融合和混合神经网络的医疗健康问题分类

刘畅, 梁冰雪, 田荣坤, 秦玉华*()   

  1. 青岛科技大学信息科学技术学院, 山东 青岛 266061
  • 收稿日期:2024-05-06 修回日期:2024-07-31 出版日期:2026-02-15 发布日期:2024-09-24
  • 通讯作者: 秦玉华
  • 作者简介:

    刘畅,女,硕士研究生,主研方向为智能信息处理、自然语言处理

    梁冰雪,硕士研究生

    田荣坤,硕士研究生

    秦玉华(通信作者),教授、博士

  • 基金资助:
    青岛市科技惠民示范项目(23-2-8-smjk-20-nsh)

Medical and Health Question Classification Based on Multi-feature Fusion and Hybrid Neural Network

LIU Chang, LIANG Bingxue, TIAN Rongkun, QIN Yuhua*()   

  1. College of Information Science and Technology, Qingdao University of Science and Technology, Qingdao 266061, Shandong, China
  • Received:2024-05-06 Revised:2024-07-31 Online:2026-02-15 Published:2024-09-24
  • Contact: QIN Yuhua

摘要:

在医疗健康领域中, 现有的问题分类方法存在文本特征表示能力弱的问题, 并且对于多类别问题, 忽视了不同关键词特征的权重, 从而影响了分类的准确性。为了解决这些问题, 提出一种基于多特征融合与混合神经网络的医疗健康问题分类方法(MPC-MFF-HNN), 旨在提高医疗健康问题分类的准确性。首先, 该方法结合RoBERTa-wwm-ex模型和Word2Vec模型对文本信息进行字符级和单词级的向量表示, 以获得丰富的多特征信息, 从而弥补单一特征表示方法的不足, 使得模型在处理复杂的医疗健康文本时能够更全面地理解和表征文本语义; 其次, 通过多头注意力机制结合改进的文本卷积神经网络(TextCNN)和双向门控循环单元(BiGRU), 设计了一种混合神经网络模型MHA-APTC-BiGRU, 其采用多层次特征提取方法, 能够有效提取包含关键词权重的深层次文本特征; 最后, 分类器将语义增强的特征向量作为输入, 用于问题类别的分类。在真实公开数据集上的实验结果表明, 与其他基线算法相比, 该方法在精确率、召回率和F1值指标上均显著提升, 在医疗健康问题分类方面表现出更优越的性能。

关键词: 多特征融合, 混合神经网络, 多标签文本分类, 注意力机制, 医疗健康

Abstract:

In the field of healthcare, existing methods for problem classification suffer from weak text feature representation and often overlook the varying weights of different keywords in multi-class scenarios, thereby affecting classification accuracy. To address these issues, a Medical Problem Classification method based on Multi-Feature Fusion and a Hybrid Neural Network (MPC-MFF-HNN) is proposed. This method aims to enhance the accuracy of the healthcare problem classification. First, the approach combines the RoBERTa-wwm-ext and Word2Vec models to represent text information at both the character and word levels, thus obtaining rich multi-feature information. This approach compensates for the limitations of single-feature representation methods and enables the model to comprehensively understand and characterize complex healthcare texts. Second, a hybrid neural network model named MHA-APTC-BiGRU is designed, incorporating multi-head attention mechanisms with an enhanced Text Convolutional Neural Network (TextCNN) and a Bidirectional Gated Recurrent Unit (BiGRU). This model uses multi-level feature extraction methods to effectively capture deep-level text features, including keyword weights. Finally, the classifier uses these semantically enhanced feature vectors for problem category classification. Experiments on real-world public datasets reveal significant improvements in precision, recall rate, and F1 score metrics compared with other baseline algorithms, demonstrating superior performance in healthcare problem classification.

Key words: multi-feature fusion, hybrid neural network, multi-label text classification, attention mechanism, medical health