Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Long-Horizon Memorization

Long-Horizon Memorization

An evaluation setting where a language model must retain hundreds of previously learned query-answer facts after many further sequential fine-tuning updates, without task labels at inference.

Year: 2026Generality: 300Added: Sep 16, 2026
Back to Vocab

Long-horizon memorization is an evaluation setting for continual learning, introduced by Zheyuan Zhang, Alvin Zhang, Daniel Khashabi, and Tianmin Shu of Johns Hopkins University in "Continual Learning Mechanisms Compose for Long-Horizon Memorization" (arXiv:2609.06986, September 2026). A language model learns 100 query-answer tasks in sequence through continual supervised fine-tuning, without replaying raw examples from earlier tasks and without receiving a task identifier at inference. The goal is to measure how much of that earlier information survives in the model's parameters after many further updates, not how well the model generalizes to new tasks.

The paper reports that naive sequential fine-tuning collapses to 1.2% average final retention across 100 tasks. No single continual-learning mechanism it tests, whether replay, self-distillation, or importance-based weight regularization, prevents this collapse on its own. Combining three complementary "anchors" (data, function, and weight) with a low-rank adaptation rule called merged LoRA raises average final retention to 34.9%, a 28-fold improvement. It also extends the "memory half-life," the number of further tasks before a fact's recall accuracy drops by half, from a handful of tasks to several dozen.

The setting differs from more common continual-learning or continual-pretraining benchmarks, which typically measure transfer or task performance across a stream of heterogeneous tasks or corpora rather than exact retention of a large, fixed set of facts. It also differs from sequential model-editing benchmarks, which study targeted individual edits rather than ordinary supervised fine-tuning across many tasks. Long-horizon memorization is a stress test for how well parameter updates in a language model can serve as durable memory.

Sources

  1. Continual Learning Mechanisms Compose for Long-Horizon Memorization

    arXiv · Sep 7, 2026

  2. Continual Learning Mechanisms Compose for Long-Horizon Memorization (project page)

    compose-cl.github.io

  3. long-horizon-memorization (dataset)

    Hugging Face

Research this in Signals

Scan Long-Horizon Memorization for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Long-Horizon Memorization already loaded, so edit it or scan as is.