arXiv:2504.07053cs.CLcs.SD2025-04被引 24

让语音和文字对齐,实现更自然的语音语言模型。

TASTE: Text-Aligned Speech Tokenization and Embedding for Spoken Language Modeling

论文配图:TASTE: Text-Aligned Speech Tokenization and Embedding for Spoken Language Modeling
图 1 · 摘自论文原文
  • 用注意力聚合+语音重建训练,让语音分词与文字对齐
  • 压缩语音序列长度,同时保留关键语气信息
  • 适合做语音续写、人机语音交互的开发者

近期研究致力于构建既能听又能说的语音语言模型(SLMs),以实现更自然的人机交互。联合语音-文本建模是实现这一目标的有前景方向,但现有语音分词在联合建模中的有效性仍不明确。为此,我们提出文本对齐语音分词与嵌入(TASTE),通过在分词阶段直接对齐语音与对应文字转录,解决模态差异问题。方法采用基于注意力的聚合机制,并以语音重建为训练目标。大量实验表明,TASTE能在显著缩短语音序列长度的同时,有效保留关键的副语言信息。通过在预训练文本大模型上使用低秩适配(LoRA),我们实现了简单的联合语音语言建模。实验结果显示,基于TASTE的SLM在SALMON和StoryCloze任务上表现与先前工作相当;在语音续写任务中,无论是主观还是客观评估均显著优于其他预训练语音语言模型。据我们所知,TASTE是首个利用重建目标端到端学习适用于语音建模的文本对齐语音分词与嵌入的方法。演示、代码和模型已公开于 https://mtkresearch.github.io/TASTE-SpokenLM.github.io。

原文摘要 · Abstract (English)

Recent efforts target spoken language models (SLMs) that not only listen but also speak for more natural human-LLM interaction. Joint speech-text modeling is a promising direction to achieve this. However, the effectiveness of recent speech tokens for joint modeling remains underexplored. To address this, we introduce Text-Aligned Speech Tokenization and Embedding (TASTE), a method that directly addresses the modality gap by aligning speech token with the corresponding text transcription during the tokenization stage. We propose a method that can achieve this through a attention-based aggregation mechanism and with speech reconstruction as the training objective. We conduct extensive experiments and show that TASTE can preserve essential paralinguistic information while dramatically reducing the token sequence length. With TASTE, we perform straightforward joint spoken language modeling by using Low-Rank Adaptation on the pre-trained text LLM. Experimental results show that TASTE-based SLMs perform comparable to previous work on SALMON and StoryCloze; while significantly outperform other pre-trained SLMs on speech continuation across subjective and objective evaluations. To our knowledge, TASTE is the first end-to-end approach that utilizes a reconstruction objective to automatically learn a text-aligned speech tokenization and embedding suitable for spoken language modeling. Our demo, code, and model are available at https://mtkresearch.github.io/TASTE-SpokenLM.github.io.

语音建模语音分词多模态文本对齐

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。