Papers › Chronos: Learning the Language of Time Series

Chronos: Learning the Language of Time Series

12 Mar 2024arXiv:2403.07815archive 2025-07-28

Abdul Fatir Ansari, Lorenzo Stella, Caner Turkmen, Xiyuan Zhang, Pedro Mercado, Huibin Shen, Oleksandr Shchur, Syama Sundar Rangapuram, Sebastian Pineda Arango, Shubham Kapoor, Jasper Zschiegner, Danielle C. Maddix, Hao Wang, Michael W. Mahoney, Kari Torkkola, Andrew Gordon Wilson, Michael Bohlke-Schneider, Yuyang Wang

We introduce Chronos, a simple yet effective framework for pretrained probabilistic time series models. Chronos tokenizes time series values using scaling and quantization into a fixed vocabulary and trains existing transformer-based language model architectures on these tokenized time series via the cross-entropy loss. We pretrained Chronos models based on the T5 family (ranging from 20M to 710M parameters) on a large collection of publicly available datasets, complemented by a synthetic dataset that we generated via Gaussian processes to improve generalization. In a comprehensive benchmark consisting of 42 datasets, and comprising both classical local models and deep learning methods, we show that Chronos models: (a) significantly outperform other methods on datasets that were part of the training corpus; and (b) have comparable and occasionally superior zero-shot performance on new datasets, relative to methods that were trained specifically on them. Our results demonstrate that Chronos models can leverage time series data from diverse domains to improve zero-shot accuracy on unseen forecasting tasks, positioning pretrained models as a viable tool to greatly simplify forecasting pipelines.

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="2403.07815")

Code

Syntology Ran 13 of 28 code samples harvested from 3 repositories linked to this paper; 15 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 7 ran; community (archive-listed): 19 samples from 2 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SalesforceAIResearch/uni2ts officialmentioned in papermentioned on GitHubjaxApache-2.0 report
amazon-science/chronos-forecasting officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
mobile-sensing-and-ubicomp-laboratory/normwear mentioned on GitHubpytorchApache-2.0 report
zechenli03/sensorllm mentioned 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

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

3ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
8ran
15unverified

Licence: 0 of the 28 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 3 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.

from_list_of_tensors amazon-science/chronos-forecasting/src/chronos/chronos2/preprocess.py official repository ran Apache-2.0 (permissive) · df6b398cd625b6ca · report
from_tensor amazon-science/chronos-forecasting/src/chronos/chronos2/preprocess.py official repository ran Apache-2.0 (permissive) · 320651b2368cae7e · report
infer_freq_from_df amazon-science/chronos-forecasting/src/chronos/df_utils.py official repository ran Apache-2.0 (permissive) · 6f9f1492b3e8c060 · report
interpolate_quantiles amazon-science/chronos-forecasting/src/chronos/utils.py official repository ran Apache-2.0 (permissive) · 6570164cb0997c3c · report
left_pad_and_cat_2D amazon-science/chronos-forecasting/src/chronos/chronos2/dataset.py official repository ran Apache-2.0 (permissive) · be1b4be52aeb0521 · report
make_future_df amazon-science/chronos-forecasting/src/chronos/df_utils.py official repository ran Apache-2.0 (permissive) · 01e3ac35c7607e05 · report
normalize_df amazon-science/chronos-forecasting/src/chronos/df_utils.py official repository ran Apache-2.0 (permissive) · cb5df9cb2cc3d661 · report
left_pad_and_stack_1D amazon-science/chronos-forecasting/src/chronos/utils.py official repository unverified Apache-2.0 (permissive) · 29cf01d44829ae99 · report
weighted_quantile amazon-science/chronos-forecasting/src/chronos/utils.py official repository unverified Apache-2.0 (permissive) · 1a9eb49448571307 · report
adjust_learning_rate mobile-sensing-and-ubicomp-laboratory/normwear/modules/lr_sched.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · bd3578806ecf5ac2 · report
check_nan ChernovAndrey/chronos-forecasting-wasserstein/scripts/preprocessing_training_data/zero_shot_datasets.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 3963a392d702ebd5 · report
extract_target_from_extra_datasets ChernovAndrey/chronos-forecasting-wasserstein/scripts/preprocessing_training_data/zero_shot_datasets.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 7bcb6ba4a8212388 · report
get_1d_sincos_pos_embed_from_grid mobile-sensing-and-ubicomp-laboratory/normwear/modules/layers.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 5c8ea92d43ead77d · report
get_2d_sincos_pos_embed_flexible mobile-sensing-and-ubicomp-laboratory/normwear/modules/layers.py community (archive-listed) ran Apache-2.0 (permissive) · 68fc090d0a502993 · report
str2bool mobile-sensing-and-ubicomp-laboratory/normwear/downstream_pipeline/main_finetune.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 7c508037b40522af · report
butter_bandpass_filter mobile-sensing-and-ubicomp-laboratory/normwear/modules/signal_preprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · 98c7e5db66c62dee · report
cwt_ricker mobile-sensing-and-ubicomp-laboratory/normwear/modules/normwear.py community (archive-listed) unverified Apache-2.0 (permissive) · b96b8312d8a5918f · report
cwt_wrap mobile-sensing-and-ubicomp-laboratory/normwear/modules/normwear.py community (archive-listed) unverified Apache-2.0 (permissive) · 20465878e703999d · report
extract_stat_features mobile-sensing-and-ubicomp-laboratory/normwear/downstream_pipeline/model_apis.py community (archive-listed) unverified Apache-2.0 (permissive) · 3328b1e2a64383ba · report
freeze_model mobile-sensing-and-ubicomp-laboratory/normwear/downstream_pipeline/model_apis.py community (archive-listed) unverified Apache-2.0 (permissive) · 7350d8fc12462db1 · report
get_2d_sincos_pos_embed_from_grid mobile-sensing-and-ubicomp-laboratory/normwear/modules/layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 2884deadbb637c3e · report
impute mobile-sensing-and-ubicomp-laboratory/normwear/modules/signal_preprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · 12a7b65c0afc67bd · report
parse_tuple mobile-sensing-and-ubicomp-laboratory/normwear/downstream_pipeline/main_finetune.py community (archive-listed) unverified Apache-2.0 (permissive) · 13fd40ad9b57200f · report
ricker_wavelet mobile-sensing-and-ubicomp-laboratory/normwear/modules/normwear.py community (archive-listed) unverified Apache-2.0 (permissive) · 8341801558fc0c56 · report
rolling_window mobile-sensing-and-ubicomp-laboratory/normwear/modules/signal_preprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · 895ca4b776fb6d6d · report
spec_cwt mobile-sensing-and-ubicomp-laboratory/normwear/main_model.py community (archive-listed) unverified Apache-2.0 (permissive) · f2ab8ea7178a9e19 · report
unfreeze_model mobile-sensing-and-ubicomp-laboratory/normwear/downstream_pipeline/model_apis.py community (archive-listed) unverified Apache-2.0 (permissive) · c06c4fafc2597d4c · report
wt mobile-sensing-and-ubicomp-laboratory/normwear/main_model.py community (archive-listed) unverified Apache-2.0 (permissive) · ea3c205b7dee4a25 · report

Tasks

Gaussian ProcessesLanguage ModelingLanguage ModellingQuantizationTime Series

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdafactorAttentionAttention DropoutBPEDense ConnectionsDropoutGated Linear UnitInverse Square Root ScheduleLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSentencePieceSoftmaxT5

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