CLAIOct 9, 2020

On Task-Level Dialogue Composition of Generative Transformer Model

arXiv:2010.04826v1993 citations
Originality Synthesis-oriented
AI Analysis

This addresses a limitation in task-oriented dialogue systems for users who want to accomplish multiple tasks in one conversation, but it is incremental as it explores existing methods on new data.

The paper tackled the problem of generative Transformer models' inability to compose multiple tasks in task-oriented dialogues, finding that even sophisticated variants struggle to learn this from single-task dialogues.

Task-oriented dialogue systems help users accomplish tasks such as booking a movie ticket and ordering food via conversation. Generative models parameterized by a deep neural network are widely used for next turn response generation in such systems. It is natural for users of the system to want to accomplish multiple tasks within the same conversation, but the ability of generative models to compose multiple tasks is not well studied. In this work, we begin by studying the effect of training human-human task-oriented dialogues towards improving the ability to compose multiple tasks on Transformer generative models. To that end, we propose and explore two solutions: (1) creating synthetic multiple task dialogue data for training from human-human single task dialogue and (2) forcing the encoder representation to be invariant to single and multiple task dialogues using an auxiliary loss. The results from our experiments highlight the difficulty of even the sophisticated variant of transformer model in learning to compose multiple tasks from single task dialogues.

Code Implementations1 repo
Foundations

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

Your Notes