Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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 powerful forecasting tools accessible to non-experts and increasing the performance when training data are scarce. Most existing zero-shot forecasting approaches rely on transformer architectures, which, despite their success in language, often fall short of expectations in time series forecasting, where recurrent models like LSTMs frequently have the edge. Conversely, while LSTMs are well-suited for time series modeling due to their state-tracking capabilities, they lack strong in-context learning abilities. We introduce TiRex that closes this gap by leveraging xLSTM, an enhanced LSTM with competitive in-context learning skills. Unlike transformers, state-space models, or parallelizable RNNs such as RWKV, TiRex retains state-tracking, a critical property for long-horizon forecasting. To further facilitate its state-tracking ability, we propose a training-time masking strategy called CPM. TiRex sets a new state of the art in zero-shot time series forecasting on the HuggingFace benchmarks GiftEval and Chronos-ZS, outperforming significantly larger models including TabPFN-TS (Prior Labs), Chronos Bolt (Amazon), TimesFM (Google), and Moirai (Salesforce) across both short- and long-term forecasts.

Andreas Auer, Patrick Podest, Daniel Klotz, Sebastian B\"ock, G\"unter Klambauer, Sepp Hochreiter• 2025

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1--
869
Time Series ForecastingETTh2--
796
Time Series ForecastingETTm2--
552
Time Series ForecastingWeather
MSE0.0542
138
Time Series ForecastingETTh2
MSE0.0357
106
Time-series classificationUCI-HAR
Accuracy87.44
88
Time Series ForecastingETTm1
MAE0.365
87
Time Series ForecastingGIFT-Eval (test)
MASE71.6
63
Time-series classificationUEA-27 (test)
EigenWorms Accuracy78.63
39
Time Series ForecastingGIFT-Eval
MASE0.716
37
Showing 10 of 98 rows
...

Other info

Follow for update