ICML 2026poster0 citations

xLSTM Distillation: Achieving Teacher-Student Parity Through Efficient Hybrid Architectures

Lukas Hauzenberger, Niklas Schmidinger, Thomas Schmied, Anamaria-Roberta Hartl, David Stap, Pieter-Jan Hoedt, Sebastian Böck, Günter Klambauer

Abstract

There have been numerous attempts to distill quadratic attention-based LLMs into sub-quadratic linearized architectures. However, despite extensive research, such distilled models often fail to match the performance of their teacher LLMs on various downstream tasks. We set out the goal of lossless distillation, which we define in terms of tolerance-corrected Win-and-Tie rates between student and teacher on sets of tasks. We propose an additional merging stage, where individually linearized experts are combined into a single model. We show the effectiveness of this pipeline by distilling base and instruction-tuned models from the Llama, Qwen, and Olmo families. In many settings, our xLSTM-based students recover most of the teacher's performance, and even exceed it on some downstream tasks. Our contributions are an important step towards more energy-efficient and cost-effective replacements for transformer-based LLMs.

LLMTransformer
BibTeX
@inproceedings{
hauzenberger2026effective,
title={Effective Distillation to Hybrid x{LSTM} Architectures},
author={Lukas Hauzenberger and Niklas Schmidinger and Thomas Schmied and Anamaria-Roberta Hartl and David Stap and Pieter-Jan Hoedt and Sebastian B{\"o}ck and G{\"u}nter Klambauer and Sepp Hochreiter},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=kj9wufh0EI}
}