paper-with-me

Papers

A Label Attention Model for ICD Coding from Clinical Text

2020-07-13 · Thanh Vu, Dat Quoc Nguyen, Anthony Nguyen

ICD coding is a process of assigning the International Classification of Disease diagnosis codes to clinical/medical notes documented by health professionals (e.g. clinicians). This process requires significant human resources, and thus is costly and prone to error. To handle the problem, machine learning has been utilized for automatic ICD coding. Previous state-of-the-art models were based on convolutional neural networks, using a single/several fixed window sizes. However, the lengths and interdependence between text fragments related to ICD codes in clinical text vary significantly, leading to the difficulty of deciding what the best window sizes are. In this paper, we propose a new label attention model for automatic ICD coding, which can handle both the various lengths and the interdependence of the ICD code related text fragments. Furthermore, as the majority of ICD codes are not frequently used, leading to the extremely imbalanced data issue, we additionally propose a hierarchical joint learning mechanism extending our label attention model to handle the issue, using the hierarchical relationships among the codes. Our label attention model achieves new state-of-the-art results on three benchmark MIMIC datasets, and the joint learning mechanism helps improve the performances for infrequent codes.

📄 PDF Abstract BibTeX arXiv:2007.06351

Code (2)

aehrc/LAAT 공식 구현 pytorch
joakimedin/medical-coding-reproducibility pytorch

Tasks

Medical Code Prediction

Similar Papers 제목 키워드 기반

An Automatic ICD Coding Network Using Partition-Based Label Attention

2022-11-15 · Daeseong Kim, Haanju Yoo, Sewon Kim

International Classification of Diseases (ICD) is a global medical classification system which provides unique codes for diagnoses and procedures appropriate to a patient's clinical record. However, manual coding by huma…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

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. …

Description-based Label Attention Classifier for Explainable ICD-9 Classification

2021-09-24 · WNUT (ACL) 2021 11 · Malte Feucht, Zhiliang Wu, Sophia Althammer, Volker Tresp

ICD-9 coding is a relevant clinical billing task, where unstructured texts with information about a patient's diagnosis and treatments are annotated with multiple ICD-9 codes. Automated ICD-9 coding is an active research…

Classification

TreeMAN: Tree-enhanced Multimodal Attention Network for ICD Coding

2023-05-29 · COLING 2022 10 · Zichen Liu, Xuyuan Liu, Yanlong Wen, Guoqing Zhao 외

ICD coding is designed to assign the disease codes to electronic health records (EHRs) upon discharge, which is crucial for billing and clinical statistics. In an attempt to improve the effectiveness and efficiency of ma…

Ontological attention ensembles for capturing semantic concepts in ICD code prediction from clinical text

2019-11-01 · WS 2019 11 · Matus Falis, Maciej Pajak, Aneta Lisowska, Patrick Schrempf 외

We present a semantically interpretable system for automated ICD coding of clinical text documents. Our contribution is an ontological attention mechanism which matches the structure of the ICD ontology, in which shared …