ACL 2025long0 citations

Less is More: Explainable and Efficient ICD Code Prediction with Clinical Entities

James C. Douglas, Yidong Gan, Ben Hachey, Jonathan K. Kummerfeld

Abstract

Clinical coding, assigning standardized codes to medical notes, is critical for epidemiological research, hospital planning, and reimbursement. Neural coding models generally process entire discharge summaries, which are often lengthy and contain information that is not relevant to coding. We propose an approach that combines Named Entity Recognition (NER) and Assertion Classification (AC) to filter for clinically important content before supervised code prediction. On MIMIC-IV, a standard evaluation dataset, our approach achieves near-equivalent performance to a state-of-the-art full-text baseline while using only 22% of the content and reducing training time by over half. Additionally, mapping model attention to complete entity spans yields coherent, clinically meaningful explanations, capturing coding-relevant modifiers such as acuity and laterality. We release a newly annotated NER+AC dataset for MIMIC-IV, designed specifically for ICD coding. Our entity-centric approach lays a foundation for more transparent and cost-effective assisted coding.

BibTeX
@inproceedings{douglas-etal-2025-less,
    title = "Less is More: Explainable and Efficient {ICD} Code Prediction with Clinical Entities",
    author = "Douglas, James C.  and
      Gan, Yidong  and
      Hachey, Ben  and
      Kummerfeld, Jonathan K.",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1489/",
    doi = "10.18653/v1/2025.acl-long.1489",
    pages = "30835--30847",
    ISBN = "979-8-89176-251-0"
}