collaborators

7 papers

cs.AI2026

Can Scale Save Us From Plasticity Loss in Large Language Models?

J. Fernando Hernandez-Garcia, Tomás Figliolia, Beren Millidge

The loss of plasticity - the ability of a network to learn new information after having already learned older information - is a fundamental challenge in creating artificial neural…

cs.LG2026

Scaling Adaptive Depth with Norm-Agnostic Residual Networks

Tomás Figliolia, Beren Millidge

Residual architectures are ubiquitous in deep learning, but they suffer from a subtle structural limitation: the norm of the residual stream can grow rapidly with depth. As a resul…

cs.LG2026

Online Vector Quantized Attention

Nick Alonso, Tomas Figliolia, Beren Millidge

Standard sequence mixing layers used in language models struggle to balance efficiency and performance. Self-attention performs well on long context tasks but has expensive quadrat…

cs.AI2026

ZAYA1-8B Technical Report

Robert Washbourne, Rishi Iyer, Tomas Figliolia +15

We present ZAYA1-8B, a reasoning-focused mixture-of-experts (MoE) model with 700M active and 8B total parameters, built on Zyphra's MoE++ architecture. ZAYA1-8B's core pretraining,…

cs.LG2026

Hybrid Associative Memories

Leon Lufkin, Tomás Figliolia, Beren Millidge +1

Recurrent neural networks (RNNs) and self-attention are both widely used sequence-mixing layers that maintain an internal memory. However, this memory is constructed using two orth…

cs.CL2026

Compressed Convolutional Attention: Efficient Attention in a Compressed Latent Space

Tomas Figliolia, Nicholas Alonso, Rishi Iyer +2

Multi-headed Attention's (MHA) quadratic compute and linearly growing KV-cache make long-context transformers expensive to train and serve. Prior works such as Grouped Query Attent…