Abstract
Medical coding is the task of assigning medical codes to clinical free-text documentation. Healthcare professionals manually assign such codes to track patient diagnoses and treatments. Automated medical coding can considerably alleviate this administrative burden. In this paper, we reproduce, compare, and analyze state-of-the-art automated medical coding machine learning models. We show that several models underperform due to weak configurations, poorly sampled train-test splits, and insufficient evaluation. In previous work, the macro F1 score has been calculated sub-optimally, and our correction doubles it. We contribute a revised model comparison using stratified sampling and identical experimental setups, including hyperparameters and decision boundary tuning. We analyze prediction errors to validate and falsify assumptions of previous works. The analysis confirms that all models struggle with rare codes, while long documents only have a negligible impact. Finally, we present the first comprehensive results on the newly released MIMIC-IV dataset using the reproduced models. We release our code, model parameters, and new MIMIC-III and MIMIC-IV training and evaluation pipelines to accommodate fair future comparisons.
Original language | English |
---|---|
Title of host publication | SIGIR 2023 - Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval |
Publisher | Association for Computing Machinery, Inc. |
Publication date | 2023 |
Pages | 2572-2582 |
ISBN (Electronic) | 9781450394086 |
DOIs | |
Publication status | Published - 2023 |
Event | 46th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2023 - Taipei, Taiwan, Province of China Duration: 23 Jul 2023 → 27 Jul 2023 |
Conference
Conference | 46th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2023 |
---|---|
Country/Territory | Taiwan, Province of China |
City | Taipei |
Period | 23/07/2023 → 27/07/2023 |
Sponsor | ACM SIGIR |
Bibliographical note
Publisher Copyright:© 2023 Copyright held by the owner/author(s). Publication rights licensed to ACM.
Keywords
- Automated Medical Coding
- MIMIC
- Reproducibility