paper-with-me

Papers

BLSP: Bootstrapping Language-Speech Pre-training via Behavior Alignment of Continuation Writing

2023-09-02 · Chen Wang, Minpeng Liao, Zhongqiang Huang, Jinliang Lu, Junhong Wu, Yuchen Liu, Chengqing Zong, Jiajun Zhang

The emergence of large language models (LLMs) has sparked significant interest in extending their remarkable language capabilities to speech. However, modality alignment between speech and text still remains an open problem. Current solutions can be categorized into two strategies. One is a cascaded approach where outputs (tokens or states) of a separately trained speech recognition system are used as inputs for LLMs, which limits their potential in modeling alignment between speech and text. The other is an end-to-end approach that relies on speech instruction data, which is very difficult to collect in large quantities. In this paper, we address these issues and propose the BLSP approach that Bootstraps Language-Speech Pre-training via behavior alignment of continuation writing. We achieve this by learning a lightweight modality adapter between a frozen speech encoder and an LLM, ensuring that the LLM exhibits the same generation behavior regardless of the modality of input: a speech segment or its transcript. The training process can be divided into two steps. The first step prompts an LLM to generate texts with speech transcripts as prefixes, obtaining text continuations. In the second step, these continuations are used as supervised signals to train the modality adapter in an end-to-end manner. We demonstrate that this straightforward process can extend the capabilities of LLMs to speech, enabling speech recognition, speech translation, spoken language understanding, and speech conversation, even in zero-shot cross-lingual scenarios.

📄 PDF Abstract BibTeX arXiv:2309.00916

Code (1)

cwang621/blsp 공식 구현 pytorch

Tasks

speech-recognitionSpeech RecognitionSpoken Language Understanding

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

BLSP-KD: Bootstrapping Language-Speech Pre-training via Knowledge Distillation

2024-05-29 · Chen Wang, Minpeng Liao, Zhongqiang Huang, Jiajun Zhang

Recent end-to-end approaches have shown promise in extending large language models (LLMs) to speech inputs, but face limitations in directly assessing and optimizing alignment quality and fail to achieve fine-grained ali…

Instruction FollowingKnowledge Distillation

BLSP-Emo: Towards Empathetic Large Speech-Language Models

2024-06-06 · Chen Wang, Minpeng Liao, Zhongqiang Huang, Junhong Wu 외

The recent release of GPT-4o showcased the potential of end-to-end multimodal models, not just in terms of low latency but also in their ability to understand and generate expressive speech with rich emotions. While the …

Emotion RecognitionInstruction FollowingLanguage ModelingLanguage Modelling+3

OpenS2S: Advancing Fully Open-Source End-to-End Empathetic Large Speech Language Model

2025-07-07 · Chen Wang, Tianyu Peng, Wen Yang, Yinan Bai 외 arxiv

Empathetic interaction is a cornerstone of human-machine communication, due to the need for understanding speech enriched with paralinguistic cues and generating emotional and expressive responses. However, the most powe…

Randomised Bayesian Least-Squares Policy Iteration

2019-04-06 · Nikolaos Tziortziotis, Christos Dimitrakakis, Michalis Vazirgiannis

We introduce Bayesian least-squares policy iteration (BLSPI), an off-policy, model-free, policy iteration algorithm that uses the Bayesian least-squares temporal-difference (BLSTD) learning algorithm to evaluate policies…

Thompson Sampling

Improving Speech Emotion Recognition in Under-Resourced Languages via Speech-to-Speech Translation with Bootstrapping Data Selection

2024-09-17 · Hsi-Che Lin, Yi-Cheng Lin, Huang-Cheng Chou, Hung-Yi Lee

Speech Emotion Recognition (SER) is a crucial component in developing general-purpose AI agents capable of natural human-computer interaction. However, building robust multilingual SER systems remains challenging due to …

Emotion RecognitionSpeech Emotion RecognitionSpeech-to-Speech Translation