CLOct 22, 2020

ConVEx: Data-Efficient and Few-Shot Slot Labeling

arXiv:2010.11791v2736 citations
Originality Highly original
AI Analysis

This addresses the challenge of building domain-specific slot labelers with limited data for dialog systems, though it is incremental as it builds on prior pretraining methods.

The paper tackled the problem of data-efficient slot labeling in dialog tasks by proposing ConVEx, a pretraining and fine-tuning approach that achieved state-of-the-art performance, with significant gains in few-shot setups and reduced pretraining times of only 18 hours on 12 GPUs.

We propose ConVEx (Conversational Value Extractor), an efficient pretraining and fine-tuning neural approach for slot-labeling dialog tasks. Instead of relying on more general pretraining objectives from prior work (e.g., language modeling, response selection), ConVEx's pretraining objective, a novel pairwise cloze task using Reddit data, is well aligned with its intended usage on sequence labeling tasks. This enables learning domain-specific slot labelers by simply fine-tuning decoding layers of the pretrained general-purpose sequence labeling model, while the majority of the pretrained model's parameters are kept frozen. We report state-of-the-art performance of ConVEx across a range of diverse domains and data sets for dialog slot-labeling, with the largest gains in the most challenging, few-shot setups. We believe that ConVEx's reduced pretraining times (i.e., only 18 hours on 12 GPUs) and cost, along with its efficient fine-tuning and strong performance, promise wider portability and scalability for data-efficient sequence-labeling tasks in general.

Foundations

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

Your Notes