Papers › xLSTMTime : Long-term Time Series Forecasting With xLSTM

xLSTMTime : Long-term Time Series Forecasting With xLSTM

14 Jul 2024arXiv:2407.10240archive 2025-07-28

Musleh Alharthi, Ausif Mahmood

In recent years, transformer-based models have gained prominence in multivariate long-term time series forecasting (LTSF), demonstrating significant advancements despite facing challenges such as high computational demands, difficulty in capturing temporal dynamics, and managing long-term dependencies. The emergence of LTSF-Linear, with its straightforward linear architecture, has notably outperformed transformer-based counterparts, prompting a reevaluation of the transformer's utility in time series forecasting. In response, this paper presents an adaptation of a recent architecture termed extended LSTM (xLSTM) for LTSF. xLSTM incorporates exponential gating and a revised memory structure with higher capacity that has good potential for LTSF. Our adopted architecture for LTSF termed as xLSTMTime surpasses current approaches. We compare xLSTMTime's performance against various state-of-the-art models across multiple real-world da-tasets, demonstrating superior forecasting capabilities. Our findings suggest that refined recurrent architectures can offer competitive alternatives to transformer-based models in LTSF tasks, po-tentially redefining the landscape of time series forecasting.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.10240")

Code

Syntology Ran 5 of 19 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

muslehal/xLSTMTime officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 5 ran; 1 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · fixture could not drive it
3ran
14unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from muslehal/xLSTMTime. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_patch muslehal/xLSTMTime/src/callback/patch_mask.py official repository ran fingerprinted MIT (permissive) · a2db40bb3e6c4464 · report
get_grad_norm muslehal/xLSTMTime/utils.py official repository ran · honoured contract MIT (permissive) · eec1e7cba51d5e8e · report
load_checkpoint muslehal/xLSTMTime/utils.py official repository ran MIT (permissive) · 59c3a4f0d92e6970 · report
random_masking muslehal/xLSTMTime/src/callback/patch_mask.py official repository ran fingerprinted MIT (permissive) · bc24ede1061cc50e · report
random_masking_3D muslehal/xLSTMTime/src/callback/patch_mask.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 48b96f362caa9ad1 · report
auto_resume_helper muslehal/xLSTMTime/utils.py official repository unverified MIT (permissive) · 0c32459bef92ff8c · report
build_scheduler muslehal/xLSTMTime/lr_scheduler.py official repository unverified MIT (permissive) · 0fbdf3257aea9bcc · report
default_device muslehal/xLSTMTime/src/basics.py official repository unverified MIT (permissive) · e540fde478fcfbaa · report
flatten_dict muslehal/xLSTMTime/src/utils.py official repository unverified MIT (permissive) · 4ac8e022e2aa0b43 · report
get_available_cuda muslehal/xLSTMTime/src/basics.py official repository unverified MIT (permissive) · 129e9af6b7bc7405 · report
get_device muslehal/xLSTMTime/src/basics.py official repository unverified MIT (permissive) · e9773590d2d18ec2 · report
get_model muslehal/xLSTMTime/src/learner.py official repository unverified MIT (permissive) · 53d79ebc1fd8ae72 · report
join_path_file muslehal/xLSTMTime/src/learner.py official repository unverified MIT (permissive) · 400d8718dacb52b2 · report
mae muslehal/xLSTMTime/src/metrics.py official repository unverified MIT (permissive) · 4d345bf5bfa84ace · report
mse muslehal/xLSTMTime/src/metrics.py official repository unverified MIT (permissive) · 5ef21ce9effc9300 · report
nested_children muslehal/xLSTMTime/src/utils.py official repository unverified MIT (permissive) · b7c5899bb16035d3 · report
rmse muslehal/xLSTMTime/src/metrics.py official repository unverified MIT (permissive) · 1799dcc70885ac60 · report
transfer_weights muslehal/xLSTMTime/src/learner.py official repository unverified MIT (permissive) · 81ff9ec6d6ca9477 · report
unwrap_model muslehal/xLSTMTime/src/utils.py official repository unverified MIT (permissive) · 3cc94cf719642c1f · report

Tasks

Time SeriesTime Series Forecasting

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

LSTMSigmoid ActivationTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections