Two are Better than One: An Ensemble of Retrieval- and Generation-Based Dialog Systems
Yiping Song, Rui Yan, Xiang Li, Dongyan Zhao, Ming Zhang

TL;DR
This paper introduces an ensemble approach combining retrieval- and generation-based dialog systems, enhancing open-domain conversation quality by leveraging both methods and reranking to produce more relevant responses.
Contribution
The paper presents a novel ensemble framework that integrates retrieval and generation methods, improving response quality in open-domain dialog systems.
Findings
Ensemble outperforms individual retrieval or generation systems significantly.
Reranking with generated replies improves response relevance.
The approach achieves higher user satisfaction in experiments.
Abstract
Open-domain human-computer conversation has attracted much attention in the field of NLP. Contrary to rule- or template-based domain-specific dialog systems, open-domain conversation usually requires data-driven approaches, which can be roughly divided into two categories: retrieval-based and generation-based systems. Retrieval systems search a user-issued utterance (called a query) in a large database, and return a reply that best matches the query. Generative approaches, typically based on recurrent neural networks (RNNs), can synthesize new replies, but they suffer from the problem of generating short, meaningless utterances. In this paper, we propose a novel ensemble of retrieval-based and generation-based dialog systems in the open domain. In our approach, the retrieved candidate, in addition to the original query, is fed to an RNN-based reply generator, so that the neural model is…
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 · Speech and dialogue systems · Natural Language Processing Techniques
