paper-with-me

Papers

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

2023-12-15 · Suwon Shon, Kwangyoun Kim, Prashant Sridhar, Yi-Te Hsu, Shinji Watanabe, Karen Livescu

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 recent advances in generative large language models (LLM), we hypothesize that an LLM could generate useful context information using the preceding text. With appropriate prompts, LLM could generate a prediction of the next sentence or abstractive text like titles or topics. In this paper, we study the use of LLM-generated context information and propose an approach to distill the generated information during fine-tuning of self-supervised speech models, which we refer to as generative context-aware fine-tuning. This approach allows the fine-tuned model to make improved predictions without access to the true surrounding segments or to the LLM at inference time, while requiring only a very small additional context module. We evaluate the proposed approach using the SLUE and Libri-light benchmarks for several downstream tasks: automatic speech recognition, named entity recognition, and sentiment analysis. The results show that generative context-aware fine-tuning outperforms a context injection fine-tuning approach that accesses the ground-truth previous text, and is competitive with a generative context injection fine-tuning approach that requires the LLM at inference time.

📄 PDF Abstract BibTeX arXiv:2312.09895

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech Recognitionnamed-entity-recognitionNamed Entity RecognitionSentenceSentiment Analysisspeech-recognitionSpeech RecognitionSpoken Language Understanding

Similar Papers 제목 키워드 기반

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

2022-12-16 · Suwon Shon, Felix Wu, Kwangyoun Kim, Prashant Sridhar 외

Self-supervised pre-trained transformers have improved the state of the art on a variety of speech tasks. Due to the quadratic time and space complexity of self-attention, they usually operate at the level of relatively …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)named-entity-recognitionNamed Entity Recognition+5

Generative Adapter: Contextualizing Language Models in Parameters with A Single Forward Pass

2024-11-08 · Tong Chen, Hao Fang, Patrick Xia, Xiaodong Liu 외

Large language models (LMs) are typically adapted to improve performance on new contexts (\eg text prompts that define new tasks or domains) through fine-tuning or prompting. However, there is an accuracy compute tradeof…

In-Context LearningSelf-Supervised Learning

Safety is Not Only About Refusal: Reasoning-Enhanced Fine-tuning for Interpretable LLM Safety

2025-03-06 · Yuyou Zhang, Miao Li, William Han, Yihang Yao 외

Large Language Models (LLMs) are vulnerable to jailbreak attacks that exploit weaknesses in traditional safety alignment, which often relies on rigid refusal heuristics or representation engineering to block harmful outp…

Decision MakingSafety Alignment

Enhancing the Medical Context-Awareness Ability of LLMs via Multifaceted Self-Refinement Learning

2025-11-13 · Yuxuan Zhou, Yubin Wang, Bin Wang, Chen Ning 외 arxiv

Large language models (LLMs) have shown great promise in the medical domain, achieving strong performance on several benchmarks. However, they continue to underperform in real-world medical scenarios, which often demand …

Knowledge Distillation

Windowed SummaryMixing: An Efficient Fine-Tuning of Self-Supervised Learning Models for Low-resource Speech Recognition

2026-02-04 · Aditya Srinivas Menon, Kumud Tripathi, Raj Gohil, Pankaj Wasnik arxiv

Self-supervised learning (SSL) has advanced speech processing but suffers from quadratic complexity due to self-attention. To address this, SummaryMixing (SM) has been proposed as a linear-time alternative that summarize…

Self-Supervised LearningSpeech Recognition