Building Sequential Inference Models for End-to-End Response Selection
Jia-Chen Gu, Zhen-Hua Ling, Yu-Ping Ruan, Quan Liu

TL;DR
This paper introduces an enhanced neural network model for dialogue response selection, combining new word representations, hierarchical encoding, advanced pooling, and a focus on the last utterance, achieving top rankings in DSTC7 evaluations.
Contribution
The paper presents a novel end-to-end neural network model with four key enhancements for improved response selection in dialogue systems.
Findings
Ranked second on Ubuntu dataset in DSTC7
Ranked third on Advising dataset in DSTC7
Demonstrated effectiveness of proposed enhancements
Abstract
This paper presents an end-to-end response selection model for Track 1 of the 7th Dialogue System Technology Challenges (DSTC7). This task focuses on selecting the correct next utterance from a set of candidates given a partial conversation. We propose an end-to-end neural network based on enhanced sequential inference model (ESIM) for this task. Our proposed model differs from the original ESIM model in the following four aspects. First, a new word representation method which combines the general pre-trained word embeddings with those estimated on the task-specific training set is adopted in order to address the challenge of out-of-vocabulary (OOV) words. Second, an attentive hierarchical recurrent encoder (AHRE) is designed which is capable to encode sentences hierarchically and generate more descriptive representations by aggregation. Third, a new pooling method which combines…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Natural Language Processing Techniques
MethodsEnhanced Sequential Inference Model · Average Pooling · Softmax
