CLAISDASSep 13, 2024

Large Language Model Can Transcribe Speech in Multi-Talker Scenarios with Versatile Instructions

arXiv:2409.08596v229 citationsh-index: 15Has Code
AI Analysis

This addresses the challenge of accurate speech transcription in noisy, multi-speaker environments for applications like meeting transcription or voice assistants, representing an incremental advancement by applying LLMs to an underexplored area.

The paper tackles the problem of transcribing speech in multi-talker scenarios using large language models (LLMs), achieving promising performance in cocktail party settings with versatile instructions for tasks like target talker ASR and attribute-based ASR.

Recent advancements in large language models (LLMs) have revolutionized various domains, bringing significant progress and new opportunities. Despite progress in speech-related tasks, LLMs have not been sufficiently explored in multi-talker scenarios. In this work, we present a pioneering effort to investigate the capability of LLMs in transcribing speech in multi-talker environments, following versatile instructions related to multi-talker automatic speech recognition (ASR), target talker ASR, and ASR based on specific talker attributes such as sex, occurrence order, language, and keyword spoken. Our approach utilizes WavLM and Whisper encoder to extract multi-faceted speech representations that are sensitive to speaker characteristics and semantic context. These representations are then fed into an LLM fine-tuned using LoRA, enabling the capabilities for speech comprehension and transcription. Comprehensive experiments reveal the promising performance of our proposed system, MT-LLM, in cocktail party scenarios, highlighting the potential of LLM to handle speech-related tasks based on user instructions in such complex settings. The code, model, and samples are available at https://github.com/cuhealthybrains/MT-LLM.

Code Implementations1 repo
Foundations

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

Your Notes