SPR-RAFT: Parameter-Efficient Regression-Aware Fine-Tuning for Biomedical LLM Regression
Abstract
Lay Summary
What is this paper about? Many real-world questions in biology and medicine — for example, how long will a clinical trial run, what is a person's biological age, or how soluble is a given molecule — require predicting a single number from messy, mixed-format evidence such as patient records, trial protocols, and chemical structures. Today's most powerful AI assistants, large language models (LLMs), are great at reading such heterogeneous text but surprisingly bad at producing precise numbers, because they were trained to predict the next word, not to know that '5.10' is much closer to '5.11' than to '510'. What did we do? We propose SPR-RAFT, a small adapter that teaches a frozen LLM to act as a calibrated number predictor. The adapter is tiny — about 1.6 megabytes, or 0.04 percent of a 4-billion-parameter LLM — yet it consistently beats both standard LLM fine-tuning and dedicated non-LLM models across clinical trial duration, biological age, and molecular property tasks. Why does it matter? Because the adapter is so small, the same large model can be cheaply specialized to many biomedical regression problems by hot-swapping different adapters, lowering the cost of deploying calibrated predictive AI in resource-limited research settings.