SpeechMedAssist: Efficiently and Effectively Adapting Speech Language Models for Medical Consultation
Sirry Chen, Jieyi Wang, Wei Chen, Zhongyu Wei
TL;DR
SpeechMedAssist tackles the scarcity of medical speech data by introducing a two-stage training paradigm for SpeechLMs: first inject medical knowledge via large-scale medical text, then realign modalities with a limited amount of speech data. The authors construct TextMedDataset (405k samples) and SpeechMedDataset (198k samples) to support Stage I and II, and they establish SpeechMedBench to evaluate single-turn knowledge, multi-turn consultation skills, safety, and speech quality. Empirical results show that SpeechMedAssist achieves superior medical knowledge mastery, safety, and diagnostic communication while preserving general-domain knowledge and delivering high-quality, robust speech output. The framework demonstrates efficient adaptation of SpeechLMs to vertical domains with limited speech data, offering a practical blueprint for deploying speech-enabled medical dialogue systems at scale.
Abstract
Medical consultations are intrinsically speech-centric. However, most prior works focus on long-text-based interactions, which are cumbersome and patient-unfriendly. Recent advances in speech language models (SpeechLMs) have enabled more natural speech-based interaction, yet the scarcity of medical speech data and the inefficiency of directly fine-tuning on speech data jointly hinder the adoption of SpeechLMs in medical consultation. In this paper, we propose SpeechMedAssist, a SpeechLM natively capable of conducting speech-based multi-turn interactions with patients. By exploiting the architectural properties of SpeechLMs, we decouple the conventional one-stage training into a two-stage paradigm consisting of (1) Knowledge & Capability Injection via Text and (2) Modality Re-alignment with Limited Speech Data, thereby reducing the requirement for medical speech data to only 10k synthesized samples. To evaluate SpeechLMs for medical consultation scenarios, we design a benchmark comprising both single-turn question answering and multi-turn simulated interactions. Experimental results show that our model outperforms all baselines in both effectiveness and robustness in most evaluation settings.
