CLLGSep 26, 2019

Low-Resource Response Generation with Template Prior

arXiv:1909.11968v31001 citations
Originality Incremental advance
AI Analysis

This addresses a real-world problem for low-resource dialogue systems, offering an incremental improvement by combining paired and unpaired data.

The paper tackles the problem of open domain response generation with limited paired data by leveraging large-scale unpaired data through a template prior model, achieving significant performance improvements over state-of-the-art models in both automatic and human evaluations when only a few pairs are available.

We study open domain response generation with limited message-response pairs. The problem exists in real-world applications but is less explored by the existing work. Since the paired data now is no longer enough to train a neural generation model, we consider leveraging the large scale of unpaired data that are much easier to obtain, and propose response generation with both paired and unpaired data. The generation model is defined by an encoder-decoder architecture with templates as prior, where the templates are estimated from the unpaired data as a neural hidden semi-markov model. By this means, response generation learned from the small paired data can be aided by the semantic and syntactic knowledge in the large unpaired data. To balance the effect of the prior and the input message to response generation, we propose learning the whole generation model with an adversarial approach. Empirical studies on question response generation and sentiment response generation indicate that when only a few pairs are available, our model can significantly outperform several state-of-the-art response generation models in terms of both automatic and human evaluation.

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