CLSep 16, 2020

Parallel Interactive Networks for Multi-Domain Dialogue State Generation

arXiv:2009.07616v3997 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in dialogue systems for researchers and developers, offering an incremental improvement over existing methods.

The authors tackled the problem of multi-domain dialogue state tracking by modeling dependencies between system and user utterances within and across turns, achieving superior performance with their proposed Parallel Interactive Networks model.

The dependencies between system and user utterances in the same turn and across different turns are not fully considered in existing multidomain dialogue state tracking (MDST) models. In this study, we argue that the incorporation of these dependencies is crucial for the design of MDST and propose Parallel Interactive Networks (PIN) to model these dependencies. Specifically, we integrate an interactive encoder to jointly model the in-turn dependencies and cross-turn dependencies. The slot-level context is introduced to extract more expressive features for different slots. And a distributed copy mechanism is utilized to selectively copy words from historical system utterances or historical user utterances. Empirical studies demonstrated the superiority of the proposed PIN model.

Code Implementations1 repo
Foundations

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

Your Notes