← Search

Llion Jones

5 accepted papers

2026

Sparser, Faster, Lighter Transformer Language Models

ICML 2026poster

Scaling autoregressive large language models (LLMs) has had an unprecedented impact, but at vast computational costs. In this work, we tackle these costs by leveraging unstructured sparsity within an LLM's feedforward layers, which account for the majority of its parameters and execution FLOPs. To a…

Cited by 0SourceScholar
2025

Continuous Thought Machines

NeurIPS 2025spotlight

Biological brains demonstrate complex neural activity, where neural dynamics are critical to how brains process information. Most artificial neural networks ignore the complexity of individual neurons. We challenge that paradigm. By incorporating neuron-level processing and synchronization, we reint…

Cited by 0SourcecodeScholar
2017

Attention is All you Need

NeurIPS 2017spotlight

The dominant sequence transduction models are based on complex recurrent orconvolutional neural networks in an encoder and decoder configuration. The best performing such models also connect the encoder and decoder through an attentionm echanisms. We propose a novel, simple network architecture bas…