← Search

Sebastian Böck

5 accepted papers

2026

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

ICML 2026poster

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 d…

Cited by 0SourceScholar
2026

xLSTM Scaling Laws: Competitive Performance with Linear Time-Complexity

ICLR 2026poster

Scaling laws play a central role in the success of Large Language Models (LLMs), enabling the prediction of model performance relative to compute budgets prior to training. While Transformers have been the dominant architecture, recent alternatives such as xLSTM offer linear complexity with respe…

Cited by 0SourcecodeScholar
2025

TiRex: Zero-Shot Forecasting Across Long and Short Horizons with Enhanced In-Context Learning

NeurIPS 2025poster

In-context learning, the ability of large language models to perform tasks using only examples provided in the prompt, has recently been adapted for time series forecasting. This paradigm enables zero-shot prediction, where past values serve as context for forecasting future values, making powerfu…

Cited by 0SourcecodeScholar
2025

xLSTM 7B: A Recurrent LLM for Fast and Efficient Inference

ICML 2025poster

Recent breakthroughs in solving reasoning, math and coding problems with Large Language Models (LLMs) have been enabled by investing substantial computation budgets at inference time. Therefore, inference speed is one of the most critical properties of LLM architectures, and there is a growing need…