CLJan 16, 2018

OneNet: Joint Domain, Intent, Slot Prediction for Spoken Language Understanding

arXiv:1801.05149v175 citations
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in commercial personal assistants by replacing pipelined approaches with a joint model, though it is incremental as it builds on existing multitask learning and state-of-the-art methods.

The paper tackled the problem of error propagation and lack of information sharing in pipelined spoken language understanding systems by proposing a unified neural network that jointly predicts domain, intent, and slots, resulting in significant improvements across all tasks and domains on real user data.

In practice, most spoken language understanding systems process user input in a pipelined manner; first domain is predicted, then intent and semantic slots are inferred according to the semantic frames of the predicted domain. The pipeline approach, however, has some disadvantages: error propagation and lack of information sharing. To address these issues, we present a unified neural network that jointly performs domain, intent, and slot predictions. Our approach adopts a principled architecture for multitask learning to fold in the state-of-the-art models for each task. With a few more ingredients, e.g. orthography-sensitive input encoding and curriculum training, our model delivered significant improvements in all three tasks across all domains over strong baselines, including one using oracle prediction for domain detection, on real user data of a commercial personal assistant.

Foundations

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

Your Notes