Pith. sign in

REVIEW 1 cited by

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

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1612.01627 v2 pith:K6HJTHQO submitted 2016-12-06 cs.CL

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

classification cs.CL
keywords responsematchingcontextmulti-turnnetworkselectionutteranceschatbots
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Knowledge-incorporating ESIM models for Response Selection in Retrieval-based Dialog Systems

    cs.CL 2019-07 unverdicted novelty 4.0

    K-ESIM and T-ESIM extend ESIM by incorporating domain knowledge and similar-dialog information, yielding preliminary accuracy gains on Ubuntu and Advising datasets for next-utterance selection.