How Data Mixing Shapes In-Context Learning: Asymptotic Equivalence for Transformers with MLPs
Samet Demir, Zafer Dogan
TL;DR
This paper investigates in-context learning (ICL) in pretrained Transformers that include nonlinear MLP heads, under high-dimensional conditions with multiple heterogeneous data sources. It shows that a Transformer with linear attention and a two-layer nonlinear MLP head—trained via a single gradient step on the first layer and fully on the second—becomes asymptotically equivalent, in terms of ICL error, to a finite-degree polynomial predictor, leveraging Gaussian universality and Hermite expansions. The authors demonstrate that nonlinear MLPs significantly enhance ICL on nonlinear tasks and reveal how data mixing, structured covariances, and low target noise define high-quality data sources that enable feature learning. Empirical results across synthetic and real-world distributions, including multilingual sentiment analysis, confirm the theory and illustrate practical implications for designing data mixtures and architectures to optimize ICL. Overall, the work provides a rigorous bridge between neural architecture, data distribution, and ICL performance with concrete guidance for real-world use cases.
Abstract
Pretrained Transformers demonstrate remarkable in-context learning (ICL) capabilities, enabling them to adapt to new tasks from demonstrations without parameter updates. However, theoretical studies often rely on simplified architectures (e.g., omitting MLPs), data models (e.g., linear regression with isotropic inputs), and single-source training, limiting their relevance to realistic settings. In this work, we study ICL in pretrained Transformers with nonlinear MLP heads on nonlinear tasks drawn from multiple data sources with heterogeneous input, task, and noise distributions. We analyze a model where the MLP comprises two layers, with the first layer trained via a single gradient step and the second layer fully optimized. Under high-dimensional asymptotics, we prove that such models are equivalent in ICL error to structured polynomial predictors, leveraging results from the theory of Gaussian universality and orthogonal polynomials. This equivalence reveals that nonlinear MLPs meaningfully enhance ICL performance, particularly on nonlinear tasks, compared to linear baselines. It also enables a precise analysis of data mixing effects: we identify key properties of high-quality data sources (low noise, structured covariances) and show that feature learning emerges only when the task covariance exhibits sufficient structure. These results are validated empirically across various activation functions, model sizes, and data distributions. Finally, we experiment with a real-world scenario involving multilingual sentiment analysis where each language is treated as a different source. Our experimental results for this case exemplify how our findings extend to real-world cases. Overall, our work advances the theoretical foundations of ICL in Transformers and provides actionable insight into the role of architecture and data in ICL.
