用合成数据让语音模型预训练突破规模瓶颈,性能提升至31%。
Scaling Speech-Text Pre-training with Synthetic Interleaved Data
- 用文本语料生成合成语音-文本交错数据,无需真实语音-文本对。
- 1万亿token预训练,语音问答任务准确率达31%,超越此前最优13%。
- 可直接生成语音对话,实现端到端语音聊天机器人,效果媲美现有模型。
语音语言模型(SpeechLM)接受语音输入并生成语音输出,相比基于文本的大语言模型更自然。传统方法受限于无监督语音数据和语音-文本平行数据的稀缺性,难以像文本大模型一样扩展。本文提出一种新方法:利用大规模合成交错数据进行语音-文本预训练,不再依赖真实语音-文本配对数据。通过从文本语料中采样文本片段,并用文到音符模型合成对应语音片段,高效构建语音-文本交错数据;同时采用基于自动语音识别(ASR)模型的监督语音分词器,在编码器中加入向量量化瓶颈,使离散语音标记在低帧率(如12.5Hz)下仍保持强语义保留,且重建质量良好。从预训练语言模型出发,将预训练扩展至1万亿令牌(含6000亿合成交错语音-文本数据),在语音语言建模和口语问答任务上达到当前最佳性能,口语问答准确率从此前最优的13%(Moshi)提升至31%。进一步实验表明,仅用语音对话数据微调该模型即可构建端到端语音聊天机器人,在对话能力与语音质量上均达到与现有基线相当水平,且全程运行在语音域。
原文摘要 · Abstract (English)
Speech language models (SpeechLMs) accept speech input and produce speech output, allowing for more natural human-computer interaction compared to text-based large language models (LLMs). Traditional approaches for developing SpeechLMs are constrained by the limited availability of unsupervised speech data and parallel speech-text data, which are significantly less abundant than text pre-training data, thereby limiting their scalability as LLMs. We propose a novel approach to scaling speech-text pre-training by leveraging large-scale synthetic interleaved data derived from text corpora, eliminating the need for parallel speech-text datasets. Our method efficiently constructs speech-text interleaved data by sampling text spans from existing text corpora and synthesizing corresponding speech spans using a text-to-token model, bypassing the need to generate actual speech. We also employ a supervised speech tokenizer derived from an automatic speech recognition (ASR) model by incorporating a vector-quantized bottleneck into the encoder. This supervised training approach results in discrete speech tokens with strong semantic preservation even at lower frame rates (e.g. 12.5Hz), while still maintaining speech reconstruction quality. Starting from a pre-trained language model and scaling our pre-training to 1 trillion tokens (with 600B synthetic interleaved speech-text data), we achieve state-of-the-art performance in speech language modeling and spoken question answering, improving performance on spoken questions tasks from the previous SOTA of 13% (Moshi) to 31%. We further demonstrate that by fine-tuning the pre-trained model with speech dialogue data, we can develop an end-to-end spoken chatbot that achieves competitive performance comparable to existing baselines in both conversational abilities and speech quality, even operating exclusively in the speech domain.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。