paper-with-me

Papers

Med7: a transferable clinical natural language processing model for electronic health records

2020-03-03 · Andrey Kormilitzin, Nemanja Vaci, Qiang Liu, Alejo Nevado-Holgado

The field of clinical natural language processing has been advanced significantly since the introduction of deep learning models. The self-supervised representation learning and the transfer learning paradigm became the methods of choice in many natural language processing application, in particular in the settings with the dearth of high quality manually annotated data. Electronic health record systems are ubiquitous and the majority of patients' data are now being collected electronically and in particular in the form of free text. Identification of medical concepts and information extraction is a challenging task, yet important ingredient for parsing unstructured data into structured and tabulated format for downstream analytical tasks. In this work we introduced a named-entity recognition model for clinical natural language processing. The model is trained to recognise seven categories: drug names, route, frequency, dosage, strength, form, duration. The model was first self-supervisedly pre-trained by predicting the next word, using a collection of 2 million free-text patients' records from MIMIC-III corpora and then fine-tuned on the named-entity recognition task. The model achieved a lenient (strict) micro-averaged F1 score of 0.957 (0.893) across all seven categories. Additionally, we evaluated the transferability of the developed model using the data from the Intensive Care Unit in the US to secondary care mental health records (CRIS) in the UK. A direct application of the trained NER model to CRIS data resulted in reduced performance of F1=0.762, however after fine-tuning on a small sample from CRIS, the model achieved a reasonable performance of F1=0.944. This demonstrated that despite a close similarity between the data sets and the NER tasks, it is essential to fine-tune on the target domain data in order to achieve more accurate results.

📄 PDF Abstract BibTeX arXiv:2003.01271

Code (2)

kormilitzin/med7 공식 구현
carrliitos/NLPInformationExtraction

Tasks

Medical Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRepresentation LearningTransfer Learning

Similar Papers 제목 키워드 기반

EHRKit: A Python Natural Language Processing Toolkit for Electronic Health Record Texts

2022-04-13 · Irene Li, Keen You, Yujie Qiao, Lucas Huang 외

The Electronic Health Record (EHR) is an essential part of the modern medical system and impacts healthcare delivery, operations, and research. Unstructured text is attracting much attention despite structured informatio…

Information RetrievalMachine Translationnamed-entity-recognitionNamed Entity Recognition+3

GatorTron: A Large Clinical Language Model to Unlock Patient Information from Unstructured Electronic Health Records

2022-02-02 · Xi Yang, Aokun Chen, Nima PourNejatian, Hoo Chang Shin 외

There is an increasing interest in developing artificial intelligence (AI) systems to process and interpret electronic health records (EHRs). Natural language processing (NLP) powered by pretrained language models is the…

Clinical Concept ExtractionLanguage ModelingLanguage ModellingMedical Question Answering+6

Natural Language Processing for Electronic Health Records in Scandinavian Languages: Norwegian, Swedish, and Danish

2025-03-24 · Ashenafi Zebene Woldaregay, Jørgen Aarmo Lund, Phuong Dinh Ngo, Mariyam Tayefi 외

Background: Clinical natural language processing (NLP) refers to the use of computational methods for extracting, processing, and analyzing unstructured clinical text data, and holds a huge potential to transform healthc…

ArticlesDe-identificationTransfer Learning

Language Models Are An Effective Patient Representation Learning Technique For Electronic Health Record Data

2020-01-06 · Ethan Steinberg, Ken Jung, Jason A. Fries, Conor K. Corbin 외

Widespread adoption of electronic health records (EHRs) has fueled the development of using machine learning to build prediction models for various clinical outcomes. This process is often constrained by having a relativ…

PredictionRepresentation Learning

Ontology-Driven Self-Supervision for Adverse Childhood Experiences Identification Using Social Media Datasets

2022-08-24 · Jinge Wu, Rowena Smith, Honghan Wu

Adverse Childhood Experiences (ACEs) are defined as a collection of highly stressful, and potentially traumatic, events or circumstances that occur throughout childhood and/or adolescence. They have been shown to be asso…