Efficient Training for Cross-lingual Speech Language Models

arXiv cs.CL / 4/14/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes an efficient training approach for cross-lingual speech LLMs called CSLM, aiming to make speech-focused interaction work better despite scarce multilingual speech data.
  • CSLM uses discrete speech tokens and a continual pre-training-based alignment strategy to achieve both cross-modal (speech-text) and cross-lingual alignment.
  • It improves modal alignment granularity and reduces latency via instruction fine-tuning that follows a speech-text interleaved chain-of-modality generation process.
  • The method is designed to scale across languages without massive additional speech corpora, and experiments show strong performance across cross-modal, mono-lingual, and cross-lingual conversational tasks.
  • The authors provide code at the linked GitHub repository to support reproducibility and further experimentation.

Abstract

Currently, large language models (LLMs) predominantly focus on the text modality. To enable more natural human-AI interaction, speech LLMs are emerging, but building effective end-to-end speech LLMs remains challenging due to limited data and the difficulty in expanding to more languages. In this paper, we introduce Cross-lingual Speech Language Model (CSLM), an efficient training method for cross-lingual speech LLMs based on discrete speech tokens. We propose a novel alignment strategy that achieves cross-modal and cross-lingual alignment through continual pre-training. By conducting instruction fine-tuning following a speech-text interleaved chain-of-modality generation process, we enhance modal alignment at a finer granularity, thereby improving generation quality and reducing latency. CSLM aligns different modalities and languages simultaneously without the need for massive speech data, thus exhibiting good language scalability. Evaluations on cross-modal tasks, mono-lingual conversational tasks, and cross-lingual conversational tasks demonstrate CSLM's strong cross-modal alignment capabilities and general task abilities. (Code is available at: https://github.com/ictnlp/CSLM)