Multi-grained Label Refinement Network with Dependency Structures for Joint Intent Detection and Slot Filling
Baohang Zhou, Ying Zhang, Xuhui Sui, Kehui Song, Xiaojie Yuan

TL;DR
This paper introduces a multi-grained label refinement network that leverages dependency structures and label semantics to improve joint intent detection and slot filling in natural language understanding.
Contribution
It proposes a novel model integrating dependency structures and label semantic embeddings for better task performance.
Findings
Achieves competitive results on two public datasets.
Utilizes dependency structures via graph attention layers.
Combines syntactic and semantic information for improved accuracy.
Abstract
Slot filling and intent detection are two fundamental tasks in the field of natural language understanding. Due to the strong correlation between these two tasks, previous studies make efforts on modeling them with multi-task learning or designing feature interaction modules to improve the performance of each task. However, none of the existing approaches consider the relevance between the structural information of sentences and the label semantics of two tasks. The intent and semantic components of a utterance are dependent on the syntactic elements of a sentence. In this paper, we investigate a multi-grained label refinement network, which utilizes dependency structures and label semantic embeddings. Considering to enhance syntactic representations, we introduce the dependency structures of sentences into our model by graph attention layer. To capture the semantic dependency between…
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
TopicsTopic Modeling · Software Engineering Research · Text Readability and Simplification
