paper-with-me

홈 › Papers

Modeling ASR Ambiguity for Dialogue State Tracking Using Word Confusion Networks

2020-02-03 · Vaishali Pal, Fabien Guillot, Manish Shrivastava, Jean-Michel Renders, Laurent Besacier

Spoken dialogue systems typically use a list of top-N ASR hypotheses for inferring the semantic meaning and tracking the state of the dialogue. However ASR graphs, such as confusion networks (confnets), provide a compact representation of a richer hypothesis space than a top-N ASR list. In this paper, we study the benefits of using confusion networks with a state-of-the-art neural dialogue state tracker (DST). We encode the 2-dimensional confnet into a 1-dimensional sequence of embeddings using an attentional confusion network encoder which can be used with any DST system. Our confnet encoder is plugged into the state-of-the-art 'Global-locally Self-Attentive Dialogue State Tacker' (GLAD) model for DST and obtains significant improvements in both accuracy and inference time compared to using top-N ASR hypotheses.

📄 PDF Abstract BibTeX arXiv:2002.00768

Code (1)

kolk/MODELING-ASR-AMBIGUITY-FOR-NEURAL-DIALOGUE-STATE-TRACKING-USING-WORD-CONFUSION-NETWORKS pytorch

Tasks

Dialogue State TrackingSpoken Dialogue Systems

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

Similar Papers 제목 키워드 기반

Keyword-Aware ASR Error Augmentation for Robust Dialogue State Tracking

2024-09-10 · Jihyun Lee, Solee Im, Wonjun Lee, Gary Geunbae Lee

Dialogue State Tracking (DST) is a key part of task-oriented dialogue systems, identifying important information in conversations. However, its accuracy drops significantly in spoken dialogue environments due to named en…

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

Context-Sensitive Generation Network for Handing Unknown Slot Values in Dialogue State Tracking

2020-05-08 · Puhai Yang, He-Yan Huang, Xian-Ling Mao

As a key component in a dialogue system, dialogue state tracking plays an important role. It is very important for dialogue state tracking to deal with the problem of unknown slot values. As far as we known, almost all e…

Dialogue State Tracking

A Contextual Hierarchical Attention Network with Adaptive Objective for Dialogue State Tracking

2020-06-02 · ACL 2020 6 · Yong Shan, Zekang Li, Jinchao Zhang, Fandong Meng 외

Recent studies in dialogue state tracking (DST) leverage historical information to determine states which are generally represented as slot-value pairs. However, most of them have limitations to efficiently exploit relev…

Dialogue State TrackingMulti-domain Dialogue State Tracking

Dialogue State Tracking with Explicit Slot Connection Modeling

2020-07-01 · ACL 2020 6 · Yawen Ouyang, Moxin Chen, Xin-yu Dai, Yinggong Zhao 외

Recent proposed approaches have made promising progress in dialogue state tracking (DST). However, in multi-domain scenarios, ellipsis and reference are frequently adopted by users to express values that have been mentio…

Dialogue State Tracking

Neural Response Generation with Meta-Words

2019-06-14 · ACL 2019 7 · Can Xu, Wei Wu, Chongyang Tao, Huang Hu 외

We present open domain response generation with meta-words. A meta-word is a structured record that describes various attributes of a response, and thus allows us to explicitly model the one-to-many relationship within o…

DiversityResponse Generation