🤖 AI Summary
This study investigates the key mechanisms underlying collaborative modeling among speech foundation models (SFMs), adapters, and large language models (LLMs). To this end, we conduct systematic ablation experiments on automatic speech recognition (ASR) and speech-to-text translation tasks, jointly evaluating five adapter architectures, two SFMs (Whisper and SeamlessM4T), and two LLMs (Mistral and Llama). Our results—first empirically established—reveal that the choice of SFM is the dominant factor governing downstream performance, yielding the largest performance gains. Adapter effectiveness is moderate but highly contingent on the specific SFM–LLM pairing, challenging the prevailing assumption that adapters alone drive optimization. Moreover, optimal configurations substantially improve cross-task generalization and robustness. This work establishes reproducible design principles and an empirical benchmark for speech–language multimodal alignment.
📝 Abstract
The remarkable performance achieved by Large Language Models (LLM) has driven research efforts to leverage them for a wide range of tasks and input modalities. In speech-to-text (S2T) tasks, the emerging solution consists of projecting the output of the encoder of a Speech Foundational Model (SFM) into the LLM embedding space through an adapter module. However, no work has yet investigated how much the downstream-task performance depends on each component (SFM, adapter, LLM) nor whether the best design of the adapter depends on the chosen SFM and LLM. To fill this gap, we evaluate the combination of 5 adapter modules, 2 LLMs (Mistral and Llama), and 2 SFMs (Whisper and SeamlessM4T) on two widespread S2T tasks, namely Automatic Speech Recognition and Speech Translation. Our results demonstrate that the SFM plays a pivotal role in downstream performance, while the adapter choice has moderate impact and depends on the SFM and LLM.