paper-with-me

홈 › Papers

Beyond Induction Heads: In-Context Meta Learning Induces Multi-Phase Circuit Emergence

2025-05-22 · Gouki Minegishi, Hiroki Furuta, Shohei Taniguchi, Yusuke Iwasawa, Yutaka Matsuo

Transformer-based language models exhibit In-Context Learning (ICL), where predictions are made adaptively based on context. While prior work links induction heads to ICL through a sudden jump in accuracy, this can only account for ICL when the answer is included within the context. However, an important property of practical ICL in large language models is the ability to meta-learn how to solve tasks from context, rather than just copying answers from context; how such an ability is obtained during training is largely unexplored. In this paper, we experimentally clarify how such meta-learning ability is acquired by analyzing the dynamics of the model's circuit during training. Specifically, we extend the copy task from previous research into an In-Context Meta Learning setting, where models must infer a task from examples to answer queries. Interestingly, in this setting, we find that there are multiple phases in the process of acquiring such abilities, and that a unique circuit emerges in each phase, contrasting with the single-phases change in induction heads. The emergence of such circuits can be related to several phenomena known in large language models, and our analysis lead to a deeper understanding of the source of the transformer's ICL ability.

📄 PDF Abstract BibTeX arXiv:2505.16694

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningMeta-Learning

Similar Papers 제목 키워드 기반

Induction Heads Interpolate N-Grams

2026-07-02 · Francesco D'Angelo, Oguz Kaan Yuksel, Swathi Shree Narashiman, Nicolas Flammarion arxiv

Induction heads are attention circuits believed to underlie in-context learning in transformers, yet a precise characterization of the estimators they implement remains elusive. We study transformers trained on order-$k$…

The Dual-Route Model of Induction

2025-04-03 · Sheridan Feucht, Eric Todd, Byron Wallace, David Bau

Prior work on in-context copying has shown the existence of induction heads, which attend to and promote individual tokens during copying. In this work we introduce a new type of induction head: concept-level induction h…

In-Context Learningmodel

Induction in Both Directions: A Mechanistic Analysis of In-Context Learning in Masked Diffusion Language Models

2026-07-17 · Andy Catruna, Emilian Radoi arxiv

While the internal mechanisms of autoregressive (AR) transformers have been studied extensively, much less is known about diffusion language models (DLMs), an emerging alternative that generates text by iterative denoisi…

In-Context Learning Without Copying

2025-11-07 · Kerem Sahin, Sheridan Feucht, Adam Belfki, Jannik Brinkmann 외 arxiv

Induction heads are attention heads that perform inductive copying by matching patterns from earlier context and copying their continuations verbatim. As models develop induction heads, they experience a sharp drop in tr…

In-context Learning and Induction Heads

2022-09-24 · Catherine Olsson, Nelson Elhage, Neel Nanda, Nicholas Joseph 외

"Induction heads" are attention heads that implement a simple algorithm to complete token sequences like [A][B] ... [A] -> [B]. In this work, we present preliminary and indirect evidence for a hypothesis that induction h…

In-Context Learning