pith. sign in

arxiv: 2307.11795 · v1 · pith:TUUE7AX5new · submitted 2023-07-21 · 📡 eess.AS · cs.AI· cs.CL· cs.LG

Prompting Large Language Models with Speech Recognition Abilities

classification 📡 eess.AS cs.AIcs.CLcs.LG
keywords audioencoderrecognitionspeechembeddingsmultilingualperformcapabilities
0
0 comments X
read the original abstract

Large language models have proven themselves highly flexible, able to solve a wide range of generative tasks, such as abstractive summarization and open-ended question answering. In this paper we extend the capabilities of LLMs by directly attaching a small audio encoder allowing it to perform speech recognition. By directly prepending a sequence of audial embeddings to the text token embeddings, the LLM can be converted to an automatic speech recognition (ASR) system, and be used in the exact same manner as its textual counterpart. Experiments on Multilingual LibriSpeech (MLS) show that incorporating a conformer encoder into the open sourced LLaMA-7B allows it to outperform monolingual baselines by 18% and perform multilingual speech recognition despite LLaMA being trained overwhelmingly on English text. Furthermore, we perform ablation studies to investigate whether the LLM can be completely frozen during training to maintain its original capabilities, scaling up the audio encoder, and increasing the audio encoder striding to generate fewer embeddings. The results from these studies show that multilingual ASR is possible even when the LLM is frozen or when strides of almost 1 second are used in the audio encoder opening up the possibility for LLMs to operate on long-form audio.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Speech Meets ELF: Audio Conditional Continuous-Target Diffusion for Speech Recognition and Translation

    cs.SD 2026-06 unverdicted novelty 6.0

    ELF-S2T applies audio-conditioned flow-matching on continuous text latents from pre-trained ELF to achieve competitive ASR and S2TT results, with analysis showing shared close-distance confusion in latent space.

  2. SALMONN: Towards Generic Hearing Abilities for Large Language Models

    cs.SD 2023-10 unverdicted novelty 6.0

    SALMONN integrates speech and audio encoders with a text-based LLM to process general audio inputs, achieve competitive results on trained tasks, and exhibit emergent cross-modal abilities.