paper-with-me

Papers

Uni-MIS: United Multiple Intent Spoken Language Understanding via Multi-View Intent-Slot Interaction

2024-03-24 · Proceedings of the AAAI Conference on Artificial Intelligence 2024 3 · Shangjian Yin, Peijie Huang, Yuhong Xu

So far, multi-intent spoken language understanding (SLU) has become a research hotspot in the field of natural language processing (NLP) due to its ability to recognize and extract multiple intents expressed and annotate corresponding sequence slot tags within a single utterance. Previous research has primarily concentrated on the token-level intent-slot interaction to model joint intent detection and slot filling, which resulted in a failure to fully utilize anisotropic intent-guiding information during joint training. In this work, we present a novel architecture by modeling the multi-intent SLU as a multi-view intent-slot interaction. The architecture resolves the kernel bottleneck of unified multi-intent SLU by effectively modeling the intent-slot relations with utterance, chunk, and token-level interaction. We further develop a neural framework, namely Uni-MIS, in which the unified multi-intent SLU is modeled as a three-view intent-slot interaction fusion to better capture the interaction information after special encoding. A chunk-level intent detection decoder is used to sufficiently capture the multi-intent, and an adaptive intent-slot graph network is used to capture the fine-grained intent information to guide final slot filling. We perform extensive experiments on two widely used benchmark datasets for multi-intent SLU, where our model bets on all the current strong baselines, pushing the state-of-the-art performance of unified multi-intent SLU. Additionally, the ChatGPT benchmark that we have developed demonstrates that there is a considerable amount of potential research value in the field of multi-intent SLU.

📄 PDF Abstract BibTeX

Code (1)

SJY8460/Uni-MIS pytorch

Tasks

Intent Detectionslot-fillingSlot FillingSpoken Language Understanding

Similar Papers 제목 키워드 기반

A Streaming End-to-End Framework For Spoken Language Understanding

2021-05-20 · Nihal Potdar, Anderson R. Avila, Chao Xing, Dong Wang 외

End-to-end spoken language understanding (SLU) has recently attracted increasing interest. Compared to the conventional tandem-based approach that combines speech recognition and language understanding as separate module…

Intent DetectionKeyword Spottingspeech-recognitionSpeech Recognition+1

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

Finstreder: Simple and fast Spoken Language Understanding with Finite State Transducers using modern Speech-to-Text models

2022-06-29 · Daniel Bermuth, Alexander Poeppel, Wolfgang Reif

In Spoken Language Understanding (SLU) the task is to extract important information from audio commands, like the intent of what a user wants the system to do and special entities like locations or numbers. This paper pr…

Intent ClassificationSlot FillingSpeech-to-TextSpoken Language Understanding

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

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