Bridging the Version Gap: Multi-version Training Improves ICD Code Prediction, Especially for Rare Codes

· Source: Paper Index on ACL Anthology · Field: Health & Wellbeing — Artificial Intelligence & Machine Learning, Medical Devices & Health Technology · Depth: Expert, medium

Summary

A study presented at BioNLP 2026 by Jinghui Liu and Anthony Nguyen introduces a multi-version training approach to enhance International Classification of Diseases (ICD) code prediction, particularly for rare codes. Traditional models are often optimized for single ICD versions, despite the continuous evolution of these systems and the "long-tail problem" where rare codes are difficult to predict accurately. The researchers investigated training version-independent models by integrating data from different ICD versions. Specifically, they incorporated ICD-9 data into the training of a modified label-wise attention model designed for ICD-10 prediction. This method yielded a 27% increase in micro F1 score for 18K rare ICD-10 codes compared to training solely on ICD-10 data. Furthermore, the multi-version training substantially improved macro metrics for 8K frequent ICD-10 codes while utilizing fewer model parameters.

Key takeaway

For Machine Learning Engineers developing clinical coding automation, you should consider multi-version training to enhance model robustness and accuracy. Integrating older ICD version data, such as ICD-9, into current ICD-10 prediction models can significantly boost performance for rare codes by 27% and improve overall macro metrics. This approach allows you to build more implementable models with fewer parameters, effectively addressing the long-tail problem inherent in medical coding.

Key insights

Combining data from different ICD versions significantly improves rare code prediction and overall model performance.

Principles

Method

A modified label-wise attention model is trained for ICD-10 prediction by incorporating ICD-9 data, creating a version-independent model.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.