A deep learning approach for medication disposition and corresponding attributes extraction.
A deep learning approach for medication disposition and corresponding attributes extraction.
复制标题
用于药物配置和相应属性提取的深度学习方法。
DOI:
10.1016/j.jbi.2023.104391
复制
发表时间:
2023
影响因子:
4.5
通讯作者:
Shi,Jianlin
中科院分区:
文献类型:
--
作者:
Gan,Qiwei;Hu,Mengke;Peterson,KellyS;Eyre,Hannah;Alba,PatrickR;Bowles,AnnieE;Stanley,JohnathanC;DuVall,ScottL;Shi,Jianlin
ObjectiveThis article summarizes our approach to extracting medication and corresponding attributes from clinical notes, which is the focus of track 1 of the 2022 National Natural Language Processing (NLP) Clinical Challenges(n2c2) shared task.MethodsThe dataset was prepared using Contextualized Medication Event Dataset (CMED), including 500 notes from 296 patients. Our system consisted of three components: medication named entity recognition (NER), event classification (EC), and context classification (CC). These three components were built using transformer models with slightly different architecture and input text engineering. A zero-shot learning solution for CC was also explored.ResultsOur best performance systems achieved micro-average F1 scores of 0.973, 0.911, and 0.909 for the NER, EC, and CC, respectively.ConclusionIn this study, we implemented a deep learning-based NLP system and demonstrated that our approach of (1) utilizing special tokens helps our model to distinguish multiple medications mentions in the same context; (2) aggregating multiple events of a single medication into multiple labels improves our model’s performance.