TL;DR
This paper introduces a dialogue response generation model that dynamically retrieves relevant knowledge from search engines using a cheaply supervised query producer, improving response informativeness without requiring human-labeled queries.
Contribution
It presents a novel, domain- and search engine-agnostic query producer trained with noisy supervision, enabling dynamic knowledge retrieval for dialogue systems.
Findings
Achieved R@1 of 62.4% and R@5 of 74.8% in knowledge retrieval.
Generated responses outperform strong baselines in informativeness.
The query producer is easily transferable across domains and search engines.
Abstract
Knowledge-aided dialogue response generation aims at augmenting chatbots with relevant external knowledge in the hope of generating more informative responses. The majority of previous work assumes that the relevant knowledge is given as input or retrieved from a static pool of knowledge. However, this assumption violates the real-world situation, where knowledge is continually updated and a chatbot has to dynamically retrieve useful knowledge. We propose a dialogue model that can access the vast and dynamic information from any search engine for response generation. As the core module, a query producer is used to generate queries from a dialogue context to interact with a search engine. We design a training algorithm using cheap noisy supervision for the query producer, where the signals are obtained by comparing retrieved articles with the next dialogue response. As the result, the…
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
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Residual Connection · Softmax · Linear Layer · Layer Normalization · Dense Connections · Adam · Dropout
