CLOct 2, 2019

Hierarchical Multi-Task Natural Language Understanding for Cross-domain Conversational AI: HERMIT NLU

arXiv:1910.00912v11001 citations
Originality Incremental advance
AI Analysis

This addresses the need for more accurate and cross-domain conversational AI systems, though it appears incremental as it builds on existing methods like self-attention and BiLSTMs.

The authors tackled the problem of wide-coverage Natural Language Understanding in Spoken Dialogue Systems by developing a hierarchical multi-task neural architecture, achieving an average 4.45% improvement in entity tagging F-score over state-of-the-art tools like RASA, Dialogflow, and LUIS.

We present a new neural architecture for wide-coverage Natural Language Understanding in Spoken Dialogue Systems. We develop a hierarchical multi-task architecture, which delivers a multi-layer representation of sentence meaning (i.e., Dialogue Acts and Frame-like structures). The architecture is a hierarchy of self-attention mechanisms and BiLSTM encoders followed by CRF tagging layers. We describe a variety of experiments, showing that our approach obtains promising results on a dataset annotated with Dialogue Acts and Frame Semantics. Moreover, we demonstrate its applicability to a different, publicly available NLU dataset annotated with domain-specific intents and corresponding semantic roles, providing overall performance higher than state-of-the-art tools such as RASA, Dialogflow, LUIS, and Watson. For example, we show an average 4.45% improvement in entity tagging F-score over Rasa, Dialogflow and LUIS.

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