paper-with-me

Papers

Evaluating Hierarchical Clinical Document Classification Using Reasoning-Based LLMs

2025-07-02 · Akram Mustafa, Usman Naseem, Mostafa Rahimi Azghadi arxiv

This study evaluates how well large language models (LLMs) can classify ICD-10 codes from hospital discharge summaries, a critical but error-prone task in healthcare. Using 1,500 summaries from the MIMIC-IV dataset and focusing on the 10 most frequent ICD-10 codes, the study tested 11 LLMs, including models with and without structured reasoning capabilities. Medical terms were extracted using a clinical NLP tool (cTAKES), and models were prompted in a consistent, coder-like format. None of the models achieved an F1 score above 57%, with performance dropping as code specificity increased. Reasoning-based models generally outperformed non-reasoning ones, with Gemini 2.5 Pro performing best overall. Some codes, such as those related to chronic heart disease, were classified more accurately than others. The findings suggest that while LLMs can assist human coders, they are not yet reliable enough for full automation. Future work should explore hybrid methods, domain-specific model training, and the use of structured clinical data.

📄 PDF Abstract BibTeX arXiv:2507.03001

Code (0)

등록된 구현이 없습니다.

Tasks

Document Classification

Similar Papers 제목 키워드 기반

Hierarchical Label-wise Attention Transformer Model for Explainable ICD Coding

2022-04-22 · Leibo Liu, Oscar Perez-Concha, Anthony Nguyen, Vicki Bennett 외

International Classification of Diseases (ICD) coding plays an important role in systematically classifying morbidity and mortality data. In this study, we propose a hierarchical label-wise attention Transformer model (H…

Continual Pretraining

Beyond Pixel Agreement: Large Language Models as Clinical Guardrails for Reliable Medical Image Segmentation

2025-06-02 · Jiaxi Sheng, Leyi Yu, Haoyue Li, Yifan Gao 외

Evaluating AI-generated medical image segmentations for clinical acceptability poses a significant challenge, as traditional pixelagreement metrics often fail to capture true diagnostic utility. This paper introduces Hie…

DiagnosticImage SegmentationMedical Image SegmentationSemantic Segmentation

HiClass: a Python library for local hierarchical classification compatible with scikit-learn

2021-12-13 · Fábio M. Miranda, Niklas Köhnecke, Bernhard Y. Renard

HiClass is an open-source Python library for local hierarchical classification entirely compatible with scikit-learn. It contains implementations of the most common design patterns for hierarchical machine learning model…

Classification

Revisiting Transformer-based Models for Long Document Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The recent literature in text classification is biased towards short text sequences (e.g., sentences or paragraphs). In real-world applications, multi-page multi-paragraph documents are common and they cannot be efficie…

ClassificationDocument Classificationtext-classificationText Classification

Can Reasoning LLMs Enhance Clinical Document Classification?

2025-04-10 · Akram Mustafa, Usman Naseem, Mostafa Rahimi Azghadi

Clinical document classification is essential for converting unstructured medical texts into standardised ICD-10 diagnoses, yet it faces challenges due to complex medical language, privacy constraints, and limited annota…

ClassificationDocument ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION