AIAug 26, 2021

MCML: A Novel Memory-based Contrastive Meta-Learning Method for Few Shot Slot Tagging

arXiv:2108.11635v3127 citations
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in few-shot learning for NLP tasks like slot tagging, offering incremental improvements over existing meta-learning approaches.

The paper tackles the sample forgetting issue in few-shot slot tagging by proposing MCML, a memory-based contrastive meta-learning method, which outperforms state-of-the-art methods on SNIPS and NER datasets and shows consistent improvement with more shots.

Meta-learning is widely used for few-shot slot tagging in task of few-shot learning. The performance of existing methods is, however, seriously affected by \textit{sample forgetting issue}, where the model forgets the historically learned meta-training tasks while solely relying on support sets when adapting to new tasks. To overcome this predicament, we propose the \textbf{M}emory-based \textbf{C}ontrastive \textbf{M}eta-\textbf{L}earning (aka, MCML) method, including \textit{learn-from-the-memory} and \textit{adaption-from-the-memory} modules, which bridge the distribution gap between training episodes and between training and testing respectively. Specifically, the former uses an explicit memory bank to keep track of the label representations of previously trained episodes, with a contrastive constraint between the label representations in the current episode with the historical ones stored in the memory. In addition, the \emph{adaption-from-memory} mechanism is introduced to learn more accurate and robust representations based on the shift between the same labels embedded in the testing episodes and memory. Experimental results show that the MCML outperforms several state-of-the-art methods on both SNIPS and NER datasets and demonstrates strong scalability with consistent improvement when the number of shots gets greater.

Foundations

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

Your Notes