CLAISep 18, 2018

User Information Augmented Semantic Frame Parsing using Coarse-to-Fine Neural Networks

arXiv:1809.06559v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of data and time efficiency for building spoken dialog systems, offering an incremental improvement over existing methods.

The paper tackles the problem of semantic frame parsing in spoken language understanding by incorporating user information to reduce the need for large annotated datasets and long training times, achieving improvements of up to 1.35% in intent detection and 1.20% in slot filling with smaller data and reducing training time by over 60%.

Semantic frame parsing is a crucial component in spoken language understanding (SLU) to build spoken dialog systems. It has two main tasks: intent detection and slot filling. Although state-of-the-art approaches showed good results, they require large annotated training data and long training time. In this paper, we aim to alleviate these drawbacks for semantic frame parsing by utilizing the ubiquitous user information. We design a novel coarse-to-fine deep neural network model to incorporate prior knowledge of user information intermediately to better and quickly train a semantic frame parser. Due to the lack of benchmark dataset with real user information, we synthesize the simplest type of user information (location and time) on ATIS benchmark data. The results show that our approach leverages such simple user information to outperform state-of-the-art approaches by 0.25% for intent detection and 0.31% for slot filling using standard training data. When using smaller training data, the performance improvement on intent detection and slot filling reaches up to 1.35% and 1.20% respectively. We also show that our approach can achieve similar performance as state-of-the-art approaches by using less than 80% annotated training data. Moreover, the training time to achieve the similar performance is also reduced by over 60%.

Foundations

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

Your Notes