paper-with-me

홈 › Papers

Mimic-IV-ICD: A new benchmark for eXtreme MultiLabel Classification

2023-04-27 · Thanh-Tung Nguyen, Viktor Schlegel, Abhinav Kashyap, Stefan Winkler, Shao-Syuan Huang, Jie-Jyun Liu, Chih-Jen Lin

Clinical notes are assigned ICD codes - sets of codes for diagnoses and procedures. In the recent years, predictive machine learning models have been built for automatic ICD coding. However, there is a lack of widely accepted benchmarks for automated ICD coding models based on large-scale public EHR data. This paper proposes a public benchmark suite for ICD-10 coding using a large EHR dataset derived from MIMIC-IV, the most recent public EHR dataset. We implement and compare several popular methods for ICD coding prediction tasks to standardize data preprocessing and establish a comprehensive ICD coding benchmark dataset. This approach fosters reproducibility and model comparison, accelerating progress toward employing automated ICD coding in future studies. Furthermore, we create a new ICD-9 benchmark using MIMIC-IV data, providing more data points and a higher number of ICD codes than MIMIC-III. Our open-source code offers easy access to data processing steps, benchmark creation, and experiment replication for those with MIMIC-IV access, providing insights, guidance, and protocols to efficiently develop ICD coding models.

📄 PDF Abstract BibTeX arXiv:2304.13998

Code (1)

thomasnguyen92/MIMIC-IV-ICD-data-processing 공식 구현

Tasks

Multi-Label Classification

Similar Papers 제목 키워드 기반

PD-Sparse : A Primal and Dual Sparse Approach to Extreme Multiclass and Multilabel Classification

2016-06-01 · ICML 2016 6 · Ian En-Hsu Yen, Xiangru Huang, Pradeep Ravikumar, Kai Zhong 외

We consider Multiclass and Multilabel classification with extremely large number of classes, of which only few are labeled to each instance. In such setting, standard methods that have training, prediction cost linear to…

ClassificationGeneral ClassificationText Classification

Log-time and Log-space Extreme Classification

2016-11-07 · Kalina Jasinska, Nikos Karampatziakis

We present LTLS, a technique for multiclass and multilabel prediction that can perform training and inference in logarithmic time and space. LTLS embeds large classification problems into simple structured prediction pro…

ClassificationGeneral ClassificationPredictionStructured Prediction

ICXML: An In-Context Learning Framework for Zero-Shot Extreme Multi-Label Classification

2023-11-16 · Yaxin Zhu, Hamed Zamani

This paper focuses on the task of Extreme Multi-Label Classification (XMC) whose goal is to predict multiple labels for each instance from an extremely large label space. While existing research has primarily focused on …

Extreme Multi-Label ClassificationIn-Context LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Adversarial Examples for Extreme Multilabel Text Classification

2021-12-14 · Mohammadreza Qaraei, Rohit Babbar

Extreme Multilabel Text Classification (XMTC) is a text classification problem in which, (i) the output space is extremely large, (ii) each data point may have multiple positive labels, and (iii) the data follows a stron…

ClassificationMultilabel Text ClassificationRecommendation Systemstext-classification+1

Extreme Multilabel Classification for Specialist Doctor Recommendation with Implicit Feedback and Limited Patient Metadata

2023-08-21 · Filipa Valdeira, Stevo Racković, Valeria Danalachi, Qiwei Han 외

Recommendation Systems (RS) are often used to address the issue of medical doctor referrals. However, these systems require access to patient feedback and medical records, which may not always be available in real-world …

Recommendation Systems