paper-with-me

홈 › Papers

SpeechPrompt: An Exploration of Prompt Tuning on Generative Spoken Language Model for Speech Processing Tasks

2022-03-31 · Kai-Wei Chang, Wei-Cheng Tseng, Shang-Wen Li, Hung-Yi Lee

Speech representations learned from Self-supervised learning (SSL) models can benefit various speech processing tasks. However, utilizing SSL representations usually requires fine-tuning the pre-trained models or designing task-specific downstream models and loss functions, causing much memory usage and human labor. Recently, prompting in Natural Language Processing (NLP) has been found to be an efficient technique to leverage pre-trained language models (LMs). Specifically, prompt tuning optimizes a limited number of task-specific parameters with a fixed pre-trained model; as a result, only a small set of parameters is needed to be stored for each task. Prompt tuning improves computation and memory efficiency by leveraging the pre-trained LM's prediction ability. Nevertheless, such a paradigm is little studied in the speech community. We report in this paper the first exploration of the prompt tuning paradigm for speech processing tasks based on Generative Spoken Language Model (GSLM). Experiment results show that the prompt tuning technique achieves competitive performance in speech classification tasks with fewer trainable parameters than fine-tuning specialized downstream models. We further study the technique in challenging sequence generation tasks. Prompt tuning also demonstrates its potential, while the limitation and possible research directions are discussed in this paper. The source code is available on https://github.com/ga642381/SpeechPrompt.

📄 PDF Abstract BibTeX arXiv:2203.16773

Code (1)

ga642381/SpeechPrompt 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSelf-Supervised Learning

Similar Papers 제목 키워드 기반

SpeechPrompt v2: Prompt Tuning for Speech Classification Tasks

2023-03-01 · Kai-Wei Chang, Yu-Kai Wang, Hua Shen, Iu-thing Kang 외

Prompt tuning is a technology that tunes a small set of parameters to steer a pre-trained language model (LM) to directly generate the output for downstream tasks. Recently, prompt tuning has demonstrated its storage and…

ClassificationLanguage ModelingLanguage ModellingSpoken Language Understanding

SpeechGen: Unlocking the Generative Power of Speech Language Models with Prompts

2023-06-03 · Haibin Wu, Kai-Wei Chang, Yuan-Kuei Wu, Hung-Yi Lee

Large language models (LLMs) have gained considerable attention for Artificial Intelligence Generated Content (AIGC), particularly with the emergence of ChatGPT. However, the direct adaptation of continuous speech to LLM…

Open-Ended Question Answering

SpeechPrompt: Prompting Speech Language Models for Speech Processing Tasks

2024-08-23 · Kai-Wei Chang, Haibin Wu, Yu-Kai Wang, Yuan-Kuei Wu 외

Prompting has become a practical method for utilizing pre-trained language models (LMs). This approach offers several advantages. It allows an LM to adapt to new tasks with minimal training and parameter updates, thus ac…

Language ModelingLanguage ModellingSelf-Supervised Learning

Prompt Tuning with Diffusion for Few-Shot Pre-trained Policy Generalization

2024-11-02 · Shengchao Hu, Wanru Zhao, Weixiong Lin, Li Shen 외

Offline reinforcement learning (RL) methods harness previous experiences to derive an optimal policy, forming the foundation for pre-trained large-scale models (PLMs). When encountering tasks not seen before, PLMs often …

Reinforcement Learning (RL)

Generative Context-aware Fine-tuning of Self-supervised Speech Models

2023-12-15 · Suwon Shon, Kwangyoun Kim, Prashant Sridhar, Yi-Te Hsu 외

When performing tasks like automatic speech recognition or spoken language understanding for a given utterance, access to preceding text or audio provides contextual information can improve performance. Considering the r…

Automatic Speech Recognitionnamed-entity-recognitionNamed Entity RecognitionSentence+4