← Search

Piotr Nawrot

6 accepted papers

2026

Fast and Expressive Multi-Byte Prediction with Probabilistic Circuits

ICML 2026poster

Multi-token prediction (MTP) is a prominent strategy to significantly speed up generation in large language models (LLMs), especially in byte-level LLMs, which are tokeniser-free but prohibitively slow. However, existing MTP methods often sacrifice expressiveness by assuming independence between fut…

Cited by 0SourceScholar
2025

Inference-Time Hyper-Scaling with KV Cache Compression

NeurIPS 2025poster

Inference-time scaling trades efficiency for increased reasoning accuracy by generating longer or more parallel sequences. However, in Transformer LLMs, generation cost is bottlenecked by the size of the key–value (KV) cache, rather than the number of generated tokens. Hence, we explore inference-ti…

Cited by 0SourceScholar
2024

Dynamic Memory Compression: Retrofitting LLMs for Accelerated Inference

ICML 2024poster

Transformers have emerged as the backbone of large language models (LLMs). However, generation remains inefficient due to the need to store in memory a cache of key–value representations for past tokens, whose size scales linearly with the input sequence length and batch size. As a solution, we prop…

2023

Efficient Transformers with Dynamic Token Pooling

ACL 2023long

Transformers achieve unrivalled performance in modelling language, but remain inefficient in terms of memory and time complexity. A possible remedy is to reduce the sequence length in the intermediate layers by pooling fixed-length segments of tokens. Nevertheless, natural units of meaning, such as…

2023

No Train No Gain: Revisiting Efficient Training Algorithms For Transformer-based Language Models

NeurIPS 2023poster

The computation necessary for training Transformer-based language models has skyrocketed in recent years. This trend has motivated research on efficient training algorithms designed to improve training, validation, and downstream performance faster than standard training. In this work, we revisit th…

2022

Hierarchical Transformers Are More Efficient Language Models

NAACL 2022findings

Transformer models yield impressive results on many NLP and sequence modeling tasks. Remarkably, Transformers can handle long sequences, which allows them to produce long coherent outputs: entire paragraphs produced by GPT-3 or well-structured images produced by DALL-E. These large language models a…