paper-with-me

홈 › Papers

T5lephone: Bridging Speech and Text Self-supervised Models for Spoken Language Understanding via Phoneme level T5

2022-11-01 · Chan-Jan Hsu, Ho-Lam Chung, Hung-Yi Lee, Yu Tsao

In Spoken language understanding (SLU), a natural solution is concatenating pre-trained speech models (e.g. HuBERT) and pretrained language models (PLM, e.g. T5). Most previous works use pretrained language models with subword-based tokenization. However, the granularity of input units affects the alignment of speech model outputs and language model inputs, and PLM with character-based tokenization is underexplored. In this work, we conduct extensive studies on how PLMs with different tokenization strategies affect spoken language understanding task including spoken question answering (SQA) and speech translation (ST). We further extend the idea to create T5lephone(pronounced as telephone), a variant of T5 that is pretrained using phonemicized text. We initialize T5lephone with existing PLMs to pretrain it using relatively lightweight computational resources. We reached state-of-the-art on NMSQA, and the T5lephone model exceeds T5 with other types of units on end-to-end SQA and ST.

📄 PDF Abstract BibTeX arXiv:2211.00586

Code (1)

splend1d/t5lephone 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingQuestion AnsweringSpoken Language Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…

Similar Papers 제목 키워드 기반

Advancing Speech Translation: A Corpus of Mandarin-English Conversational Telephone Speech

2024-03-25 · Shannon Wotherspoon, William Hartmann, Matthew Snover

This paper introduces a set of English translations for a 123-hour subset of the CallHome Mandarin Chinese data and the HKUST Mandarin Telephone Speech data for the task of speech translation. Paired source-language spee…

Translation

Bridging Speech and Textual Pre-trained Models with Unsupervised ASR

2022-11-06 · Jiatong Shi, Chan-Jan Hsu, Holam Chung, Dongji Gao 외

Spoken language understanding (SLU) is a task aiming to extract high-level semantics from spoken utterances. Previous works have investigated the use of speech self-supervised models and textual pre-trained models, which…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Question Answeringspeech-recognition+2

Self-FiLM: Conditioning GANs with self-supervised representations for bandwidth extension based speaker recognition

2023-03-07 · Saurabh Kataria, Jesús Villalba, Laureano Moro-Velázquez, Thomas Thebaud 외

Speech super-resolution/Bandwidth Extension (BWE) can improve downstream tasks like Automatic Speaker Verification (ASV). We introduce a simple novel technique called Self-FiLM to inject self-supervision into existing BW…

Bandwidth ExtensionSpeaker RecognitionSpeaker VerificationSuper-Resolution+1

A Multi Level Data Fusion Approach for Speaker Identification on Telephone Speech

2014-06-27 · Imen Trabelsi, Dorra Ben Ayed

Several speaker identification systems are giving good performance with clean speech but are affected by the degradations introduced by noisy audio conditions. To deal with this problem, we investigate the use of complem…

Speaker Identification

Telephone Surveys Meet Conversational AI: Evaluating a LLM-Based Telephone Survey System at Scale

2025-02-27 · Max M. Lang, Sol Eskenazi

Telephone surveys remain a valuable tool for gathering insights but typically require substantial resources in training and coordinating human interviewers. This work presents an AI-driven telephone survey system integra…

AI AgentLarge Language ModelSpeech-to-TextSurvey+2