CLOct 31, 2017

A Sequential Matching Framework for Multi-turn Response Selection in Retrieval-based Chatbots

arXiv:1710.11344v11113 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately matching responses in multi-turn conversations for chatbot developers, though it is incremental as it builds on existing matching methods.

The paper tackles the problem of response selection in multi-turn retrieval-based chatbots by proposing a sequential matching framework (SMF) that allows each utterance to interact with a response candidate before accumulating matching vectors with an RNN, resulting in models that significantly outperform state-of-the-art methods on two public datasets.

We study the problem of response selection for multi-turn conversation in retrieval-based chatbots. The task requires matching a response candidate with a conversation context, whose challenges include how to recognize important parts of the context, and how to model the relationships among utterances in the context. Existing matching methods may lose important information in contexts as we can interpret them with a unified framework in which contexts are transformed to fixed-length vectors without any interaction with responses before matching. The analysis motivates us to propose a new matching framework that can sufficiently carry the important information in contexts to matching and model the relationships among utterances at the same time. The new framework, which we call a sequential matching framework (SMF), lets each utterance in a context interacts with a response candidate at the first step and transforms the pair to a matching vector. The matching vectors are then accumulated following the order of the utterances in the context with a recurrent neural network (RNN) which models the relationships among the utterances. The context-response matching is finally calculated with the hidden states of the RNN. Under SMF, we propose a sequential convolutional network and sequential attention network and conduct experiments on two public data sets to test their performance. Experimental results show that both models can significantly outperform the state-of-the-art matching methods. We also show that the models are interpretable with visualizations that provide us insights on how they capture and leverage the important information in contexts for matching.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes