paper-with-me

Papers

MAPLE: Many-Shot Adaptive Pseudo-Labeling for In-Context Learning

2025-05-22 · Zihan Chen, Song Wang, Zhen Tan, Jundong Li, Cong Shen

In-Context Learning (ICL) empowers Large Language Models (LLMs) to tackle diverse tasks by incorporating multiple input-output examples, known as demonstrations, into the input of LLMs. More recently, advancements in the expanded context windows of LLMs have led to many-shot ICL, which uses hundreds of demonstrations and outperforms few-shot ICL, which relies on fewer examples. However, this approach is often hindered by the high cost of obtaining large amounts of labeled data. To address this challenge, we propose Many-Shot Adaptive Pseudo-LabEling, namely MAPLE, a novel influence-based many-shot ICL framework that utilizes pseudo-labeled samples to compensate for the lack of label information. We first identify a subset of impactful unlabeled samples and perform pseudo-labeling on them by querying LLMs. These pseudo-labeled samples are then adaptively selected and tailored to each test query as input to improve the performance of many-shot ICL, without significant labeling costs. Extensive experiments on real-world datasets demonstrate the effectiveness of our framework, showcasing its ability to enhance LLM adaptability and performance with limited labeled data.

📄 PDF Abstract BibTeX arXiv:2505.16225

Code (1)

chen-1031/maple_icl 공식 구현

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

MAPLE: Masked Pseudo-Labeling autoEncoder for Semi-supervised Point Cloud Action Recognition

2022-09-01 · Xiaodong Chen, Wu Liu, Xinchen Liu, Yongdong Zhang 외

Recognizing human actions from point cloud videos has attracted tremendous attention from both academia and industry due to its wide applications like automatic driving, robotics, and so on. However, current methods for …

Action Recognition

APP: Adaptive Prototypical Pseudo-Labeling for Few-shot OOD Detection

2023-10-20 · Pei Wang, Keqing He, Yutao Mou, Xiaoshuai Song 외

Detecting out-of-domain (OOD) intents from user queries is essential for a task-oriented dialogue system. Previous OOD detection studies generally work on the assumption that plenty of labeled IND intents exist. In this …

Task-Adaptive Pseudo Labeling for Transductive Meta-Learning

2023-04-21 · Sanghyuk Lee, SeungHyun Lee, Byung Cheol Song

Meta-learning performs adaptation through a limited amount of support set, which may cause a sample bias problem. To solve this problem, transductive meta-learning is getting more and more attention, going beyond the con…

Inductive LearningMeta-Learning

MAPLE: Multi-Path Adaptive Propagation with Level-Aware Embeddings for Hierarchical Multi-Label Image Classification

2026-03-31 · Boshko Koloski, Marjan Stoimchev, Jurica Levatić, Dragi Kocev 외 arxiv

Hierarchical multi-label classification (HMLC) is essential for modeling structured label dependencies in remote sensing. Yet existing approaches struggle in multi-path settings, where images may activate multiple taxono…

Hierarchical Multi-label ClassificationMulti-Label Image Classification

Adaptive Self-training for Neural Sequence Labeling with Few Labels

2021-01-01 · Yaqing Wang, Subhabrata Mukherjee, Haoda Chu, Yuancheng Tu 외

Neural sequence labeling is an important technique employed for many Natural Language Processing (NLP) tasks, such as Named Entity Recognition (NER), slot tagging for dialog systems and semantic parsing. Large-scale pre-…

Meta-Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2