CLJan 29

From Generative Modeling to Clinical Classification: A GPT-Based Architecture for EHR Notes

arXiv:2601.21955v31 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient clinical text classification for healthcare applications, though it is incremental as it builds on existing pretrained models with a parameter-efficient adaptation strategy.

The study tackled the challenge of classifying clinical text from electronic health records by proposing a selective fine-tuning approach for GPT-2, where only a small subset of parameters are trained. This method achieved strong classification performance on radiology reports, particularly for non-mention and negated findings, while reducing computational complexity.

The increasing availability of unstructured clinical narratives in electronic health records (EHRs) has created new opportunities for automated disease characterization, cohort identification, and clinical decision support. However, modeling long, domain-specific clinical text remains challenging due to limited labeled data, severe class imbalance, and the high computational cost of adapting large pretrained language models. This study presents a GPT-based architecture for clinical text classification that adapts a pretrained decoder-only Transformer using a selective fine-tuning strategy. Rather than updating all model parameters, the majority of the GPT-2 backbone is frozen, and training is restricted to the final Transformer block, the final layer normalization, and a lightweight classification head. This approach substantially reduces the number of trainable parameters while preserving the representational capacity required to model complex clinical language. The proposed method is evaluated on radiology reports from the MIMIC-IV-Note dataset using uncertainty-aware CheXpert-style labels derived directly from report text. Experiments cover multiple problem formulations, including multi-label classification of radiographic findings, binary per-label classification under different uncertainty assumptions, and aggregate disease outcome prediction. Across varying dataset sizes, the model exhibits stable convergence behavior and strong classification performance, particularly in settings dominated by non-mention and negated findings. Overall, the results indicate that selective fine-tuning of pretrained generative language models provides an efficient and effective pathway for clinical text classification, enabling scalable adaptation to real-world EHR data while significantly reducing computational complexity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes