Related Experiment Video
Updated: Jan 10, 2026

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
Published on: December 6, 2024
For clinical data extraction, QLoRA attains accuracy close to LoRA while requiring lower compute resources
Prabin R Shakya1, Ayush Khaneja1, Kavishwar B Wagholikar1,2
1Massachusetts General Hospital, Boston, MA USA.
Parameter-Efficient Fine-Tuning (PEFT) on quantized large language models (LLMs) maintains accuracy for clinical data extraction while significantly reducing computational demands. This makes advanced AI accessible for resource-limited healthcare teams.
Area of Science:
- Artificial Intelligence in Medicine
- Natural Language Processing (NLP) for Healthcare
- Computational Linguistics
Background:
- Large language models (LLMs) excel at structured data extraction from free text.
- Traditional fine-tuning of LLMs for clinical tasks is computationally expensive and memory-intensive.
- Parameter-Efficient Fine-Tuning (PEFT) offers a solution by updating only a subset of model weights.
Purpose of the Study:
- To evaluate if PEFT methods preserve accuracy on quantized LLMs for clinical data extraction.
- To assess the reduction in memory and GPU requirements using PEFT on quantized models.
- To determine the feasibility of using these methods for hardware-limited research teams.
Main Methods:
- Fine-tuned three Llama-3.1-8B-Instruct variants: non-quantized LoRA and quantized QLoRA (8-bit and 4-bit).
- Utilized the ELMTEX corpus (60,000 clinical summaries) with manual annotations for 15 categories.
- Evaluated models using naïve and advanced prompting, measuring ROUGE, BERTScore, and entity-level F1.
Main Results:
- Fine-tuning significantly outperformed prompting alone, with LoRA improving metrics by 10-20 points.
- QLoRA achieved comparable results, with 8-14 point improvements, only 2-4 points below LoRA.
- Quantization substantially reduced resource needs: QLoRA used fewer GPUs and less peak GPU RAM than LoRA, though training time increased.
Conclusions:
- PEFT on quantized models offers a practical approach for accurate clinical information extraction in resource-constrained environments.
- This method substantially reduces GPU count and memory footprint while retaining most accuracy gains.
- Further research is needed to validate QLoRA across diverse LLM architectures and clinical data types.
Related Concept Videos
Improving Translational Accuracy
Improving Translational Accuracy
Difference from Background: Limit of Detection
The LOD indicates the presence or absence...
Accuracy and Precision
Accuracy, limits, and approximation
Accuracy is defined as the closeness of the measured value to the true or actual value. In engineering mechanics, repeated measurements are taken during theoretical or experimental analyses to ensure that the result is precise and accurate.
The accuracy of any solution is based on the...
Extraction: Advanced Methods

