paper-with-me

Papers

Enhancing Joint Multiple Intent Detection and Slot Filling with Global Intent-Slot Co-occurrence

2022-12-01 · Conference on Empirical Methods in Natural Language Processing 2022 12 · Mengxiao Song, Bowen Yu, Li Quangang, Wang Yubin, Tingwen Liu, Hongbo Xu

Multi-intent detection and slot filling joint model attracts more and more attention since it can handle multi-intent utterances, which is closer to complex real-world scenarios. Most existing joint models rely entirely on the training procedure to obtain the implicit correlation between intents and slots. However, they ignore the fact that leveraging the rich global knowledge in the corpus can determine the intuitive and explicit correlation between intents and slots. In this paper, we aim to make full use of the statistical co-occurrence frequency between intents and slots as prior knowledge to enhance joint multiple intent detection and slot filling. To be specific, an intent-slot co-occurrence graph is constructed based on the entire training corpus to globally discover correlation between intents and slots. Based on the global intent-slot co-occurrence, we propose a novel graph neural network to model the interaction between the two subtasks. Experimental results on two public multi-intent datasets demonstrate that our approach outperforms the state-of-the-art models.

📄 PDF Abstract BibTeX

Code (1)

smxiao/GISCo pytorch

Tasks

Graph Neural NetworkIntent DetectionSemantic Frame Parsingslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

Enhancing Slot Tagging with Intent Features for Task Oriented Natural Language Understanding using BERT

2022-05-19 · Shruthi Hariharan, Vignesh Kumar Krishnamurthy, Utkarsh, Jayantha Gowda Sarapanahalli

Recent joint intent detection and slot tagging models have seen improved performance when compared to individual models. In many real-world datasets, the slot labels and values have a strong correlation with their intent…

Intent DetectionNatural Language Understanding

SLIM: Explicit Slot-Intent Mapping with BERT for Joint Multi-Intent Detection and Slot Filling

2021-08-26 · Fengyu Cai, Wanhao Zhou, Fei Mi, Boi Faltings

Utterance-level intent detection and token-level slot filling are two key tasks for natural language understanding (NLU) in task-oriented systems. Most existing approaches assume that only a single intent exists in an ut…

Intent DetectionNatural Language UnderstandingSemantic Frame Parsingslot-filling+1

GL-GIN: Fast and Accurate Non-Autoregressive Model for Joint Multiple Intent Detection and Slot Filling

2021-06-03 · ACL 2021 5 · Libo Qin, Fuxuan Wei, Tianbao Xie, Xiao Xu 외

Multi-intent SLU can handle multiple intents in an utterance, which has attracted increasing attention. However, the state-of-the-art joint models heavily rely on autoregressive approaches, resulting in two issues: slow …

Intent DetectionSemantic Frame Parsingslot-fillingSlot Filling

Joint Multiple Intent Detection and Slot Filling via Self-distillation

2021-08-18 · Lisong Chen, Peilin Zhou, Yuexian Zou

Intent detection and slot filling are two main tasks in natural language understanding (NLU) for identifying users' needs from their utterances. These two tasks are highly related and often trained jointly. However, most…

DecoderIntent DetectionMultiple Instance LearningNatural Language Understanding+2

Joint Intent Detection and Slot Filling with Wheel-Graph Attention Networks

2021-02-09 · Pengfei Wei, Bi Zeng, Wenxiong Liao

Intent detection and slot filling are two fundamental tasks for building a spoken language understanding (SLU) system. Multiple deep learning-based joint models have demonstrated excellent results on the two tasks. In th…

Graph AttentionIntent Detectionslot-fillingSlot Filling+1