paper-with-me

Papers

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

2017-10-31 · CL 2019 3 · Yu Wu, Wei Wu, Chen Xing, Can Xu, Zhoujun Li, Ming Zhou

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.

📄 PDF Abstract BibTeX arXiv:1710.11344

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Sequential Matching Network: A New Architecture for Multi-turn Response Selection in Retrieval-based Chatbots

2016-12-06 · ACL 2017 7 · Yu Wu, Wei Wu, Chen Xing, Ming Zhou 외

We study response selection for multi-turn conversation in retrieval-based chatbots. Existing work either concatenates utterances in context or matches a response with a highly abstract context vector finally, which may …

Conversational Response SelectionRetrieval

Sequential Sentence Matching Network for Multi-turn Response Selection in Retrieval-based Chatbots

2020-05-16 · Chao Xiong, Che Liu, Zijun Xu, Junfeng Jiang 외

Recently, open domain multi-turn chatbots have attracted much interest from lots of researchers in both academia and industry. The dominant retrieval-based methods use context-response matching mechanisms for multi-turn …

RetrievalSentenceWord Similarity

Sequential Neural Networks for Noetic End-to-End Response Selection

2020-03-03 · Qian Chen, Wen Wang

The noetic end-to-end response selection challenge as one track in the 7th Dialog System Technology Challenges (DSTC7) aims to push the state of the art of utterance classification for real world goal-oriented dialog sys…

Goal-Oriented Dialog

Sequential Attention-based Network for Noetic End-to-End Response Selection

2019-01-09 · Qian Chen, Wen Wang

The noetic end-to-end response selection challenge as one track in Dialog System Technology Challenges 7 (DSTC7) aims to push the state of the art of utterance classification for real world goal-oriented dialog systems, …

Conversational Response SelectionGoal-Oriented Dialog

Lingke: A Fine-grained Multi-turn Chatbot for Customer Service

2018-08-10 · COLING 2018 8 · Pengfei Zhu, Zhuosheng Zhang, Jiangtong Li, Yafang Huang 외

Traditional chatbots usually need a mass of human dialogue data, especially when using supervised machine learning method. Though they can easily deal with single-turn question answering, for multi-turn the performance i…

BIG-bench Machine LearningChatbotInformation RetrievalQuestion Answering+1