Filtering before Iteratively Referring for Knowledge-Grounded Response Selection in Retrieval-Based Chatbots
Jia-Chen Gu, Zhen-Hua Ling, Quan Liu, Zhigang Chen, Xiaodan Zhu

TL;DR
This paper introduces FIRE, a novel method for knowledge-grounded response selection in retrieval-based chatbots, which filters irrelevant information and iteratively refines matching to improve response accuracy and interpretability.
Contribution
FIRE combines filtering and iterative referencing to enhance response selection in knowledge-grounded chatbots, outperforming previous methods and increasing interpretability.
Findings
FIRE achieves over 2.8% and 4.1% improvements on PERSONA-CHAT datasets.
FIRE surpasses 3.1% top-1 accuracy on CMU_DoG dataset.
FIRE offers better interpretability through visualization of the grounding process.
Abstract
The challenges of building knowledge-grounded retrieval-based chatbots lie in how to ground a conversation on its background knowledge and how to match response candidates with both context and knowledge simultaneously. This paper proposes a method named Filtering before Iteratively REferring (FIRE) for this task. In this method, a context filter and a knowledge filter are first built, which derive knowledge-aware context representations and context-aware knowledge representations respectively by global and bidirectional attention. Besides, the entries irrelevant to the conversation are discarded by the knowledge filter. After that, iteratively referring is performed between context and response representations as well as between knowledge and response representations, in order to collect deep matching features for scoring response candidates. Experimental results show that FIRE…
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 · AI in Service Interactions
