Selective Fine-Tuning of GPT Architectures for Parameter-Efficient Clinical Text Classification
Fariba Afrin Irany, Sampson Akwafuo

TL;DR
This paper introduces a selective fine-tuning method for GPT-2 that efficiently adapts large language models to clinical text classification by updating only a small subset of parameters, achieving high accuracy with reduced computational costs.
Contribution
It proposes a parameter-efficient selective fine-tuning framework for GPT-2 tailored to clinical text classification, significantly reducing training resources while maintaining performance.
Findings
Achieves 91% classification accuracy on radiology reports.
Updates less than 6% of model parameters during training.
Outperforms head-only training and approaches full fine-tuning performance.
Abstract
The rapid expansion of electronic health record (EHR) systems has generated large volumes of unstructured clinical narratives that contain valuable information for disease identification, patient cohort discovery, and clinical decision support. Extracting structured knowledge from these free-text documents remains challenging because clinical language is highly specialized, labeled datasets are limited, and full fine-tuning of large pretrained language models can require substantial computational resources. Efficient adaptation strategies are therefore essential for practical clinical natural language processing applications. This study proposes a parameter-efficient selective fine-tuning framework for adapting GPT-2 to clinical text classification tasks. Instead of updating the entire pretrained model, the majority of network parameters are frozen, and only the final Transformer block,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Topic Modeling · Artificial Intelligence in Healthcare and Education
