Rethinking Speech-LLM Integration for ASR: Effective Joint Speech-Text Training by Interleaving
Summary
Joint Speech-Text Interleaved Pretraining (JSTIP) is a novel ASR-oriented pretraining strategy designed to enhance automatic speech recognition by effectively integrating speech-LLM architectures. Addressing the observation that LLM priors become less evident with increasing supervised ASR data, JSTIP constructs word-level and segment-level interleaved speech-text sequences within aligned pairs. Experiments conducted on 38k hours of ASR data demonstrate consistent entity accuracy improvements over ASR-only and standard joint speech-text training baselines. JSTIP also achieves comparable entity recognition performance using readily available domain transcription text, simplifying domain adaptation compared to relying on synthetic speech-text pairs. Published on 2026-07-02, this method is competitive with existing open-source ASR and Speech-LLM systems in medical entity recognition, suggesting it reduces the speech-text modality gap and preserves LLM generative priors.
Key takeaway
For Machine Learning Engineers developing ASR systems, especially those struggling with entity recognition or domain adaptation, consider implementing Joint Speech-Text Interleaved Pretraining (JSTIP). This approach allows you to leverage textual knowledge more effectively, improving entity accuracy on your ASR data. You can simplify domain adaptation by utilizing existing domain transcription text instead of costly synthetic speech-text pairs, making your development process more efficient and robust.
Key insights
JSTIP effectively integrates speech and text for ASR by interleaving sequences, improving entity recognition and reducing modality gaps.
Principles
- LLM priors' ASR contribution diminishes with more supervised data.
- Interleaving speech-text sequences reduces modality gaps.
- Domain transcription text can replace synthetic pairs for adaptation.
Method
JSTIP constructs word-level and segment-level interleaved speech-text sequences within aligned pairs for speech-LLM architectures that accept continuous inputs.
In practice
- Improve ASR entity accuracy using interleaved speech-text pretraining.
- Simplify domain adaptation with readily available domain transcription text.
- Enhance zero-shot speech question answering behaviors.
Topics
- Automatic Speech Recognition
- Speech-LLM Integration
- Joint Speech-Text Training
- Interleaved Pretraining
- Entity Recognition
- Domain Adaptation
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.