CLJun 2, 2020

A Contextual Hierarchical Attention Network with Adaptive Objective for Dialogue State Tracking

arXiv:2006.01554v2912 citations
AI Analysis

This work improves dialogue state tracking for conversational AI systems by enhancing context modeling and handling slot imbalance, representing an incremental advancement.

The paper tackled the problem of efficiently exploiting relevant context and addressing slot imbalance in dialogue state tracking, achieving state-of-the-art joint accuracies of 52.68% on MultiWOZ 2.0 and 58.55% on MultiWOZ 2.1 with improvements of +1.24% and +5.98%.

Recent studies in dialogue state tracking (DST) leverage historical information to determine states which are generally represented as slot-value pairs. However, most of them have limitations to efficiently exploit relevant context due to the lack of a powerful mechanism for modeling interactions between the slot and the dialogue history. Besides, existing methods usually ignore the slot imbalance problem and treat all slots indiscriminately, which limits the learning of hard slots and eventually hurts overall performance. In this paper, we propose to enhance the DST through employing a contextual hierarchical attention network to not only discern relevant information at both word level and turn level but also learn contextual representations. We further propose an adaptive objective to alleviate the slot imbalance problem by dynamically adjust weights of different slots during training. Experimental results show that our approach reaches 52.68% and 58.55% joint accuracy on MultiWOZ 2.0 and MultiWOZ 2.1 datasets respectively and achieves new state-of-the-art performance with considerable improvements (+1.24% and +5.98%).

Foundations

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

Your Notes