DRGCoder: Explainable Clinical Coding for the Early Prediction of Diagnostic-Related Groups (2023.emnlp-demo)
Copied to clipboard
Daniel Hajialigol, Derek Kaknes, Tanner Barbour, Daphne Yao, Chris North, Jimeng Sun, David Liem, Xuan Wang
| Challenge: | Medical claim coding is the process of transforming medical records into structured codes in a classification system such as ICD-10 (International Classification of Diseases, Tenth Revision) or DRG (Diagnosis-Related Group) codes. |
| Approach: | They propose an explainability-enhanced clinical claim coding system for the early prediction of medical severity DRGs (MS-DRGs) a novel multi-task Transformer model allows users to inspect DRGCoder’s reasoning by visualizing the weights for each word of the input. |
| Outcome: | The proposed system allows users to analyze the weights of the input and compare across multiple discharge summaries. |
Similar Papers
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. |
CPTCoder: A Reliable LLM System for Medical Procedure Code Prediction (2026.acl-demo)
Copied to clipboard
| Challenge: | Clinical procedure coding is an extreme multi-label classification problem . CPTCoder predicts standardized medical procedure codes from clinical text . |
| Approach: | a new human-in-the-loop system predicts standardized medical procedure codes from clinical text. |
| Outcome: | CPTCoder outperforms baseline system by 12 and 5 points in a clinical procedure classification problem. |
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. |
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. |
MedCPI: A Construct–Personalize–Integrate Framework for KG-enhanced Clinical Prediction (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing KG-enhanced approaches to clinical prediction are limited . existing approaches to personalize and integrate knowledge are weakly controlled . |
| Approach: | They propose a framework to integrate medical knowledge graphs into EHRs to support KG-enhanced clinical prediction. |
| Outcome: | The proposed framework improves on MIMIC-III and MIMIC IV tasks. |
Distributed Knowledge Based Clinical Auto-Coding System (P19-2)
Copied to clipboard
| Challenge: | Codification of free-text clinical narratives has long been recognised to be beneficial for secondary uses such as funding, insurance claim processing and research. |
| Approach: | They propose to use NLP and related machine learning techniques to assign ICD-10-AM and ACHI codes to clinical records using local and international standards. |
| Outcome: | The proposed system utilises NLP and ML techniques to assign ICD-10-AM and ACHI codes to clinical records while adhering to local and international standards. |
A Corpus for Detecting High-Context Medical Conditions in Intensive Care Patient Notes Focusing on Frequently Readmitted Patients (2020.lrec-1)
Copied to clipboard
Edward T. Moseley, Joy T. Wu, Jonathan Welt, John Foote, Patrick D. Tyler, David W. Grant, Eric T. Carlson, Sebastian Gehrmann, Franck Dernoncourt, Leo Anthony Celi
| Challenge: | Currently, most medical data is generated and stored in unstructured, text-based format. |
| Approach: | They propose to use a patient phenotyping dataset to identify whether a given medical condition is present in their notes. |
| Outcome: | The proposed dataset contains 1102 Discharge Summaries and 1000 Nursing Progress Notes. |
MedicalSum: A Guided Clinical Abstractive Summarization Model for Generating Medical Reports from Patient-Doctor Conversations (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing models for summarizing medical conversations do not take clinical knowledge into account and are difficult to control. |
| Approach: | They propose a transformer-based sequence-to-sequence architecture for summarizing medical conversations by integrating medical domain knowledge from the Unified Medical Language System (UMLS). |
| Outcome: | The proposed model achieves state-of-the-art ROUGE score improvements of 0.8-2.1 points (including 6.2% error reduction in the PE section) it incorporates medical domain knowledge from the Unified Medical Language System (UMLS). |
Automatic ICD Coding Exploiting Discourse Structure and Reconciled Code Embeddings (2022.coling-1)
Copied to clipboard
| Challenge: | Existing studies did not exploit the discourse structure of clinical notes, which provides rich contextual information for code assignment. |
| Approach: | They propose to leverage section type classification and section type embeddings to exploit the discourse structure of clinical notes to generate rich contextual information for code assignment. |
| Outcome: | The proposed model outperforms state-of-the-art models on a MIMIC dataset by a large margin. |
Toward Reliable Clinical Coding with Language Models: Verification and Lightweight Adaptation (2025.emnlp-industry)
Copied to clipboard
| Challenge: | Existing methods for clinical code verification fail to account for hierarchical misalignments . standardized coding systems such as ICD-10-CM1 ensure consistency across medical records. |
| Approach: | They propose to use prompt engineering and small-scale fine-tuning to improve accuracy without the computational overhead of search-based methods. |
| Outcome: | The proposed task is a standalone task and a pipeline component to address hierarchical near-miss errors without the computational overhead of search-based methods. |