ASCLSDJul 8, 2023

On decoder-only architecture for speech-to-text and large language model integration

arXiv:2307.03917v3218 citationsh-index: 57
Originality Incremental advance
AI Analysis

This work addresses the challenge of seamless speech-to-text conversion for applications in human-computer interaction, though it appears incremental by adapting existing LLM architectures to speech.

The paper tackles the problem of integrating speech signals into large language models (LLMs) by introducing Speech-LLaMA, a decoder-only architecture for speech-to-text tasks, and demonstrates significant improvements in multilingual speech-to-text translation over strong baselines.

Large language models (LLMs) have achieved remarkable success in the field of natural language processing, enabling better human-computer interaction using natural language. However, the seamless integration of speech signals into LLMs has not been explored well. The "decoder-only" architecture has also not been well studied for speech processing tasks. In this research, we introduce Speech-LLaMA, a novel approach that effectively incorporates acoustic information into text-based large language models. Our method leverages Connectionist Temporal Classification and a simple audio encoder to map the compressed acoustic features to the continuous semantic space of the LLM. In addition, we further probe the decoder-only architecture for speech-to-text tasks by training a smaller scale randomly initialized speech-LLaMA model from speech-text paired data alone. We conduct experiments on multilingual speech-to-text translation tasks and demonstrate a significant improvement over strong baselines, highlighting the potential advantages of decoder-only models for speech-to-text conversion.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes