CLApr 30, 2020

Filtering before Iteratively Referring for Knowledge-Grounded Response Selection in Retrieval-Based Chatbots

arXiv:2004.14550v2993 citations
AI Analysis

This work addresses the challenge of integrating background knowledge into chatbot responses for more accurate and interpretable conversational AI, representing an incremental advance in domain-specific methods.

The paper tackles the problem of selecting knowledge-grounded responses in retrieval-based chatbots by proposing the FIRE method, which uses filtering and iterative referring to match responses with context and knowledge, achieving improvements of over 2.8% and 3.1% in top-1 accuracy on datasets like PERSONA-CHAT and CMU_DoG.

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 outperforms previous methods by margins larger than 2.8% and 4.1% on the PERSONA-CHAT dataset with original and revised personas respectively, and margins larger than 3.1% on the CMU_DoG dataset in terms of top-1 accuracy. We also show that FIRE is more interpretable by visualizing the knowledge grounding process.

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