CLSep 29, 2025

Task Vectors, Learned Not Extracted: Performance Gains and Mechanistic Insight

arXiv:2509.24169v1h-index: 4
Originality Incremental advance
AI Analysis

This work offers a practical and interpretable method for enhancing in-context learning in LLMs, with incremental improvements in task vector extraction and mechanistic analysis.

The paper tackled the problem of understanding and improving task vectors in large language models for in-context learning by proposing learned task vectors that outperform extracted ones in accuracy and flexibility, and provided mechanistic insights showing they influence predictions through attention-head circuits and linear propagation.

Large Language Models (LLMs) can perform new tasks from in-context demonstrations, a phenomenon known as in-context learning (ICL). Recent work suggests that these demonstrations are compressed into task vectors (TVs), compact task representations that LLMs exploit for predictions. However, prior studies typically extract TVs from model outputs or hidden states using cumbersome and opaque methods, and they rarely elucidate the mechanisms by which TVs influence computation. In this work, we address both limitations. First, we propose directly training Learned Task Vectors (LTVs), which surpass extracted TVs in accuracy and exhibit superior flexibility-acting effectively at arbitrary layers, positions, and even with ICL prompts. Second, through systematic analysis, we investigate the mechanistic role of TVs, showing that at the low level they steer predictions primarily through attention-head OV circuits, with a small subset of "key heads" most decisive. At a higher level, we find that despite Transformer nonlinearities, TV propagation is largely linear: early TVs are rotated toward task-relevant subspaces to improve logits of relevant labels, while later TVs are predominantly scaled in magnitude. Taken together, LTVs not only provide a practical approach for obtaining effective TVs but also offer a principled lens into the mechanistic foundations of ICL.

Foundations

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

Your Notes