基于BERT-IDCNN-CRF模型的电子病历命名实体识别应用研究

Xiaocheng Cai, Erhua Sun, Jiali Lei
{"title":"基于BERT-IDCNN-CRF模型的电子病历命名实体识别应用研究","authors":"Xiaocheng Cai, Erhua Sun, Jiali Lei","doi":"10.1145/3561518.3561531","DOIUrl":null,"url":null,"abstract":"Bi-LSTM-CRF (Bi-Directional Long Short-Term Memory Conditional Random Field) model have good performance in Chinese medical Electronic Medical Records (EMRS) Named Entity Recognition (NER), However, Bi-LSTM-CRF model cannot make full use of the parallelism of GPU (Graphics Processing Unit) in massive medical records, and the neglect of word order features and semantic information in IDCNN(Iterated Dilated Convolutional Neural Networks) model leads to poor NER effect. Therefore, this paper proposes a BERT-IDCNN-CRF model. In this model, the two-way transformer pre training model BERT is used to fine tune the model parameters in the manual annotated corpus conforming to the BIOES (Begin Inside Outside End Single) standard. The text is learned in an unsupervised manner, and the semantic information of words is represented by word vectors, which can well represent the context semantics in the sentences of EMRS; The state characteristics of character sequences are learned through BERT model, and the sequence state scores obtained are input to the CRF layer. The CRF layer makes constraint optimization on the sequence state transition, and IDCNN has better recognition effect on convolutional coding of local entities. Experimental test results: the average accuracy, recall and F1 value of the BERT-IDCNN-CRF model are 94.5%, 93.8% and 94.1% respectively, which are increased by 4.8%, 4.3% and 3.6% respectively compared with the baseline model Word2Vec-BiLSTM-CRF. The experiment proves that the BERT-IDCNN-CRF model can better identify medical entities in electronic medical records.","PeriodicalId":196224,"journal":{"name":"Proceedings of the 6th International Conference on Graphics and Signal Processing","volume":"4 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"Research on Application of Named Entity Recognition of Electronic Medical Records Based on BERT-IDCNN-CRF Model\",\"authors\":\"Xiaocheng Cai, Erhua Sun, Jiali Lei\",\"doi\":\"10.1145/3561518.3561531\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Bi-LSTM-CRF (Bi-Directional Long Short-Term Memory Conditional Random Field) model have good performance in Chinese medical Electronic Medical Records (EMRS) Named Entity Recognition (NER), However, Bi-LSTM-CRF model cannot make full use of the parallelism of GPU (Graphics Processing Unit) in massive medical records, and the neglect of word order features and semantic information in IDCNN(Iterated Dilated Convolutional Neural Networks) model leads to poor NER effect. Therefore, this paper proposes a BERT-IDCNN-CRF model. In this model, the two-way transformer pre training model BERT is used to fine tune the model parameters in the manual annotated corpus conforming to the BIOES (Begin Inside Outside End Single) standard. The text is learned in an unsupervised manner, and the semantic information of words is represented by word vectors, which can well represent the context semantics in the sentences of EMRS; The state characteristics of character sequences are learned through BERT model, and the sequence state scores obtained are input to the CRF layer. The CRF layer makes constraint optimization on the sequence state transition, and IDCNN has better recognition effect on convolutional coding of local entities. Experimental test results: the average accuracy, recall and F1 value of the BERT-IDCNN-CRF model are 94.5%, 93.8% and 94.1% respectively, which are increased by 4.8%, 4.3% and 3.6% respectively compared with the baseline model Word2Vec-BiLSTM-CRF. The experiment proves that the BERT-IDCNN-CRF model can better identify medical entities in electronic medical records.\",\"PeriodicalId\":196224,\"journal\":{\"name\":\"Proceedings of the 6th International Conference on Graphics and Signal Processing\",\"volume\":\"4 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2022-07-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Proceedings of the 6th International Conference on Graphics and Signal Processing\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1145/3561518.3561531\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the 6th International Conference on Graphics and Signal Processing","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3561518.3561531","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

Bi-LSTM-CRF(双向长短期记忆条件随航场)模型在中国医疗电子病历(EMRS)命名实体识别(NER)中表现良好,但Bi-LSTM-CRF模型不能充分利用海量病历中GPU(图形处理单元)的并行性,且IDCNN(迭代扩张卷积神经网络)模型忽略了词序特征和语义信息,导致NER效果不佳。为此,本文提出了BERT-IDCNN-CRF模型。在该模型中,使用双向变压器预训练模型BERT对符合BIOES (Begin Inside Outside End Single)标准的手动标注语料库中的模型参数进行微调。以无监督的方式学习文本,用词向量表示词的语义信息,可以很好地表示EMRS句子中的上下文语义;通过BERT模型学习字符序列的状态特征,得到的序列状态分数输入到CRF层。CRF层对序列状态转换进行了约束优化,IDCNN对局部实体的卷积编码有较好的识别效果。实验测试结果:BERT-IDCNN-CRF模型的平均准确率、召回率和F1值分别为94.5%、93.8%和94.1%,比基线模型Word2Vec-BiLSTM-CRF分别提高了4.8%、4.3%和3.6%。实验证明BERT-IDCNN-CRF模型能较好地识别电子病历中的医疗实体。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Research on Application of Named Entity Recognition of Electronic Medical Records Based on BERT-IDCNN-CRF Model
Bi-LSTM-CRF (Bi-Directional Long Short-Term Memory Conditional Random Field) model have good performance in Chinese medical Electronic Medical Records (EMRS) Named Entity Recognition (NER), However, Bi-LSTM-CRF model cannot make full use of the parallelism of GPU (Graphics Processing Unit) in massive medical records, and the neglect of word order features and semantic information in IDCNN(Iterated Dilated Convolutional Neural Networks) model leads to poor NER effect. Therefore, this paper proposes a BERT-IDCNN-CRF model. In this model, the two-way transformer pre training model BERT is used to fine tune the model parameters in the manual annotated corpus conforming to the BIOES (Begin Inside Outside End Single) standard. The text is learned in an unsupervised manner, and the semantic information of words is represented by word vectors, which can well represent the context semantics in the sentences of EMRS; The state characteristics of character sequences are learned through BERT model, and the sequence state scores obtained are input to the CRF layer. The CRF layer makes constraint optimization on the sequence state transition, and IDCNN has better recognition effect on convolutional coding of local entities. Experimental test results: the average accuracy, recall and F1 value of the BERT-IDCNN-CRF model are 94.5%, 93.8% and 94.1% respectively, which are increased by 4.8%, 4.3% and 3.6% respectively compared with the baseline model Word2Vec-BiLSTM-CRF. The experiment proves that the BERT-IDCNN-CRF model can better identify medical entities in electronic medical records.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
An Intelligent Evaluation Algorithm for the Matching Degree of Music Lyrics Based on LabVIEW Digital Image E-commerce Website based on Graphics and Image Processing Technology (IPT) Evaluation of Biodiversity Conservation Function of Ruoergai Wetland Ecological Protection Red Line Based on Satellite Data Face Emotion Recognization Using Dataset Augmentation Based on Neural Network Optimization of Language Models by Word Computing
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1