paper-with-me

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, Zhoujun Li

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 lose relationships among utterances or important contextual information. We propose a sequential matching network (SMN) to address both problems. SMN first matches a response with each utterance in the context on multiple levels of granularity, and distills important matching information from each pair as a vector with convolution and pooling operations. The vectors are then accumulated in a chronological order through a recurrent neural network (RNN) which models relationships among utterances. The final matching score is calculated with the hidden states of the RNN. An empirical study on two public data sets shows that SMN can significantly outperform state-of-the-art methods for response selection in multi-turn conversation.

📄 PDF Abstract BibTeX arXiv:1612.01627

Code (3)

MarkWuNLP/MultiTurnResponseSelection 공식 구현 tf
xiaobaicxy/SMN_Multi_Turn_Response_Selection_Pytorch pytorch
yangliuy/NeuralResponseRanking tf

Tasks

Conversational Response SelectionRetrieval

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

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 외

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 i…

Retrieval

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