CLSep 17, 2021

Semi-Supervised Few-Shot Intent Classification and Slot Filling

arXiv:2109.08754v17 citations
Originality Incremental advance
AI Analysis

This work addresses the scalability issue of data annotation for natural language understanding systems, offering incremental improvements to existing meta-learning pipelines.

The paper tackled the problem of few-shot intent classification and slot filling by enhancing supervised meta-learning with contrastive learning and data augmentation, resulting in consistent outperformance of state-of-the-art methods on SNIPS and ATIS benchmarks.

Intent classification (IC) and slot filling (SF) are two fundamental tasks in modern Natural Language Understanding (NLU) systems. Collecting and annotating large amounts of data to train deep learning models for such systems is not scalable. This problem can be addressed by learning from few examples using fast supervised meta-learning techniques such as prototypical networks. In this work, we systematically investigate how contrastive learning and unsupervised data augmentation methods can benefit these existing supervised meta-learning pipelines for jointly modelled IC/SF tasks. Through extensive experiments across standard IC/SF benchmarks (SNIPS and ATIS), we show that our proposed semi-supervised approaches outperform standard supervised meta-learning methods: contrastive losses in conjunction with prototypical networks consistently outperform the existing state-of-the-art for both IC and SF tasks, while data augmentation strategies primarily improve few-shot IC by a significant margin.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes