paper-with-me

홈 › Papers

Adapting Text-based Dialogue State Tracker for Spoken Dialogues

2023-08-29 · Jaeseok Yoon, Seunghyun Hwang, Ran Han, Jeonguk Bang, Kee-Eung Kim

Although there have been remarkable advances in dialogue systems through the dialogue systems technology competition (DSTC), it remains one of the key challenges to building a robust task-oriented dialogue system with a speech interface. Most of the progress has been made for text-based dialogue systems since there are abundant datasets with written corpora while those with spoken dialogues are very scarce. However, as can be seen from voice assistant systems such as Siri and Alexa, it is of practical importance to transfer the success to spoken dialogues. In this paper, we describe our engineering effort in building a highly successful model that participated in the speech-aware dialogue systems technology challenge track in DSTC11. Our model consists of three major modules: (1) automatic speech recognition error correction to bridge the gap between the spoken and the text utterances, (2) text-based dialogue system (D3ST) for estimating the slots and values using slot descriptions, and (3) post-processing for recovering the error of the estimated slot value. Our experiments show that it is important to use an explicit automatic speech recognition error correction module, post-processing, and data augmentation to adapt a text-based dialogue state tracker for spoken dialogue corpora.

📄 PDF Abstract BibTeX arXiv:2308.15053

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionData Augmentationspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Neural Belief Tracker: Data-Driven Dialogue State Tracking

2016-06-12 · ACL 2017 7 · Nikola Mrkšić, Diarmuid Ó Séaghdha, Tsung-Hsien Wen, Blaise Thomson 외

One of the core components of modern spoken dialogue systems is the belief tracker, which estimates the user's goal at every step of the dialogue. However, most current approaches have difficulty scaling to larger, more …

Dialogue State TrackingRepresentation LearningSpoken Dialogue SystemsSpoken Language Understanding

SpokenWOZ: A Large-Scale Speech-Text Benchmark for Spoken Task-Oriented Dialogue Agents

2023-05-22 · NeurIPS 2023 11 · Shuzheng Si, Wentao Ma, Haoyu Gao, Yuchuan Wu 외

Task-oriented dialogue (TOD) models have made significant progress in recent years. However, previous studies primarily focus on datasets written by annotators, which has resulted in a gap between academic research and r…

An Efficient Approach to Encoding Context for Spoken Language Understanding

2018-07-01 · Raghav Gupta, Abhinav Rastogi, Dilek Hakkani-Tur

In task-oriented dialogue systems, spoken language understanding, or SLU, refers to the task of parsing natural language user utterances into semantic frames. Making use of context from prior dialogue history holds the k…

Computational EfficiencySpoken Language UnderstandingTask-Oriented Dialogue Systems

Adapting to Multiple Affective States in Spoken Dialogue

2012-07-01 · WS 2012 7 · Kate Forbes-Riley, Diane Litman
Spoken Dialogue Systems

OLISIA: a Cascade System for Spoken Dialogue State Tracking

2023-04-20 · Léo Jacqmin, Lucas Druart, Yannick Estève, Benoît Favre 외

Though Dialogue State Tracking (DST) is a core component of spoken dialogue systems, recent work on this task mostly deals with chat corpora, disregarding the discrepancies between spoken and written language.In this pap…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationDialogue State Tracking+3