Papers › How Patterns Dictate Learnability in Sequential Data

How Patterns Dictate Learnability in Sequential Data

12 Oct 2025NeurIPSarXiv:2510.10744added by Syntology

Mario Morawski, Anais Despres, Rémi Rehm

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

Sequential data - ranging from financial time series to natural language - has driven the growing adoption of autoregressive models. However, these algorithms rely on the presence of underlying patterns in the data, and their identification often depends heavily on human expertise. Misinterpreting these patterns can lead to model misspecification, resulting in increased generalization error and degraded performance. The recently proposed evolving pattern (EvoRate) metric addresses this by using the mutual information between the next data point and its past to guide regression order estimation and feature selection. Building on this idea, we introduce a general framework based on predictive information, defined as the mutual information between the past and the future, I(Xₚₐₛₜ; X_(future)). This quantity naturally defines an information-theoretic learning curve, which quantifies the amount of predictive information available as the observation window grows. Using this formalism, we show that the presence or absence of temporal patterns fundamentally constrains the learnability of sequential models: even an optimal predictor cannot outperform the intrinsic information limit imposed by the data. We validate our framework through experiments on synthetic data, demonstrating its ability to assess model adequacy, quantify the inherent complexity of a dataset, and reveal interpretable structure in sequential data.

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.10744")

Code

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

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

EkMeasurable/Learnability_Ipred found in paper text by Syntology 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

18 samples harvested; 15 ran; 2 honoured the contract we drafted; 3 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.

2ran · honoured contract
6ran · our draft was wrong
2ran · fixture could not drive it
5ran
3unverified

Licence: 18 of the 18 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 EkMeasurable/Learnability_Ipred. “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.

ConcatCritic EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · d4d652d2521dfbea · report
ConcatCriticEvoRate EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · c4c91b48037c71ee · report
SeparableCritic EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b19429a68655c5d8 · report
SeparableCriticEvoRate EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 1ded80bbec1351d8 · report
SequentialCritic EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 3308c287ade90996 · report
dv_upper_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · dd56e350a2d3477c · report
infonce_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5911f0006ebe6086 · report
js_fgan_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 37eb3bea0fdbee13 · report
logmeanexp_nodiag EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d546a7369ad32436 · report
mlp EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · de9c360366d3ff62 · report
nwj_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9d1d43723cf0f610 · report
sample_context_future EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 2feb8b45c9eadc36 · report
smile_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 4f5b589e57b6b36d · report
tuba_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 3ce2c20959f7d855 · report
weighted_logmeanexp_nodiag EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a20932b99038602f · report
SyntheticDataGenerator EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology unverified no licence file found · pointer only · 28ba8a6b6d65807f · report
evoPredEstimator EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology unverified no licence file found · pointer only · 880ce7fde9e9a9f4 · report
js_lower_bound EkMeasurable/Learnability_Ipred/utils/estimators.py found in paper text by Syntology unverified no licence file found · pointer only · d37dba7a42b598ab · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.10744, 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