CLAIFeb 21, 2023

Mask-guided BERT for Few Shot Text Classification

arXiv:2302.10447v358 citationsh-index: 61
Originality Incremental advance
AI Analysis

This addresses the challenge of data scarcity in NLP for few-shot learning scenarios, though it appears incremental as it builds on existing transformer architectures.

The paper tackles the problem of few-shot text classification by proposing Mask-BERT, a framework that uses selective masking and contrastive learning to improve BERT-based models, achieving competitive results on benchmark datasets.

Transformer-based language models have achieved significant success in various domains. However, the data-intensive nature of the transformer architecture requires much labeled data, which is challenging in low-resource scenarios (i.e., few-shot learning (FSL)). The main challenge of FSL is the difficulty of training robust models on small amounts of samples, which frequently leads to overfitting. Here we present Mask-BERT, a simple and modular framework to help BERT-based architectures tackle FSL. The proposed approach fundamentally differs from existing FSL strategies such as prompt tuning and meta-learning. The core idea is to selectively apply masks on text inputs and filter out irrelevant information, which guides the model to focus on discriminative tokens that influence prediction results. In addition, to make the text representations from different categories more separable and the text representations from the same category more compact, we introduce a contrastive learning loss function. Experimental results on public-domain benchmark datasets demonstrate the effectiveness of Mask-BERT.

Foundations

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

Your Notes