CLJan 9, 2019

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

arXiv:1901.02609v341 citations
AI Analysis

This work addresses utterance classification for real-world goal-oriented dialog systems, offering a novel approach that improves performance over existing methods, though it is incremental in advancing sequential matching techniques.

The paper tackles the noetic end-to-end response selection problem for goal-oriented dialog systems by proposing a sequential matching model, which achieved top rankings in the DSTC7 challenge and outperformed previous state-of-the-art models on benchmark datasets like Ubuntu and Advising.

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, for which participants need to select the correct next utterances from a set of candidates for the multi-turn context. This paper describes our systems that are ranked the top on both datasets under this challenge, one focused and small (Advising) and the other more diverse and large (Ubuntu). Previous state-of-the-art models use hierarchy-based (utterance-level and token-level) neural networks to explicitly model the interactions among different turns' utterances for context modeling. In this paper, we investigate a sequential matching model based only on chain sequence for multi-turn response selection. Our results demonstrate that the potentials of sequential matching approaches have not yet been fully exploited in the past for multi-turn response selection. In addition to ranking the top in the challenge, the proposed model outperforms all previous models, including state-of-the-art hierarchy-based models, and achieves new state-of-the-art performances on two large-scale public multi-turn response selection benchmark datasets.

Code Implementations4 repos
Foundations

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

Your Notes