Clinical-Coder: Assigning Interpretable ICD-10 Codes to Chinese Clinical Notes (2020.acl-demos)
Copied to clipboard
| Challenge: | Existing methods of automatic coding prediction have been successful, but the interpretability of predicted codes is a challenge. |
| Approach: | They propose an online system that can predict ICD codes for Chinese clinical notes by using a Dilated Convolutional Attention network with N-gram Matching mechanism. |
| Outcome: | The proposed system is able to provide supporting information in clinical decision making. |
Similar Papers
JointCoder: Exploring Automated ICD Coding on Real-World Chinese EHRs with a Multi-Agent Framework (2026.acl-demo)
Copied to clipboard
| Challenge: | Existing automated ICD coding systems face several fundamental challenges due to the limited availability of publicly available Chinese ICD datasets. |
| Approach: | They propose to use a Chinese ICD coding dataset and a multi-agent framework to reformulate ICD as a joint disease-procedure coding task. |
| Outcome: | The proposed system outperforms state-of-the-art methods on real-world Chinese ICD coding datasets and 1.7B-parameter models. |
Medical Code Assignment with Gated Convolution and Note-Code Interaction (2021.findings-acl)
Copied to clipboard
| Challenge: | Medical code assignment from clinical text is a longstanding challenge due to lengthy semantic information in medical notes. |
| Approach: | They propose a method to capture the semantic information of medical notes and a note-code interaction to automate medical code assignment from clinical text. |
| Outcome: | The proposed method outperforms state-of-the-art models on real-world clinical datasets and is on par with light-weighted baselines. |
Accurate and Well-Calibrated ICD Code Assignment Through Attention Over Diverse Label Embeddings (2024.eacl-long)
Copied to clipboard
| Challenge: | Existing approaches to assigning ICD codes to clinical text are time-consuming, labor intensive, and error-prone. |
| Approach: | They propose to adapt a Transformer-based model to a longformer model and use it to encode clinical narratives. |
| Outcome: | The proposed approach outperforms current state-of-the-art models in ICD coding with the label embeddings contributing to the good performance. |
A Neural Architecture for Automated ICD Coding (P18-1)
Copied to clipboard
| Challenge: | Medical coding is time-consuming, expensive, and error prone. |
| Approach: | They propose to use diagnosis descriptions (DDs) of a patient as inputs to select the most relevant ICD codes. |
| Outcome: | The proposed algorithms perform on a clinical dataset with 59K patient visits. |
Explainable Prediction of Medical Codes from Clinical Text (N18-1)
Copied to clipboard
| Challenge: | Clinical notes are text documents that are created by clinicians for each patient encounter. |
| Approach: | They propose a method that aggregates information across the document using a convolutional neural network and uses an attention mechanism to select the most relevant segments for each of the thousands of possible codes. |
| Outcome: | The proposed method is accurate and better than the current state of the art. |
MedCodER: A Generative AI Assistant for Medical Coding (2025.naacl-industry)
Copied to clipboard
Krishanu Das Baksi, Elijah Soba, John J Higgins, Ravi Saini, Jaden Wood, Jane Cook, Jack I Scott, Nirmala Pudota, Tim Weninger, Edward Bowen, Sanmitra Bhattacharya
| Challenge: | Medical coding is time-consuming and error-prone due to large label space, lengthy text inputs, and the absence of supporting evidence annotations. |
| Approach: | They propose a Generative AI framework for automatic medical coding that leverages extraction, retrieval, and re-ranking techniques as core components. |
| Outcome: | The proposed framework outperforms existing methods on the International Classification of Diseases (ICD) code prediction scale. |
Less is More: Explainable and Efficient ICD Code Prediction with Clinical Entities (2025.acl-long)
Copied to clipboard
| Challenge: | Clinical coding is labor-intensive and prone to delays, leading to global backlogs. |
| Approach: | They propose an approach that combines Named Entity Recognition (NER) and Assertion Classification (AC) to filter for clinically important content before supervised code prediction. |
| Outcome: | The proposed approach reduces training time by over half on a standard evaluation dataset compared to current methods . it uses Named Entity Recognition (NER) and Assertion Classification (AC) to filter for clinically important content before supervised code prediction. |
Scalable Wide and Deep Learning for Computer Assisted Coding (N18-3)
Copied to clipboard
Marilisa Amoia, Frank Diehl, Jesus Gimenez, Joel Pinto, Raphael Schumann, Fabian Stemmer, Paul Vozila, Yi Zhang
| Challenge: | In recent years the use of electronic medical records has accelerated resulting in large volumes of medical data when a patient visits a healthcare facility. |
| Approach: | They propose to use convolutional neural networks and logistic regression to build a machine learning based system for predicting ICD-10 codes from electronic medical records. |
| Outcome: | The proposed system can predict ICD-10 codes from electronic medical records using convolutional neural networks and logistic regression models. |
ICDAGENT: Empowering Agentic Large Language Models for Explainable Medical Coding (2026.acl-long)
Copied to clipboard
| Challenge: | Existing models lack convincing, human-understandable explanations, making them difficult for physicians to trust and use in practice. |
| Approach: | They propose a framework that aims to automatically assign ICD codes to clinical notes while providing explicit justifications for each assignment. |
| Outcome: | The proposed framework achieves effective ICD coding with accurate explanations using two collaborative LLM agents: a coding agent and a critical agent. |
Analyzing Code Embeddings for Coding Clinical Narratives (2021.findings-acl)
Copied to clipboard
| Challenge: | Recent work on automated ICD coding learn mappings between low-dimensional representations of clinical text reports and codes. |
| Approach: | They propose novel neural networks for encoding medical codes based on textual, structural and statistical characteristics using a single deep learning baseline model. |
| Outcome: | The proposed methods improve the accuracy of medical codes based on their textual, structural and statistical characteristics. |