ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
… in-context learning becomes inefficient and computational expensive. In this paper, we show how standard in-context learning … -only alternative to in-context learning. The goal of ICV is …
In-context learning (ICL) has become a cornerstone of large language model (LLM) usage, allowing models to adapt to new tasks without fine-tuning. However, ICL is notoriously inefficient: it consumes significant context window space and computational resources, especially when many demonstrations are needed. This paper addresses a critical pain point by proposing In-context Vectors (ICV), a method that distills the essence of demonstrations into a single vector in latent space. This vector can then be used to steer the model's behavior during generation, offering a more efficient and controllable alternative to standard ICL.
The significance of this work lies in its potential to decouple the 'instruction' from the 'context'. Instead of repeatedly processing long demonstration sequences, the model can be guided by a compact representation. This not only reduces computational overhead but also opens up new possibilities for fine-grained control over model outputs. By manipulating the in-context vector, users could adjust the style, tone, or factual focus of the response without rewriting prompts. This aligns with a broader trend in AI research toward interpretable and steerable models, moving beyond black-box prompting.
While the abstract is truncated, the paper claims that ICV makes in-context learning 'more effective and controllable'. The key results likely include:
Specific numbers are not available in the abstract, but the qualitative claims suggest a strong practical benefit.
This work contributes to the growing field of model interpretability and control. By providing a simple, training-free method to steer LLMs, it could democratize access to fine-grained control for practitioners who cannot afford fine-tuning. It also bridges the gap between prompt engineering and mechanistic interpretability, offering a more principled way to influence model behavior. Future research might explore combining ICV with other steering techniques, or using it for multi-task learning by storing and reusing vectors. The potential to reduce the computational cost of ICL could also have environmental benefits, making LLM deployment more sustainable.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba