CLNov 11, 2019

DialogAct2Vec: Towards End-to-End Dialogue Agent by Multi-Task Representation Learning

arXiv:1911.04088v12 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently learning from heterogeneous data in dialogue systems, offering a solution that reduces manual effort and improves performance, though it appears incremental as it builds on existing representation learning approaches.

The paper tackles the problem of end-to-end dialogue modeling by proposing DialogAct2Vec, a multi-task representation learning model that captures knowledge from heterogeneous information like dialogue acts and utterances, requiring minimal manual intervention. Experiments on a restaurant reservation dataset show significant improvements over state-of-the-art baselines in act and utterance prediction tasks.

In end-to-end dialogue modeling and agent learning, it is important to (1) effectively learn knowledge from data, and (2) fully utilize heterogeneous information, e.g., dialogue act flow and utterances. However, the majority of existing methods cannot simultaneously satisfy the two conditions. For example, rule definition and data labeling during system design take too much manual work, and sequence-to-sequence methods only model one-side utterance information. In this paper, we propose a novel joint end-to-end model by multi-task representation learning, which can capture the knowledge from heterogeneous information through automatically learning knowledgeable low-dimensional embeddings from data, named with DialogAct2Vec. The model requires little manual work for intervention in system design and we find that the multi-task learning can greatly improve the effectiveness of representation learning. Extensive experiments on a public dataset for restaurant reservation show that the proposed method leads to significant improvements against the state-of-the-art baselines on both the act prediction task and utterance prediction task.

Foundations

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

Your Notes