paper-with-me

홈 › Papers

Learning to Classify Intents and Slot Labels Given a Handful of Examples

2020-04-22 · WS 2020 7 · Jason Krone, Yi Zhang, Mona Diab

Intent classification (IC) and slot filling (SF) are core components in most goal-oriented dialogue systems. Current IC/SF models perform poorly when the number of training examples per class is small. We propose a new few-shot learning task, few-shot IC/SF, to study and improve the performance of IC and SF models on classes not seen at training time in ultra low resource scenarios. We establish a few-shot IC/SF benchmark by defining few-shot splits for three public IC/SF datasets, ATIS, TOP, and Snips. We show that two popular few-shot learning algorithms, model agnostic meta learning (MAML) and prototypical networks, outperform a fine-tuning baseline on this benchmark. Prototypical networks achieves significant gains in IC performance on the ATIS and TOP datasets, while both prototypical networks and MAML outperform the baseline with respect to SF on all three datasets. In addition, we demonstrate that joint training as well as the use of pre-trained language models, ELMo and BERT in our case, are complementary to these few-shot learning methods and yield further gains.

📄 PDF Abstract BibTeX arXiv:2004.10793

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningGoal-Oriented Dialogue Systemsintent-classificationIntent ClassificationMeta-Learningslot-fillingSlot Filling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
MAML 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

MISCA: A Joint Model for Multiple Intent Detection and Slot Filling with Intent-Slot Co-Attention

2023-12-10 · Thinh Pham, Chi Tran, Dat Quoc Nguyen

The research study of detecting multiple intents and filling slots is becoming more popular because of its relevance to complicated real-world situations. Recent advanced approaches, which are joint models based on graph…

graph constructionIntent DetectionSemantic Frame Parsingslot-filling+1

Joint Multiple Intent Detection and Slot Labeling for Goal-Oriented Dialog

2019-06-01 · NAACL 2019 6 · Rashmi Gangadharaiah, Balakrishnan Narayanaswamy

Neural network models have recently gained traction for sentence-level intent classification and token-based slot-label identification. In many real-world scenarios, users have multiple intents in the same utterance, and…

General ClassificationGoal-Oriented Dialogintent-classificationIntent Classification+4

Towards Zero-Shot Frame Semantic Parsing with Task Agnostic Ontologies and Simple Labels

2023-05-05 · Danilo Ribeiro, Omid Abdar, Jack Goetz, Mike Ross 외

Frame semantic parsing is an important component of task-oriented dialogue systems. Current models rely on a significant amount training data to successfully identify the intent and slots in the user's input utterance. T…

Semantic ParsingSentenceTask-Oriented Dialogue Systems

Identifying Domain Independent Update Intents in Task Based Dialogs

2018-07-01 · WS 2018 7 · Prakhar Biyani, Cem Akkaya, Kostas Tsioutsiouliklis

One important problem in task-based conversations is that of effectively updating the belief estimates of user-mentioned slot-value pairs. Given a user utterance, the intent of a slot-value pair is captured using dialog …

General ClassificationMulti-class ClassificationSpoken Language UnderstandingVocal Bursts Type Prediction

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