paper-with-me

Papers

Real-Time Textless Dialogue Generation

2025-01-08 · Long Mai, Julie Carson-Berndsen

Recent advancements in large language models (LLMs) have led to significant progress in text-based dialogue systems. These systems can now generate high-quality responses that are accurate and coherent across a wide range of topics and tasks. However, spoken dialogue systems still lag behind in terms of naturalness. They tend to produce robotic interactions, with issues such as slow response times, overly generic or cautious replies, and a lack of natural rhythm and fluid turn-taking. This shortcoming is largely due to the over-reliance on the traditional cascaded design, which involve separate, sequential components, as well as the use of text as an intermediate representation. This paper propose a real-time, textless spoken dialogue generation model (RTTL-DG) that aims to overcome these challenges. Our system enables fluid turn-taking and generates responses with minimal delay by processing streaming spoken conversation directly. Additionally, our model incorporates backchannels, filters, laughter, and other paralinguistic signals, which are often absent in cascaded dialogue systems, to create more natural and human-like interactions. The implementations and generated samples are available in our repository: https://github.com/mailong25/rts2s-dg

📄 PDF Abstract BibTeX arXiv:2501.04877

Code (1)

mailong25/rts2s-dg 공식 구현 pytorch

Tasks

Dialogue GenerationRhythmSpoken Dialogue Systems

Similar Papers 제목 키워드 기반

SLIDE: Integrating Speech Language Model with LLM for Spontaneous Spoken Dialogue Generation

2025-01-01 · Haitian Lu, Gaofeng Cheng, Liuping Luo, Leying Zhang 외

Recently, ``textless" speech language models (SLMs) based on speech units have made huge progress in generating naturalistic speech, including non-verbal vocalizations. However, the generated speech samples often lack se…

Dialogue GenerationLanguage ModelingLanguage Modelling

Generative Spoken Dialogue Language Modeling

2022-03-30 · Tu Anh Nguyen, Eugene Kharitonov, Jade Copet, Yossi Adi 외

We introduce dGSLM, the first "textless" model able to generate audio samples of naturalistic spoken dialogues. It uses recent work on unsupervised spoken unit discovery coupled with a dual-tower transformer architecture…

Language ModelingLanguage Modelling

textless-lib: a Library for Textless Spoken Language Processing

2022-02-15 · NAACL (ACL) 2022 7 · Eugene Kharitonov, Jade Copet, Kushal Lakhotia, Tu Anh Nguyen 외

Textless spoken language processing research aims to extend the applicability of standard NLP toolset onto spoken language and languages with few or no textual resources. In this paper, we introduce textless-lib, a PyTor…

Resynthesis

Textless Speech-to-Speech Translation on Real Data

2021-12-15 · NAACL 2022 7 · Ann Lee, Hongyu Gong, Paul-Ambroise Duquenne, Holger Schwenk 외

We present a textless speech-to-speech translation (S2ST) system that can translate speech from one language into another language and can be built without the need of any text data. Different from existing work in the l…

Speech-to-Speech TranslationTranslation

Variations on Memetic Algorithms for Graph Coloring Problems

2014-01-08 · Laurent Moalic, Alexandre Gondran

Graph vertex coloring with a given number of colors is a well-known and much-studied NP-complete problem.The most effective methods to solve this problem are proved to be hybrid algorithms such as memetic algorithms or q…

Diversity