Papers › SynTSBench: Rethinking Temporal Pattern Learning in Deep Learning Models for Time Series

SynTSBench: Rethinking Temporal Pattern Learning in Deep Learning Models for Time Series

23 Oct 2025NeurIPSarXiv:2510.20273added by Syntology

Qitai Tan, Yiyun Chen, Mo Li, Ruiwen Gu, Yilin Su, Xiao-Ping Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Recent advances in deep learning have driven rapid progress in time series forecasting, yet many state-of-the-art models continue to struggle with robust performance in real-world applications, even when they achieve strong results on standard benchmark datasets. This persistent gap can be attributed to the black-box nature of deep learning architectures and the inherent limitations of current evaluation frameworks, which frequently lack the capacity to provide clear, quantitative insights into the specific strengths and weaknesses of different models, thereby complicating the selection of appropriate models for particular forecasting scenarios. To address these issues, we propose a synthetic data-driven evaluation paradigm, SynTSBench, that systematically assesses fundamental modeling capabilities of time series forecasting models through programmable feature configuration. Our framework isolates confounding factors and establishes an interpretable evaluation system with three core analytical dimensions: (1) temporal feature decomposition and capability mapping, which enables systematic evaluation of model capacities to learn specific pattern types; (2) robustness analysis under data irregularities, which quantifies noise tolerance thresholds and anomaly recovery capabilities; and (3) theoretical optimum benchmarking, which establishes performance boundaries for each pattern type-enabling direct comparison between model predictions and mathematical optima. Our experiments show that current deep learning models do not universally approach optimal baselines across all types of temporal features.The code is available at https://github.com/TanQitai/SynTSBench

PaperPDFCode 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="2510.20273")

Code

Syntology Ran 7 of 23 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 23 samples from 2 repositories, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TanQitai/SynTSBench found in paper text by Syntology report
Time-MoE/Time-MoE found in paper text by Syntology report
SalesforceAIResearch/uni2ts found in paper text by SyntologyApache-2.0 report

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

23 samples harvested; 7 ran; 1 honoured the contract we drafted; 16 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 · our draft was wrong
2ran · fixture could not drive it
3ran
16unverified

Licence: 10 of the 23 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

conv1d_fft TanQitai/SynTSBench/layers/ETSformer_EncDec.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2af0df7394e58e06 · report
get_frequency_modes TanQitai/SynTSBench/layers/FourierCorrelation.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 592ea8b254b006db · report
get_phi_psi TanQitai/SynTSBench/layers/MultiWaveletCorrelation.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f32036738135c8a8 · report
legendreDer TanQitai/SynTSBench/layers/MultiWaveletCorrelation.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 4ef26472da51e3aa · report
mypad TanQitai/SynTSBench/layers/DWT_Decomposition.py found in paper text by Syntology ran no licence file found · pointer only · 9b32a3bb18b1cafe · report
phi_ TanQitai/SynTSBench/layers/MultiWaveletCorrelation.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · a54c8c5c47c6a8b8 · report
roll TanQitai/SynTSBench/layers/DWT_Decomposition.py found in paper text by Syntology ran no licence file found · pointer only · d80521898a085cf9 · report
afb1d TanQitai/SynTSBench/layers/DWT_Decomposition.py found in paper text by Syntology unverified no licence file found · pointer only · ad2e64da88e41c13 · report
beta_binomial_sampler SalesforceAIResearch/uni2ts/src/uni2ts/common/sampler.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dd639b004340cd07 · report
binomial_sampler SalesforceAIResearch/uni2ts/src/uni2ts/common/sampler.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e56544092cf931bd · report
convert_to_container SalesforceAIResearch/uni2ts/src/uni2ts/distribution/_base.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5eec453ad4817229 · report
convert_to_module SalesforceAIResearch/uni2ts/src/uni2ts/distribution/_base.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 654eb783e0d83910 · report
get_mask TanQitai/SynTSBench/layers/Pyraformer_EncDec.py found in paper text by Syntology unverified no licence file found · pointer only · fd61ceb881a058a2 · report
get_path_var SalesforceAIResearch/uni2ts/src/uni2ts/common/env.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bcafdb774fca0219 · report
mask_fill SalesforceAIResearch/uni2ts/src/uni2ts/common/torch_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3918737cb9502b15 · report
packed_attention_mask SalesforceAIResearch/uni2ts/src/uni2ts/common/torch_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9411bf15db0f1fa2 · report
packed_causal_attention_mask SalesforceAIResearch/uni2ts/src/uni2ts/common/torch_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8f26dc1cdb5ca24e · report
refer_points TanQitai/SynTSBench/layers/Pyraformer_EncDec.py found in paper text by Syntology unverified no licence file found · pointer only · 05bdfb126191dbb0 · report
register_resolver SalesforceAIResearch/uni2ts/src/uni2ts/common/hydra_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 28ebfb3011b4bfaf · report
resolve_as_tuple SalesforceAIResearch/uni2ts/src/uni2ts/common/hydra_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 568a5b54144b7946 · report
resolve_cls_getattr SalesforceAIResearch/uni2ts/src/uni2ts/common/hydra_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 603ae909b9308e4e · report
tree_map_multi SalesforceAIResearch/uni2ts/src/uni2ts/distribution/_base.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fa3ea93fdf7ea89a · report
uniform_sampler SalesforceAIResearch/uni2ts/src/uni2ts/common/sampler.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 47a7fdcc8c3ab2d0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.20273, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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