paper-with-me

홈 › Papers

Jointly Encoding Word Confusion Network and Dialogue Context with BERT for Spoken Language Understanding

2020-05-24 · Chen Liu, Su Zhu, Zijian Zhao, Ruisheng Cao, Lu Chen, Kai Yu

Spoken Language Understanding (SLU) converts hypotheses from automatic speech recognizer (ASR) into structured semantic representations. ASR recognition errors can severely degenerate the performance of the subsequent SLU module. To address this issue, word confusion networks (WCNs) have been used to encode the input for SLU, which contain richer information than 1-best or n-best hypotheses list. To further eliminate ambiguity, the last system act of dialogue context is also utilized as additional input. In this paper, a novel BERT based SLU model (WCN-BERT SLU) is proposed to encode WCNs and the dialogue context jointly. It can integrate both structural information and ASR posterior probabilities of WCNs in the BERT architecture. Experiments on DSTC2, a benchmark of SLU, show that the proposed method is effective and can outperform previous state-of-the-art models significantly.

📄 PDF Abstract BibTeX arXiv:2005.11640

Code (1)

simplc/WCN-BERT 공식 구현 pytorch

Tasks

Spoken Language Understanding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Multi-Head Attention 설명 없음
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…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Joint Contextual Modeling for ASR Correction and Language Understanding

2020-01-28 · Yue Weng, Sai Sumanth Miryala, Chandra Khatri, Runze Wang 외

The quality of automatic speech recognition (ASR) is critical to Dialogue Systems as ASR errors propagate to and directly impact downstream tasks such as language understanding (LU). In this paper, we propose multi-task …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Dialogue State TrackingLanguage Modelling+2

Modeling ASR Ambiguity for Dialogue State Tracking Using Word Confusion Networks

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

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…

Dialogue State TrackingSpoken Dialogue Systems

Encoding Word Confusion Networks with Recurrent Neural Networks for Dialog State Tracking

2017-07-18 · WS 2017 9 · Glorianna Jagfeld, Ngoc Thang Vu

This paper presents our novel method to encode word confusion networks, which can represent a rich hypothesis space of automatic speech recognition systems, via recurrent neural networks. We demonstrate the utility of ou…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)dialog state trackingspeech-recognition+1

Improving Response Selection in Multi-Turn Dialogue Systems by Incorporating Domain Knowledge

2018-09-10 · CONLL 2018 10 · Debanjan Chaudhuri, Agustinus Kristiadi, Jens Lehmann, Asja Fischer

Building systems that can communicate with humans is a core problem in Artificial Intelligence. This work proposes a novel neural network architecture for response selection in an end-to-end multi-turn conversational dia…

PALM: Pre-training an Autoencoding&Autoregressive Language Model for Context-conditioned Generation

2020-04-14 · Bin Bi, Chenliang Li, Chen Wu, Ming Yan 외

Self-supervised pre-training, such as BERT, MASS and BART, has emerged as a powerful technique for natural language understanding and generation. Existing pre-training techniques employ autoencoding and/or autoregressive…

Abstractive Text SummarizationConversational Response GenerationDenoisingGenerative Question Answering+9