Label Words as Local Task Vectors in In-Context Learning
Bowen Zheng, Ming Ma, Zhongqiao Lin, Tianming Yang
TL;DR
This work reframes in-context learning in large language models from a single global task vector to a distributed, demonstration-specific mechanism of local task vectors, with per-demo answer-position tokens carrying critical task information. It shows that local task vectors can be patched into dummy inputs to achieve near-shot performance, especially in categorization tasks where global vectors fail, while knowledge tasks may still benefit from a convergent global representation in deeper layers. The study employs saliency analyses and demixed PCA to demonstrate the localization of information and its layerwise aggregation, revealing a nuanced, task-dependent information-aggregation process in ICL. These findings provide a mechanistic, layer-aware account of how demonstrations guide LLM behavior and clarify when global versus local representations emerge.
Abstract
Large Language Models (LLMs) have demonstrated remarkable abilities, one of the most important being in-context learning (ICL). With ICL, LLMs can derive the underlying rule from a few demonstrations and provide answers that comply with the rule. Previous work hypothesized that the network creates a task vector in specific positions during ICL. The task vector can be computed by averaging across the dataset. It conveys the overall task information and can thus be considered global. Patching the global task vector allows LLMs to achieve zero-shot performance with dummy inputs comparable to few-shot learning. However, we find that such a global task vector does not exist in all tasks, especially in tasks that rely on rules that can only be inferred from multiple demonstrations, such as categorization tasks. Instead, the information provided by each demonstration is first transmitted to its answer position and forms a local task vector associated with the demonstration. In some tasks but not in categorization tasks, all demonstrations' local task vectors converge in later layers, forming the global task vector. We further show that local task vectors encode a high-level abstraction of rules extracted from the demonstrations. Our study provides novel insights into the mechanism underlying ICL in LLMs, demonstrating how ICL may be achieved through an information aggregation mechanism.
