Model sequences
Released families of date-stamped checkpoints, what they were trained on, and how strictly they avoid the future.
Two questions decide how useful a sequence is for backtesting. Cadence: yearly checkpoints suit slow-moving questions; monthly or quarterly ones are needed for markets and news. Provenance of the first checkpoint: a model trained from scratch on period text is leakage-free by construction, whereas a model adapted from a modern base (BERT, RoBERTa) carries whatever its base had already read. Both kinds are listed; the distinction is noted for each.
Coverage of the seven released sequences. Nothing open covers 1964–1998 at yearly cadence, and nothing before 2013 at monthly cadence.
ChronoBERT / ChronoGPT — Manela lab
He, Lv, Manela & Wu (2025), arXiv:2502.21206. Twenty-six yearly cut-offs from 1999-12-31 to 2024-12-31, each trained only on text that was available at that date. ChronoBERT is a BERT-style encoder; ChronoGPT a GPT-style decoder. Despite the restriction the models match or outperform BERT on standard NLP benchmarks and stay competitive with larger open-weight models. The paper's finance application shows that look-ahead bias is model- and application-specific: a weaker but chronologically clean model can still deliver the predictability that survives once leakage is removed.
A second family, chrono-gpt-instruct (October 2025), instruction-tunes each yearly ChronoGPT so it can be used through a chat interface while remaining free of post-cutoff data.
- Weights: Hugging Face collection —
manelalab/chrono-bert-v1-YYYY1231,chrono-gpt-v1-YYYY1231,chrono-gpt-instruct-v1-YYYY1231(78 repos in total). - Provenance: trained from scratch on chronologically filtered data. leakage-free
- Try it: the ChronoGPT notebook loads any cut-off and samples from it.
Scaling Point-in-Time Language Models — Kelly, Malamud, Schwab & Xu
arXiv:2607.11889 (2026). Decoder-only transformers with up to 4 billion parameters trained on one trillion chronologically filtered tokens from FineWeb, producing monthly checkpoints spanning 2013–2024. The headline result is that the well-known performance gap between point-in-time and unconstrained models narrows substantially with scale: on common-sense reasoning and language-understanding benchmarks the models approach leading open-weight models of similar size.
- Cadence: monthly — the finest of any released sequence.
- Provenance: trained from scratch. leakage-free
- Weights: see the paper for release details. check paper
DatedGPT — Yan, Tang, Gao & Jiang
arXiv:2603.11838 (2026). Twelve 1.3-billion-parameter models trained from scratch on roughly 100 billion tokens each, with strict annual cut-offs from 2013 to 2024, plus DatedInstruct, an instruction-tuning set grounded in each year's documents so that post-training cannot reintroduce leakage. Perplexity probes confirm each model's knowledge stops at its year. The paper's distinctive result is a direct estimate of the “lookahead premium”: on 61,000 firm-day news headlines, models whose training covers the outcome period earn 26.4 basis points per standard deviation more than the clean models, significant at the 1% level.
- Provenance: trained from scratch; instruction data period-bounded. leakage-free
- Weights and demo: see the paper. check paper
Time Machine GPT (TiMaGPT) — Oxford
Drinkall, Rahimikia, Pierrehumbert & Zohren (2024), Findings of NAACL, arXiv:2404.18543. Twelve yearly GPT-2 models with cut-offs from 2011-12-31 to 2022-12-31, designed to be “nonprognosticative”: uninformed about future facts and future language. Unlike most predecessors the models are trained from scratch on period data rather than adapted from a modern base, and the exact training set for each year is published alongside the weights.
- Weights: huggingface.co/Ti-Ma —
Ti-Ma/TiMaGPT2-2011…TiMaGPT2-2022, licence CC0. - Data:
Ti-Ma/TiMaGPT2-YYYYandTi-Ma/wikipedia_YYYYdatasets (WMT News Crawl and yearly Wikipedia snapshots). - Provenance: trained from scratch. leakage-free
TimeLMs — Cardiff NLP
Loureiro, Barbieri, Neves, Espinosa Anke & Camacho-Collados (2022), ACL demo,
arXiv:2202.03829. RoBERTa-base checkpoints trained
on Twitter, released quarterly from 2019-12 through 2022-12 (plus a 2022 RoBERTa-large). The
accompanying library has a
corresponding mode that routes each tweet to the checkpoint trained only up to that
tweet's quarter, which is exactly the point-in-time discipline. Built for studying language-model
degradation and cultural shift on social media.
- Weights:
cardiffnlp/twitter-roberta-base-2019-90m,-mar2020…-sep2022,-2022-154m. - Provenance: the 2019 base continues pretraining from RoBERTa-base, which itself saw web text to 2019. Later quarters are incremental. base leakage
StoriesLM — Sarkar
Sarkar (2024), SSRN 4881024. Sixty-four models, one per year from 1900 to 1963, trained on the American Stories dataset of historical U.S. newspapers. The 1900 model is trained on 1900 text; each subsequent model continues the previous year's checkpoint on the next year's articles, so the pretraining window expands sequentially. The only released sequence covering the first half of the twentieth century at yearly cadence.
- Weights: huggingface.co/StoriesLM —
StoriesLM/StoriesLM-v1-1900…-1963, MIT licence. - Provenance: sequentially expanding windows over period text. leakage-free
HistBERT — Qiu & Xu
Qiu & Xu (2022), arXiv:2202.03612. BERT-base continued on the Corpus of Historical American English, one model per decade from the 1900s to the 2000s, built to track diachronic lexical semantic change. Code and training recipe on GitHub.
- Provenance: continued pretraining from modern BERT-base. base leakage
- COHA itself requires academic access.
Also relevant
- TiMoE — Faro, Fan, Alphaidze & Jaggi (2025), arXiv:2508.08827. Not a checkpoint sequence but a substitute for one: GPT-style experts pretrained from scratch on disjoint two-year slices of 2013–2024, with experts whose window ends after the query date masked at inference. One set of weights answers as of any cut-off, at two-year granularity.
- TypewriterLM — Luo et al. (2026), arXiv:2606.02991. A single 7.24B model trained only on English text before 1913, with a 54B-token corpus, leakage-mitigated post-training, and a benchmark that tests for leakage. The largest “history language model” released; a sequence could be built the same way.
- Diachronic slice models — Fittschen, Li, Lippincott & Choshen (2025), arXiv:2504.05523. Five small models pretrained on five 10-million-word time slices, for humanities research; argues pretraining beats fine-tuning for period fidelity.
- TiC-LM — Li et al. (2025), arXiv:2504.02107. A time-continual pretraining benchmark over 114 Common Crawl dumps; shows replay schedules that match from-scratch retraining at 2.6× less compute, which is how a monthly sequence could be produced cheaply.
- Pitinf models (PiT-Inference) — a small, medium, and “frontier-level” family of point-in-time LLMs evaluated in Look-Ahead-Bench. Availability outside the benchmark is not documented here. unverified
- Temporal adaptation of BERT — Röttger & Pierrehumbert (2021), arXiv:2104.08116, and Lazaridou et al. (2021), Mind the Gap, trained time-stratified models to study degradation rather than to release a reusable sequence.
- Prompted cut-offs are the cheap alternative to all of the above. The evidence that they are not a substitute is collected under Prompted cut-offs and chronology.