paper-with-me

홈 › Papers

A BiRGAT Model for Multi-intent Spoken Language Understanding with Hierarchical Semantic Frames

2024-02-28 · Hongshen Xu, Ruisheng Cao, Su Zhu, Sheng Jiang, Hanchong Zhang, Lu Chen, Kai Yu

Previous work on spoken language understanding (SLU) mainly focuses on single-intent settings, where each input utterance merely contains one user intent. This configuration significantly limits the surface form of user utterances and the capacity of output semantics. In this work, we first propose a Multi-Intent dataset which is collected from a realistic in-Vehicle dialogue System, called MIVS. The target semantic frame is organized in a 3-layer hierarchical structure to tackle the alignment and assignment problems in multi-intent cases. Accordingly, we devise a BiRGAT model to encode the hierarchy of ontology items, the backbone of which is a dual relational graph attention network. Coupled with the 3-way pointer-generator decoder, our method outperforms traditional sequence labeling and classification-based schemes by a large margin.

📄 PDF Abstract BibTeX arXiv:2402.18258

Code (1)

importpandas/mivs_birgat 공식 구현 pytorch

Tasks

DecoderGraph AttentionSpoken Language Understanding

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

OpenSLU: A Unified, Modularized, and Extensible Toolkit for Spoken Language Understanding

2023-05-17 · Libo Qin, Qiguang Chen, Xiao Xu, Yunlong Feng 외

Spoken Language Understanding (SLU) is one of the core components of a task-oriented dialogue system, which aims to extract the semantic meaning of user queries (e.g., intents and slots). In this work, we introduce OpenS…

Spoken Language Understanding

SFL-MTSC: Leveraging Semantic Frame-Level Multi-Task Self-Consistency for Robust Multi-Intent Spoken Language Understanding

2026-06-24 · Po-Yen Chen, Berlin Chen arxiv

Prompt-based spoken language understanding (SLU) with large language models (LLMs) often suffers from inconsistent intent--slot structures due to decoding stochasticity, particularly in multi-intent scenarios. In view of…

Spoken Language Understanding

Multi-Intent Spoken Language Understanding: Methods, Trends, and Challenges

2025-12-12 · Di Wu, Ruiyu Fang, Liting Jiang, Shuangyong Song 외 arxiv

Multi-intent spoken language understanding (SLU) involves two tasks: multiple intent detection and slot filling, which jointly handle utterances containing more than one intent. Owing to this characteristic, which closel…

Spoken Language UnderstandingIntent DetectionSlot Filling

A Unified Framework for Multi-intent Spoken Language Understanding with prompting

2022-10-07 · Feifan Song, Lianzhe Huang, Houfeng Wang

Multi-intent Spoken Language Understanding has great potential for widespread implementation. Jointly modeling Intent Detection and Slot Filling in it provides a channel to exploit the correlation between intents and slo…

Intent DetectionMulti-Task Learningslot-fillingSlot Filling+1

Transferring SLU Models in Novel Domains

2019-05-01 · ICLR 2019 5 · Yaohua Tang, Kaixiang Mo, Qian Xu, Chao Zhang 외

Spoken language understanding (SLU) is a critical component in building dialogue systems. When building models for novel natural language domains, a major challenge is the lack of data in the new domains, no matter wheth…

Intent RecognitionMeta-Learningslot-fillingSlot Filling+2