paper-with-me

홈 › Papers

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

2023-07-08 · Jian Wu, Yashesh Gaur, Zhuo Chen, Long Zhou, Yimeng Zhu, Tianrui Wang, Jinyu Li, Shujie Liu, Bo Ren, Linquan Liu, Yu Wu

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.

📄 PDF Abstract BibTeX arXiv:2307.03917

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingLarge Language ModelSpeech-to-TextSpeech-to-Text Translation

Similar Papers 제목 키워드 기반

Decoder-only Architecture for Speech Recognition with CTC Prompts and Text Data Augmentation

2023-09-16 · Emiru Tsunoo, Hayato Futami, Yosuke Kashiwagi, Siddhant Arora 외

Collecting audio-text pairs is expensive; however, it is much easier to access text-only data. Unless using shallow fusion, end-to-end automatic speech recognition (ASR) models require architecture modifications or addit…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Computational EfficiencyData Augmentation+4

Using Large Language Model for End-to-End Chinese ASR and NER

2024-01-21 · Yuang Li, Jiawei Yu, Min Zhang, Mengxin Ren 외

Mapping speech tokens to the same feature space as text tokens has become the paradigm for the integration of speech modality into decoder-only large language models (LLMs). An alternative approach is to use an encoder-d…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+5

Investigating Decoder-only Large Language Models for Speech-to-text Translation

2024-07-03 · Chao-Wei Huang, Hui Lu, Hongyu Gong, Hirofumi Inaguma 외

Large language models (LLMs), known for their exceptional reasoning capabilities, generalizability, and fluency across diverse domains, present a promising avenue for enhancing speech-related tasks. In this paper, we foc…

Decoderparameter-efficient fine-tuningSpeech-to-TextSpeech-to-Text Translation+1

Decoder-only Architecture for Streaming End-to-end Speech Recognition

2024-06-23 · Emiru Tsunoo, Hayato Futami, Yosuke Kashiwagi, Siddhant Arora 외

Decoder-only language models (LMs) have been successfully adopted for speech-processing tasks including automatic speech recognition (ASR). The LMs have ample expressiveness and perform efficiently. This efficiency is a …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

Text-Utilization for Encoder-dominated Speech Recognition Models

2026-04-29 · Albert Zeyer, Tim Posielek, Ralf Schlüter, Hermann Ney arxiv

This paper investigates efficient methods for utilizing text-only data to improve speech recognition, focusing on encoder-dominated models that facilitate faster recognition. We provide a comprehensive comparison of tech…

Speech Recognition