CLJul 20, 2019

Incremental Transformer with Deliberation Decoder for Document Grounded Conversations

arXiv:1907.08854v31128 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of effectively exploiting document knowledge in multi-turn conversations for applications like chatbots or information retrieval, representing an incremental improvement over existing dialogue models.

The paper tackles the problem of generating dialogue responses grounded in document content by proposing a novel Transformer-based architecture with an Incremental Transformer and a two-pass Deliberation Decoder, resulting in responses that significantly outperform baselines on context coherence and knowledge relevance.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes