CLLGJul 21, 2025

Learning without training: The implicit dynamics of in-context learning

arXiv:2507.16003v138 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a fundamental unknown in AI about in-context learning mechanisms, but it is incremental as it builds on existing transformer architectures.

The paper tackles the problem of understanding how large language models (LLMs) learn in-context without weight updates, showing that a transformer block can implicitly modify MLP layer weights based on context, with theoretical and experimental evidence supporting this mechanism.

One of the most striking features of Large Language Models (LLM) is their ability to learn in context. Namely at inference time an LLM is able to learn new patterns without any additional weight update when these patterns are presented in the form of examples in the prompt, even if these patterns were not seen during training. The mechanisms through which this can happen are still largely unknown. In this work, we show that the stacking of a self-attention layer with an MLP, allows the transformer block to implicitly modify the weights of the MLP layer according to the context. We argue through theory and experimentation that this simple mechanism may be the reason why LLMs can learn in context and not only during training. Specifically, we show under mild simplifying assumptions how a transformer block implicitly transforms a context into a low-rank weight-update of the MLP layer.

Foundations

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

Your Notes