paper-with-me

홈 › Papers

Token-level Sequence Labeling for Spoken Language Understanding using Compositional End-to-End Models

2022-10-27 · Siddhant Arora, Siddharth Dalmia, Brian Yan, Florian Metze, Alan W Black, Shinji Watanabe

End-to-end spoken language understanding (SLU) systems are gaining popularity over cascaded approaches due to their simplicity and ability to avoid error propagation. However, these systems model sequence labeling as a sequence prediction task causing a divergence from its well-established token-level tagging formulation. We build compositional end-to-end SLU systems that explicitly separate the added complexity of recognizing spoken mentions in SLU from the NLU task of sequence labeling. By relying on intermediate decoders trained for ASR, our end-to-end systems transform the input modality from speech to token-level representations that can be used in the traditional sequence labeling framework. This composition of ASR and NLU formulations in our end-to-end SLU system offers direct compatibility with pre-trained ASR and NLU systems, allows performance monitoring of individual components and enables the use of globally normalized losses like CRF, making them attractive in practical scenarios. Our models outperform both cascaded and direct end-to-end models on a labeling task of named entity recognition across SLU benchmarks.

📄 PDF Abstract BibTeX arXiv:2210.15734

Code (1)

espnet/espnet 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Spoken Language Understanding

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Scaling Spoken Language Models with Syllabic Speech Tokenization

2025-09-30 · Nicholas Lee, Cheol Jun Cho, Alan W Black, Gopala K. Anumanchipalli arxiv

Spoken language models (SLMs) typically discretize speech into high-frame-rate tokens extracted from SSL speech models. As the most successful LMs are based on the Transformer architecture, processing these long token st…

ToPro: Token-Level Prompt Decomposition for Cross-Lingual Sequence Labeling Tasks

2024-01-29 · Bolei Ma, Ercong Nie, Shuzhou Yuan, Helmut Schmid 외

Prompt-based methods have been successfully applied to multilingual pretrained language models for zero-shot cross-lingual understanding. However, most previous studies primarily focused on sentence-level classification …

BenchmarkingCross-Lingual TransferIn-Context Learningnamed-entity-recognition+8

Accelerating BERT Inference for Sequence Labeling via Early-Exit

2021-05-28 · ACL 2021 5 · Xiaonan Li, Yunfan Shao, Tianxiang Sun, Hang Yan 외

Both performance and efficiency are crucial factors for sequence labeling tasks in many real-world scenarios. Although the pre-trained models (PTMs) have significantly improved the performance of various sequence labelin…

Sentence

A Data-Driven Representation for Sign Language Production

2024-04-17 · Harry Walsh, Abolfazl Ravanshad, Mariam Rahmani, Richard Bowden

Phonetic representations are used when recording spoken languages, but no equivalent exists for recording signed languages. As a result, linguists have proposed several annotation systems that operate on the gloss or sub…

Sign Language ProductionTranslation

Unifying Token and Span Level Supervisions for Few-Shot Sequence Labeling

2023-07-16 · Zifeng Cheng, Qingyu Zhou, Zhiwei Jiang, Xuemin Zhao 외

Few-shot sequence labeling aims to identify novel classes based on only a few labeled samples. Existing methods solve the data scarcity problem mainly by designing token-level or span-level labeling models based on metri…

Metric Learning