paper-with-me

Papers

Prompting Large Language Models with Speech Recognition Abilities

2023-07-21 · Yassir Fathullah, Chunyang Wu, Egor Lakomkin, Junteng Jia, Yuan Shangguan, Ke Li, Jinxi Guo, Wenhan Xiong, Jay Mahadeokar, Ozlem Kalinli, Christian Fuegen, Mike Seltzer

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.

📄 PDF Abstract BibTeX arXiv:2307.11795

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Open-Ended Question AnsweringQuestion Answeringspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Prompting Large Language Models with Audio for General-Purpose Speech Summarization

2024-06-10 · Wonjune Kang, Deb Roy

In this work, we introduce a framework for speech summarization that leverages the processing and reasoning capabilities of large language models (LLMs). We propose an end-to-end system that combines an instruction-tuned…

speech-recognitionSpeech Recognition

SEA-SpeechBench: A Large-Scale Multitask Benchmark for Speech Understanding Across Southeast Asia

2026-09-09 · Jingyi Liao, Wenyu Zhang, Zhuohan Liu, Yingxu He 외 arxiv

The rapid advancement of audio and multimodal large language models has unlocked transformative speech understanding capabilities, yet evaluation frameworks remain predominantly English-centric, leaving Southeast Asian (…

Emotion RecognitionSpeaker RecognitionSpeech RecognitionQuestion Answering

Thinking in Directivity: Speech Large Language Model for Multi-Talker Directional Speech Recognition

2025-06-17 · Jiamin Xie, Ju Lin, Yiteng Huang, Tyler Vuong 외

Recent studies have demonstrated that prompting large language models (LLM) with audio encodings enables effective speech recognition capabilities. However, the ability of Speech LLMs to comprehend and process multi-chan…

Data AugmentationLanguage ModelingLanguage ModellingLarge Language Model+2

Prompting the Hidden Talent of Web-Scale Speech Models for Zero-Shot Task Generalization

2023-05-18 · Puyuan Peng, Brian Yan, Shinji Watanabe, David Harwath

We investigate the emergent abilities of the recently proposed web-scale speech model Whisper, by adapting it to unseen tasks with prompt engineering. We selected three tasks: audio-visual speech recognition (AVSR), code…

Audio-Visual Speech RecognitionPrompt Engineeringspeech-recognitionSpeech Recognition+1

Towards interfacing large language models with ASR systems using confidence measures and prompting

2024-07-31 · Maryam Naderi, Enno Hermann, Alexandre Nanchen, Sevada Hovsepyan 외

As large language models (LLMs) grow in parameter size and capabilities, such as interaction through prompting, they open up new ways of interfacing with automatic speech recognition (ASR) systems beyond rescoring n-best…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition