Paralinguistics-Aware Speech-Empowered Large Language Models for Natural Conversation
Heeseung Kim, Soonshin Seo, Kyeongseok Jeong, Ohsung Kwon, Soyoon Kim, Jungwhan Kim, Jaehong Lee, Eunwoo Song, Myungwoo Oh, Jung-Woo Ha, Sungroh Yoon, Kang Min Yoo
TL;DR
USDM integrates speech and text within a single LLM framework to produce prosody-rich spoken dialog without separate ASR/TTS stages. A unified cross-modal pretraining scheme with a 10{,}000-token acoustic-unit vocabulary and two special tokens enables end-to-end generation of speech and text, aided by a unit-to-speech decoder based on Voicebox and a BigVGAN vocoder. Evaluations on DailyTalk with automatic metrics and human judgments show superior semantic coherence and natural prosody compared to cascaded and end-to-end baselines, validating the importance of cross-modal pretraining and multi-step dialog templates. The approach lays a foundation for scalable, voice-first conversational systems and motivates multilingual extensions and direct speech generation in future work.
Abstract
Recent work shows promising results in expanding the capabilities of large language models (LLM) to directly understand and synthesize speech. However, an LLM-based strategy for modeling spoken dialogs remains elusive, calling for further investigation. This paper introduces an extensive speech-text LLM framework, the Unified Spoken Dialog Model (USDM), designed to generate coherent spoken responses with naturally occurring prosodic features relevant to the given input speech without relying on explicit automatic speech recognition (ASR) or text-to-speech (TTS) systems. We have verified the inclusion of prosody in speech tokens that predominantly contain semantic information and have used this foundation to construct a prosody-infused speech-text model. Additionally, we propose a generalized speech-text pretraining scheme that enhances the capture of cross-modal semantics. To construct USDM, we fine-tune our speech-text model on spoken dialog data using a multi-step spoken dialog template that stimulates the chain-of-reasoning capabilities exhibited by the underlying LLM. Automatic and human evaluations on the DailyTalk dataset demonstrate that our approach effectively generates natural-sounding spoken responses, surpassing previous and cascaded baselines. Our code and checkpoints are available at https://github.com/naver-ai/usdm.
