Interpretable ICD Code Classification with Faithful Sentence Extraction

· Source: Paper Index on ACL Anthology · Field: Health & Wellbeing — Health & Medical Research, Medical Devices & Health Technology, Clinical Care & Medical Practice · Depth: Advanced, short

Summary

A new method addresses the lack of faithful explanations in Transformer-based models like PLM-CA for automatic ICD code classification in electronic medical records. Researchers jointly train a sentence extractor and an ICD code classifier, ensuring predictions rely solely on the extracted sentences. This approach provides faithful rationales for each predicted code, significantly reducing the effort needed to inspect lengthy medical records. Experiments on the MIMIC-III dataset demonstrate that this method achieves performance comparable to a full-record transformer baseline while processing only a small fraction of the document, offering a more interpretable solution for clinical applications.

Key takeaway

For AI Scientists developing clinical NLP systems, traditional attention weights often fail to provide faithful explanations for critical predictions. You should consider integrating a jointly trained sentence extractor and classifier to ensure predictions are directly tied to explicit textual evidence. This approach enhances model interpretability and trustworthiness, which is crucial for reducing manual verification efforts and increasing adoption in sensitive medical record applications.

Key insights

Faithful sentence extraction provides interpretable rationales for ICD code predictions, improving trust in AI.

Principles

Method

Jointly train a sentence extractor and an ICD code classifier. Ensure predictions are based exclusively on the extracted sentences to provide faithful rationales.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Research Scientist, AI Ethicist

Related on AIssential

Open in AIssential →

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