MedAdapter: Efficient Test-Time Adaptation of Large Language Models towards Medical Reasoning
Wenqi Shi, Ran Xu, Yuchen Zhuang, Yue Yu, Haotian Sun, Hang Wu, Carl, Yang, May D. Wang

TL;DR
MedAdapter is a lightweight, post-hoc adaptation method that efficiently improves large language models' biomedical reasoning capabilities without extensive fine-tuning or data sharing.
Contribution
It introduces a small adapter for test-time adaptation of LLMs, enhancing biomedical reasoning performance while preserving privacy and reducing computational costs.
Findings
Achieves 25.48% and 11.31% performance improvements for white-box and black-box LLMs.
Does not require extensive computational resources or data sharing.
Works effectively with both existing and combined training methods.
Abstract
Despite their improved capabilities in generation and reasoning, adapting large language models (LLMs) to the biomedical domain remains challenging due to their immense size and corporate privacy. In this work, we propose MedAdapter, a unified post-hoc adapter for test-time adaptation of LLMs towards biomedical applications. Instead of fine-tuning the entire LLM, MedAdapter effectively adapts the original model by fine-tuning only a small BERT-sized adapter to rank candidate solutions generated by LLMs. Experiments demonstrate that MedAdapter effectively adapts both white-box and black-box LLMs in biomedical reasoning, achieving average performance improvements of 25.48% and 11.31%, respectively, without requiring extensive computational resources or sharing data with third parties. MedAdapter also yields superior performance when combined with train-time adaptation, highlighting a…
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.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Machine Learning in Healthcare
MethodsAdapter
