Rethinking Speech-LLM Integration for ASR: Effective Joint Speech-Text Training by Interleaving

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Speech and Language Processing · Depth: Expert, quick

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

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

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.