CLNov 13, 2018

Multi-task learning for Joint Language Understanding and Dialogue State Tracking

arXiv:1811.05408v11118 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and scalability issues in dialogue systems for developers and users, though it is incremental as it builds on existing multi-task and scheduled sampling techniques.

The paper tackles the problem of improving language understanding and dialogue state tracking in task-oriented dialogue systems by proposing a multi-task learning framework that shares neural network layers, which enhances performance and reduces parameters while handling large or unseen slot values.

This paper presents a novel approach for multi-task learning of language understanding (LU) and dialogue state tracking (DST) in task-oriented dialogue systems. Multi-task training enables the sharing of the neural network layers responsible for encoding the user utterance for both LU and DST and improves performance while reducing the number of network parameters. In our proposed framework, DST operates on a set of candidate values for each slot that has been mentioned so far. These candidate sets are generated using LU slot annotations for the current user utterance, dialogue acts corresponding to the preceding system utterance and the dialogue state estimated for the previous turn, enabling DST to handle slots with a large or unbounded set of possible values and deal with slot values not seen during training. Furthermore, to bridge the gap between training and inference, we investigate the use of scheduled sampling on LU output for the current user utterance as well as the DST output for the preceding turn.

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