paper-with-me

Papers

Incremental Transformer with Deliberation Decoder for Document Grounded Conversations

2019-07-20 · ACL 2019 7 · Zekang Li, Cheng Niu, Fandong Meng, Yang Feng, Qian Li, Jie zhou

Document Grounded Conversations is a task to generate dialogue responses when chatting about the content of a given document. Obviously, document knowledge plays a critical role in Document Grounded Conversations, while existing dialogue models do not exploit this kind of knowledge effectively enough. In this paper, we propose a novel Transformer-based architecture for multi-turn document grounded conversations. In particular, we devise an Incremental Transformer to encode multi-turn utterances along with knowledge in related documents. Motivated by the human cognitive process, we design a two-pass decoder (Deliberation Decoder) to improve context coherence and knowledge correctness. Our empirical study on a real-world Document Grounded Dataset proves that responses generated by our model significantly outperform competitive baselines on both context coherence and knowledge relevance.

📄 PDF Abstract BibTeX arXiv:1907.08854

Code (2)

lizekang/ITDD 공식 구현 pytorch
hltchkust/knowexpert pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Transformer Based Deliberation for Two-Pass Speech Recognition

2021-01-27 · Ke Hu, Ruoming Pang, Tara N. Sainath, Trevor Strohman

Interactive speech recognition systems must generate words quickly while also producing accurate results. Two-pass models excel at these requirements by employing a first-pass decoder that quickly emits words, and a seco…

Decoderspeech-recognitionSpeech RecognitionVocal Bursts Valence Prediction

Scaling Up Deliberation for Multilingual ASR

2022-10-11 · Ke Hu, Bo Li, Tara N. Sainath

Multilingual end-to-end automatic speech recognition models are attractive due to its simplicity in training and deployment. Recent work on large-scale training of such models has shown promising results compared to mono…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

Deliberation Networks: Sequence Generation Beyond One-Pass Decoding

2017-12-01 · NeurIPS 2017 12 · Yingce Xia, Fei Tian, Lijun Wu, Jianxin Lin 외

The encoder-decoder framework has achieved promising progress for many sequence generation tasks, including machine translation, text summarization, dialog system, image captioning, etc. Such a framework adopts an one-pa…

ArticlesDecoderImage CaptioningMachine Translation+3

Improving Deliberation by Text-Only and Semi-Supervised Training

2022-06-29 · Ke Hu, Tara N. Sainath, Yanzhang He, Rohit Prabhavalkar 외

Text-only and semi-supervised training based on audio-only data has gained popularity recently due to the wide availability of unlabeled text and speech data. In this work, we propose incorporating text-only and semi-sup…

DecoderLanguage ModelingLanguage Modellingtext-to-speech+1

Learning Low-frequency Patterns with A Pre-trained Document-Grounded Conversation Model

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Owing to its perceived capability in recognizing the high-frequency patterns appeared in the large corpora, the Generative Pre-trained Transformer model (GPT-2) has demonstrated its remarkable performance in the document…

DecoderDialogue Generation