paper-with-me

홈 › Papers

Efficient Training for Cross-lingual Speech Language Models

2026-04-13 · Yan Zhou, Qingkai Fang, Yun Hong, Yang Feng arxiv

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)

📄 PDF Abstract BibTeX arXiv:2604.11096

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ERNIE-SAT: Speech and Text Joint Pretraining for Cross-Lingual Multi-Speaker Text-to-Speech

2022-11-07 · Xiaoran Fan, Chao Pang, Tian Yuan, He Bai 외

Speech representation learning has improved both speech understanding and speech synthesis tasks for single language. However, its ability in cross-lingual scenarios has not been explored. In this paper, we extend the pr…

Representation LearningSpeech Representation LearningSpeech Synthesistext-to-speech+3

CLSRIL-23: Cross Lingual Speech Representations for Indic Languages

2021-07-15 · Anirudh Gupta, Harveen Singh Chadha, Priyanshi Shah, Neeraj Chhimwal 외

We present a CLSRIL-23, a self supervised learning based audio pre-trained model which learns cross lingual speech representations from raw audio across 23 Indic languages. It is built on top of wav2vec 2.0 which is solv…

Self-Supervised Learningspeech-recognitionSpeech Recognition

SpeechTaxi: On Multilingual Semantic Speech Classification

2024-09-10 · Lennart Keller, Goran Glavaš

Recent advancements in multilingual speech encoding as well as transcription raise the question of the most effective approach to semantic speech classification. Concretely, can (1) end-to-end (E2E) classifiers obtained …

ClassificationCross-Lingual Transfer

Unsupervised Cross-lingual Representation Learning for Speech Recognition

2020-06-24 · Alexis Conneau, Alexei Baevski, Ronan Collobert, Abdel-rahman Mohamed 외

This paper presents XLSR which learns cross-lingual speech representations by pretraining a single model from the raw waveform of speech in multiple languages. We build on wav2vec 2.0 which is trained by solving a contra…

QuantizationRepresentation Learningspeech-recognitionSpeech Recognition

PART: Progressive Alignment Representation Training for Multilingual Speech-To-Text with LLMs

2025-09-24 · Pei Zhang, Andong Chen, Xi Chen, Baosong Yang 외 arxiv

Large language models (LLMs) have expanded from text to speech, giving rise to Speech Large Models (SLMs) that support recognition, translation, and synthesis. A key challenge is aligning speech and text representations,…

Text to Speech