English

Speech Retrieval-Augmented Generation without Automatic Speech Recognition

Audio and Speech Processing 2025-01-06 v3 Artificial Intelligence Computation and Language

Abstract

One common approach for question answering over speech data is to first transcribe speech using automatic speech recognition (ASR) and then employ text-based retrieval-augmented generation (RAG) on the transcriptions. While this cascaded pipeline has proven effective in many practical settings, ASR errors can propagate to the retrieval and generation steps. To overcome this limitation, we introduce SpeechRAG, a novel framework designed for open-question answering over spoken data. Our proposed approach fine-tunes a pre-trained speech encoder into a speech adapter fed into a frozen large language model (LLM)--based retrieval model. By aligning the embedding spaces of text and speech, our speech retriever directly retrieves audio passages from text-based queries, leveraging the retrieval capacity of the frozen text retriever. Our retrieval experiments on spoken question answering datasets show that direct speech retrieval does not degrade over the text-based baseline, and outperforms the cascaded systems using ASR. For generation, we use a speech language model (SLM) as a generator, conditioned on audio passages rather than transcripts. Without fine-tuning of the SLM, this approach outperforms cascaded text-based models when there is high WER in the transcripts.

Keywords

Cite

@article{arxiv.2412.16500,
  title  = {Speech Retrieval-Augmented Generation without Automatic Speech Recognition},
  author = {Do June Min and Karel Mundnich and Andy Lapastora and Erfan Soltanmohammadi and Srikanth Ronanki and Kyu Han},
  journal= {arXiv preprint arXiv:2412.16500},
  year   = {2025}
}

Comments

ICASSP 2025

R2 v1 2026-06-28T20:44:45.115Z