KDH-MLTC: Knowledge Distillation for Healthcare Multi-Label Text Classification
Hajar Sakai, Sarah S. Lam

TL;DR
KDH-MLTC introduces a knowledge distillation framework using LLMs for efficient, accurate multi-label healthcare text classification, enabling local processing and HIPAA compliance.
Contribution
It presents a novel combination of knowledge distillation, sequential fine-tuning, and PSO optimization for healthcare MLTC with improved performance and reduced computational needs.
Findings
Achieved an F1 score of 82.70% on large datasets.
Demonstrated robustness through statistical validation and ablation studies.
Enabled local, HIPAA-compliant healthcare text classification.
Abstract
The increasing volume of healthcare textual data requires computationally efficient, yet highly accurate classification approaches able to handle the nuanced and complex nature of medical terminology. This research presents Knowledge Distillation for Healthcare Multi-Label Text Classification (KDH-MLTC), a framework leveraging model compression and Large Language Models (LLMs). The proposed approach addresses conventional healthcare Multi-Label Text Classification (MLTC) challenges by integrating knowledge distillation and sequential fine-tuning, subsequently optimized through Particle Swarm Optimization (PSO) for hyperparameter tuning. KDH-MLTC transfers knowledge from a more complex teacher LLM (i.e., BERT) to a lighter student LLM (i.e., DistilBERT) through sequential training adapted to MLTC that preserves the teacher's learned information while significantly reducing computational…
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
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Topic Modeling
MethodsKnowledge Distillation
