CLMar 13, 2025

Take Off the Training Wheels Progressive In-Context Learning for Effective Alignment

arXiv:2503.09958v124 citationsh-index: 10Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient alignment in complex generation tasks for AI practitioners, offering an incremental improvement over existing ICL methods.

The paper tackles the limitation of In-Context Learning (ICL) in complex generation tasks by proposing Progressive In-Context Alignment (PICA), which reduces time cost by 5.45+ and improves alignment performance by 6.57+ compared to vanilla ICL.

Recent studies have explored the working mechanisms of In-Context Learning (ICL). However, they mainly focus on classification and simple generation tasks, limiting their broader application to more complex generation tasks in practice. To address this gap, we investigate the impact of demonstrations on token representations within the practical alignment tasks. We find that the transformer embeds the task function learned from demonstrations into the separator token representation, which plays an important role in the generation of prior response tokens. Once the prior response tokens are determined, the demonstrations become redundant.Motivated by this finding, we propose an efficient Progressive In-Context Alignment (PICA) method consisting of two stages. In the first few-shot stage, the model generates several prior response tokens via standard ICL while concurrently extracting the ICL vector that stores the task function from the separator token representation. In the following zero-shot stage, this ICL vector guides the model to generate responses without further demonstrations.Extensive experiments demonstrate that our PICA not only surpasses vanilla ICL but also achieves comparable performance to other alignment tuning methods. The proposed training-free method reduces the time cost (e.g., 5.45+) with improved alignment performance (e.g., 6.57+). Consequently, our work highlights the application of ICL for alignment and calls for a deeper understanding of ICL for complex generations. The code will be available at https://github.com/HITsz-TMG/PICA.

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