Retrospective and Prospective Mixture-of-Generators for Task-oriented Dialogue Response Generation
Jiahuan Pei, Pengjie Ren, Christof Monz, Maarten de Rijke

TL;DR
This paper introduces MoGNet, a mixture-of-generators model for task-oriented dialogue response generation that uses specialized experts and a coordinating chair to produce more accurate responses, outperforming existing methods.
Contribution
The paper proposes a novel mixture-of-generators network with retrospective and prospective strategies, and a global-and-local learning scheme, for improved dialogue response generation.
Findings
MoGNet outperforms state-of-the-art methods on MultiWOZ dataset.
The mixture-of-generators approach improves response appropriateness.
Expert specialization enhances response quality.
Abstract
Dialogue response generation (DRG) is a critical component of task-oriented dialogue systems (TDSs). Its purpose is to generate proper natural language responses given some context, e.g., historical utterances, system states, etc. State-of-the-art work focuses on how to better tackle DRG in an end-to-end way. Typically, such studies assume that each token is drawn from a single distribution over the output vocabulary, which may not always be optimal. Responses vary greatly with different intents, e.g., domains, system actions. We propose a novel mixture-of-generators network (MoGNet) for DRG, where we assume that each token of a response is drawn from a mixture of distributions. MoGNet consists of a chair generator and several expert generators. Each expert is specialized for DRG w.r.t. a particular intent. The chair coordinates multiple experts and combines the output they have…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
