paper-with-me

Papers

An Empirical Evaluation of Deep Learning for ICD-9 Code Assignment using MIMIC-III Clinical Notes

2018-02-07 · Jinmiao Huang, Cesar Osorio, Luke Wicent Sy

Background and Objective: Code assignment is of paramount importance in many levels in modern hospitals, from ensuring accurate billing process to creating a valid record of patient care history. However, the coding process is tedious and subjective, and it requires medical coders with extensive training. This study aims to evaluate the performance of deep-learning-based systems to automatically map clinical notes to ICD-9 medical codes. Methods: The evaluations of this research are focused on end-to-end learning methods without manually defined rules. Traditional machine learning algorithms, as well as state-of-the-art deep learning methods such as Recurrent Neural Networks and Convolution Neural Networks, were applied to the Medical Information Mart for Intensive Care (MIMIC-III) dataset. An extensive number of experiments was applied to different settings of the tested algorithm. Results: Findings showed that the deep learning-based methods outperformed other conventional machine learning methods. From our assessment, the best models could predict the top 10 ICD-9 codes with 0.6957 F1 and 0.8967 accuracy and could estimate the top 10 ICD-9 categories with 0.7233 F1 and 0.8588 accuracy. Our implementation also outperformed existing work under certain evaluation metrics. Conclusion: A set of standard metrics was utilized in assessing the performance of ICD-9 code assignment on MIMIC-III dataset. All the developed evaluation tools and resources are available online, which can be used as a baseline for further research.

📄 PDF Abstract BibTeX arXiv:1802.02311

Code (1)

lsy3/clinical-notes-diagnosis-dl-nlp 공식 구현 tf

Tasks

BIG-bench Machine LearningDeep LearningMulti-Label ClassificationMulti-Label Classification Of Biomedical TextsMulti-Label Text Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Does the Magic of BERT Apply to Medical Code Assignment? A Quantitative Study

2021-03-11 · Shaoxiong Ji, Matti Hölttä, Pekka Marttinen

Unsupervised pretraining is an integral part of many natural language processing systems, and transfer learning with language models has achieved remarkable results in many downstream tasks. In the clinical application o…

Medical Code PredictionTransfer Learning

Multi-label Few-shot ICD Coding as Autoregressive Generation with Prompt

2022-11-24 · Zhichao Yang, Sunjae Kwon, Zonghai Yao, Hong Yu

Automatic International Classification of Diseases (ICD) coding aims to assign multiple ICD codes to a medical note with an average of 3,000+ tokens. This task is challenging due to the high-dimensional space of multi-la…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Predicting Multiple ICD-10 Codes from Brazilian-Portuguese Clinical Notes

2020-07-29 · Arthur D. Reys, Danilo Silva, Daniel Severo, Saulo Pedro 외

ICD coding from electronic clinical records is a manual, time-consuming and expensive process. Code assignment is, however, an important task for billing purposes and database organization. While many works have studied …

Multi-Label Classification Of Biomedical Texts

A Graph Enhanced Label Attention Model for ICD Coding from Clinical Text

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Medical code assignment from clinical texts is a crucial task in the healthcare industry. Clinical texts are typically very long sequences and the number of possible labels are large, making this task quite challenging. …

Inheritance-guided Hierarchical Assignment for Clinical Automatic Diagnosis

2021-01-27 · Yichao Du, Pengfei Luo, Xudong Hong, Tong Xu 외

Clinical diagnosis, which aims to assign diagnosis codes for a patient based on the clinical note, plays an essential role in clinical decision-making. Considering that manual diagnosis could be error-prone and time-cons…

Decision Making