paper-with-me

Papers

Investigating Alternative Feature Extraction Pipelines For Clinical Note Phenotyping

2023-10-05 · Neil Daniel

A common practice in the medical industry is the use of clinical notes, which consist of detailed patient observations. However, electronic health record systems frequently do not contain these observations in a structured format, rendering patient information challenging to assess and evaluate automatically. Using computational systems for the extraction of medical attributes offers many applications, including longitudinal analysis of patients, risk assessment, and hospital evaluation. Recent work has constructed successful methods for phenotyping: extracting medical attributes from clinical notes. BERT-based models can be used to transform clinical notes into a series of representations, which are then condensed into a single document representation based on their CLS embeddings and passed into an LSTM (Mulyar et al., 2020). Though this pipeline yields a considerable performance improvement over previous results, it requires extensive convergence time. This method also does not allow for predicting attributes not yet identified in clinical notes. Considering the wide variety of medical attributes that may be present in a clinical note, we propose an alternative pipeline utilizing ScispaCy (Neumann et al., 2019) for the extraction of common diseases. We then train various supervised learning models to associate the presence of these conditions with patient attributes. Finally, we replicate a ClinicalBERT (Alsentzer et al., 2019) and LSTM-based approach for purposes of comparison. We find that alternative methods moderately underperform the replicated LSTM approach. Yet, considering a complex tradeoff between accuracy and runtime, in addition to the fact that the alternative approach also allows for the detection of medical conditions that are not already present in a clinical note, its usage may be considered as a supplement to established methods.

📄 PDF Abstract BibTeX arXiv:2310.03772

Code (0)

등록된 구현이 없습니다.

Tasks

Clinical Note Phenotyping

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Automated fetal brain extraction from clinical Ultrasound volumes using 3D Convolutional Neural Networks

2019-11-18 · Felipe Moser, Ruobing Huang, Aris T. Papageorghiou, Bartlomiej W. Papiez 외

To improve the performance of most neuroimiage analysis pipelines, brain extraction is used as a fundamental first step in the image processing. But in the case of fetal brain development, there is a need for a reliable …

Unsupervised extraction, labelling and clustering of segments from clinical notes

2022-11-21 · Petr Zelina, Jana Halámková, Vít Nováček

This work is motivated by the scarcity of tools for accurate, unsupervised information extraction from unstructured clinical notes in computationally underrepresented languages, such as Czech. We introduce a stepping sto…

Clustering

Investigating the Challenges of Temporal Relation Extraction from Clinical Text

2018-10-01 · WS 2018 10 · Diana Galvan, Naoaki Okazaki, Koji Matsuda, Kentaro Inui

Temporal reasoning remains as an unsolved task for Natural Language Processing (NLP), particularly demonstrated in the clinical domain. The complexity of temporal representation in language is evident as results of the 2…

Named Entity Recognition (NER)Question AnsweringRelationRelation Extraction+3

Closing the Gap: Joint De-Identification and Concept Extraction in the Clinical Domain

2020-05-19 · ACL 2020 6 · Lukas Lange, Heike Adel, Jannik Strötgen

Exploiting natural language processing in the clinical domain requires de-identification, i.e., anonymization of personal information in texts. However, current research considers de-identification and downstream tasks, …

De-identification

Bidirectional LSTM-CRF for Clinical Concept Extraction

2016-11-25 · Raghavendra Chalapathy, Ehsan Zare Borzeshi, Massimo Piccardi

Automated extraction of concepts from patient clinical records is an essential facilitator of clinical research. For this reason, the 2010 i2b2/VA Natural Language Processing Challenges for Clinical Records introduced a …

Clinical Concept ExtractionWord Embeddings