TL;DR
This paper introduces a hierarchical multi-task neural architecture for wide-coverage natural language understanding in spoken dialogue systems, improving performance across multiple datasets and benchmarks.
Contribution
The paper proposes a novel hierarchical multi-task neural architecture combining self-attention, BiLSTM, and CRF layers for enhanced NLU in dialogue systems, outperforming existing tools.
Findings
Achieved higher accuracy than state-of-the-art NLU tools.
Demonstrated effectiveness across multiple datasets.
Improved entity tagging F-score by 4.45%.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Conditional Random Field · Long Short-Term Memory · Bidirectional LSTM
