CVOct 14, 2024

Improve Meta-learning for Few-Shot Text Classification with All You Can Acquire from the Tasks

arXiv:2410.10454v123 citationsh-index: 15Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in few-shot text classification for researchers and practitioners, offering a resource-efficient solution without external data.

The paper tackles the problem of inaccurate class prototypes in meta-learning for few-shot text classification by leveraging task-internal information to reduce intra-class differences and magnify inter-class differences, achieving state-of-the-art performance across eight benchmark datasets.

Meta-learning has emerged as a prominent technology for few-shot text classification and has achieved promising performance. However, existing methods often encounter difficulties in drawing accurate class prototypes from support set samples, primarily due to probable large intra-class differences and small inter-class differences within the task. Recent approaches attempt to incorporate external knowledge or pre-trained language models to augment data, but this requires additional resources and thus does not suit many few-shot scenarios. In this paper, we propose a novel solution to address this issue by adequately leveraging the information within the task itself. Specifically, we utilize label information to construct a task-adaptive metric space, thereby adaptively reducing the intra-class differences and magnifying the inter-class differences. We further employ the optimal transport technique to estimate class prototypes with query set samples together, mitigating the problem of inaccurate and ambiguous support set samples caused by large intra-class differences. We conduct extensive experiments on eight benchmark datasets, and our approach shows obvious advantages over state-of-the-art models across all the tasks on all the datasets. For reproducibility, all the datasets and codes are available at https://github.com/YvoGao/LAQDA.

Code Implementations1 repo
Foundations

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

Your Notes