Papers › Paralinguistics-Aware Speech-Empowered Large Language Models for Natural Conversation

Paralinguistics-Aware Speech-Empowered Large Language Models for Natural Conversation

8 Feb 2024arXiv:2402.05706archive 2025-07-28

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

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.05706")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

naver-ai/usdm officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 10 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
6ran
5unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from naver-ai/usdm. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Attention naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran Apache-2.0 (permissive) · cd64f7d57cb575c2 · report
FeedForward naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 9e31ddf294975779 · report
GELUActivation naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 76ec3a4a379092d1 · report
PositionalConvEmbedding naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 4ef3da2aa5df518b · report
SamePadLayer naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 0b4d4cc427b7879e · report
SinusoidalPosEmb naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 49d5a83de91032ba · report
default_template naver-ai/usdm/src/inference.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 1e11052145a9ed66 · report
generate_bad_words_ids naver-ai/usdm/src/inference.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 10df2826f0da0e19 · report
get_slopes naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · bb307ac322982165 · report
strip_exact_multiple naver-ai/usdm/src/inference.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f18f010e48c28da6 · report
BaseModule naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository unverified Apache-2.0 (permissive) · 76cadc87e9fc55ed · report
CFM naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository unverified Apache-2.0 (permissive) · 746887986ebb3d15 · report
EncoderLayer naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository unverified Apache-2.0 (permissive) · 0fab6f9a64d4c3c8 · report
Transformer naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository unverified Apache-2.0 (permissive) · b7eb5907afb39920 · report
Voicebox naver-ai/usdm/src/decoder/voicebox/model/voicebox.py official repository unverified Apache-2.0 (permissive) · 4dbcdd53c470b5de · report

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech RecognitionText to Speechspeech-recognitiontext-to-speech

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections