Active Few-Shot Learning for Text Classification

📅 2025-02-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address performance instability in few-shot text classification caused by suboptimal support sample selection, this paper proposes an active learning–based instance filtering mechanism tailored for large language models (LLMs), marking the first systematic integration of active learning into support set construction. The method jointly leverages uncertainty estimation, diversity-aware sampling, and LLM-derived embedding similarity metrics to dynamically select high-value instances from an unlabeled data pool, thereby enabling co-optimization of sample selection and model adaptation. Compatible with mainstream LLMs—including GPT, LLaMA, and Qwen—the approach achieves average accuracy improvements of 3.2–7.8 percentage points across five standard text classification benchmarks, significantly outperforming random and heuristic sampling baselines. The implementation is publicly available.

Technology Category

Application Category

📝 Abstract
The rise of Large Language Models (LLMs) has boosted the use of Few-Shot Learning (FSL) methods in natural language processing, achieving acceptable performance even when working with limited training data. The goal of FSL is to effectively utilize a small number of annotated samples in the learning process. However, the performance of FSL suffers when unsuitable support samples are chosen. This problem arises due to the heavy reliance on a limited number of support samples, which hampers consistent performance improvement even when more support samples are added. To address this challenge, we propose an active learning-based instance selection mechanism that identifies effective support instances from the unlabeled pool and can work with different LLMs. Our experiments on five tasks show that our method frequently improves the performance of FSL. We make our implementation available on GitHub.
Problem

Research questions and friction points this paper is trying to address.

Enhance Few-Shot Learning performance
Select effective support instances
Compatible with various LLMs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Active learning-based instance selection
Effective support instances identification
Compatibility with various LLMs
🔎 Similar Papers
No similar papers found.