paper-with-me

홈 › Papers

Towards End-to-End Integration of Dialog History for Improved Spoken Language Understanding

2022-04-11 · Vishal Sunder, Samuel Thomas, Hong-Kwang J. Kuo, Jatin Ganhotra, Brian Kingsbury, Eric Fosler-Lussier

Dialog history plays an important role in spoken language understanding (SLU) performance in a dialog system. For end-to-end (E2E) SLU, previous work has used dialog history in text form, which makes the model dependent on a cascaded automatic speech recognizer (ASR). This rescinds the benefits of an E2E system which is intended to be compact and robust to ASR errors. In this paper, we propose a hierarchical conversation model that is capable of directly using dialog history in speech form, making it fully E2E. We also distill semantic knowledge from the available gold conversation transcripts by jointly training a similar text-based conversation model with an explicit tying of acoustic and semantic embeddings. We also propose a novel technique that we call DropFrame to deal with the long training time incurred by adding dialog history in an E2E manner. On the HarperValleyBank dialog dataset, our E2E history integration outperforms a history independent baseline by 7.7% absolute F1 score on the task of dialog action recognition. Our model performs competitively with the state-of-the-art history based cascaded baseline, but uses 48% fewer parameters. In the absence of gold transcripts to fine-tune an ASR model, our model outperforms this baseline by a significant margin of 10% absolute F1 score.

📄 PDF Abstract BibTeX arXiv:2204.05169

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionSpoken Language Understanding

Similar Papers 제목 키워드 기반

Dialogue history integration into end-to-end signal-to-concept spoken language understanding systems

2020-02-14 · Natalia Tomashenko, Christian Raymond, Antoine Caubriere, Renato de Mori 외

This work investigates the embeddings for representing dialog history in spoken language understanding (SLU) systems. We focus on the scenario when the semantic information is extracted directly from the speech signal by…

slot-fillingSlot FillingSpoken Language Understanding

Integrating Dialog History into End-to-End Spoken Language Understanding Systems

2021-08-18 · Jatin Ganhotra, Samuel Thomas, Hong-Kwang J. Kuo, Sachindra Joshi 외

End-to-end spoken language understanding (SLU) systems that process human-human or human-computer interactions are often context independent and process each turn of a conversation independently. Spoken conversations on …

Intent RecognitionSpoken Language Understanding

Data Augmentation Integrating Dialogue Flow and Style to Adapt Spoken Dialogue Systems to Low-Resource User Groups

2024-08-20 · Zhiyang Qi, Michimasa Inaba

This study addresses the interaction challenges encountered by spoken dialogue systems (SDSs) when engaging with users who exhibit distinct conversational behaviors, particularly minors, in scenarios where data are scarc…

Data AugmentationLanguage ModelingLanguage ModellingLarge Language Model+1

Sequential Dialogue Context Modeling for Spoken Language Understanding

2017-05-08 · WS 2017 8 · Ankur Bapna, Gokhan Tur, Dilek Hakkani-Tur, Larry Heck

Spoken Language Understanding (SLU) is a key component of goal oriented dialogue systems that would parse user utterances into semantic frame representations. Traditionally SLU does not utilize the dialogue history beyon…

Goal-Oriented Dialogue SystemsSpoken Language Understanding

The Speech-LLM Takes It All: A Truly Fully End-to-End Spoken Dialogue State Tracking Approach

2025-10-10 · Nizar El Ghazal, Antoine Caubrière, Valentin Vielzeuf arxiv

This paper presents a comparative study of context management strategies for end-to-end Spoken Dialog State Tracking using Speech-LLMs. We systematically evaluate traditional multimodal context (combining text history an…

Dialogue State Tracking