← Search

Francesco D'Angelo

6 accepted papers

2025

Selective Induction Heads: How Transformers Select Causal Structures in Context

ICLR 2025poster

Transformers have exhibited exceptional capabilities in sequence modelling tasks, leveraging self-attention and in-context learning. Critical to this success are induction heads, attention circuits that enable copying tokens based on their previous occurrences. In this work, we introduce a novel syn…

Cited by 0SourcePDFScholar
2025

The emergence of sparse attention: impact of data distribution and benefits of repetition

NeurIPS 2025oral

Emergence is a fascinating property of large language models and neural networks more broadly: as models scale and train for longer, they sometimes develop new abilities in sudden ways. Despite initial studies, we still lack a comprehensive understanding of how and when these abilities emerge. To ad…

Cited by 0SourceScholar
2024

Why Do We Need Weight Decay in Modern Deep Learning?

NeurIPS 2024poster

Weight decay is a broadly used technique for training state-of-the-art deep networks from image classification to large language models. Despite its widespread usage and being extensively studied in the classical literature, its role remains poorly understood for deep learning. In this work, we high…

2021

Posterior Meta-Replay for Continual Learning

NeurIPS 2021poster

Learning a sequence of tasks without access to i.i.d. observations is a widely studied form of continual learning (CL) that remains challenging. In principle, Bayesian learning directly applies to this setting, since recursive and one-off Bayesian updates yield the same result. In practice, however,…