Can any single continual learning method prevent forgetting?
When a model learns 100 sequential tasks without task labels at inference, does any single mechanism prevent catastrophic forgetting? The question matters because it reveals whether continual learning needs composite approaches.
The paper defines "long-horizon memorization": a model learns 100 query-answer tasks one after another through continual supervised fine-tuning, keeps no earlier training examples, and receives no task identifier at inference. Under that regime "sequential updates cause catastrophic forgetting, and no single continual learning mechanism we evaluate maintains strong retention at this horizon." The authors' response is a hypothesis rather than a fix already in hand: "mechanisms addressing complementary sources of forgetting will be more effective when composed."
The paper organizes the compositions along two design dimensions. Data, function, and weight anchors "specify what prior information each update should preserve," while low-rank allocation rules "determine where successive updates are retained." Crossing the two produces a combinatorial space, which the paper searches with task-level successive halving and then probes with a factorial experiment "to measure individual and interaction effects" across three distinct 100-task datasets. The logic is that forgetting has more than one source, so a mechanism aimed at one source leaves the others exposed. The interaction term in the factorial design is what would separate real composition from the sum of separate effects.
The setting is a deliberate bet on parameters as memory. Prompting and retrieval supply information at inference time, but it "remains outside the model's parameters and must be supplied again." That places the paper opposite Do memory systems actually help language models learn continuously?, where the failure is stale state in an external store. Here the failure is overwriting inside the weights. Both locate the problem in accumulation over many updates. Does staying close to the base model preserve learning ability? treats distance from the base model as one quantity to control, while this paper's design space suggests several separate things to preserve. Can splitting adaptation into two channels reduce forgetting? avoids the problem by moving part of the memory out of the weights, which this setting rules out by construction. Can models store unlimited facts without growing larger? adds a capacity argument against relying on weights alone. The excerpt does not engage with that bound.
The excerpt does not say how well any method retained anything. It gives no retention figures, effect sizes, model identities, or interaction estimates, so it cannot say whether composition beat the single mechanisms or by how much. The title asserts composition works, but the abstract frames it as the hypothesis under test. The discussion adds two limits. Evaluation uses "the queries seen during training," so the results "do not establish generalization to new query formulations." And "stronger memorization does not ensure preservation of general capability": the evaluated methods "still lose substantial accuracy on general capability benchmarks after 100 tasks."
Read at that strength, the paper is evidence that in-weight retention at a 100-task horizon is a multi-mechanism problem, and that what is retained is verbatim recall that still costs general capability. It is not evidence that weight updates can replace retrieval or prompting for information that must stay usable.
Inquiring lines that read this note 2
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
Can memory architectures handle ultra-long context better than attention? How do surface patterns enable correct outputs but reduce robustness?Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Do memory systems actually help language models learn continuously?
When you subtract what a model already knows, do dedicated memory architectures genuinely enable continual learning, or do they mainly inherit base capability? CL-BENCH isolates learning from prior skill to test this.
contrasts: failure from stale external state there, from overwriting in weights here; both grow with accumulated updates
-
Does staying close to the base model preserve learning ability?
Explores whether limiting how far training pushes a model from its base distribution (measured by KL divergence) helps it learn new tasks more effectively over time, and why that trade-off matters for continual learning.
one single-quantity account of preserving plasticity, against this paper's several complementary anchors
-
Can splitting adaptation into two channels reduce forgetting?
When language models adapt to new tasks, does separating task-specific learning (via prompt context) from persistent parameter updates help preserve both generalization ability and the model's original capabilities?
routes fast adaptation out of the weights, which long-horizon memorization excludes by design
-
Can models store unlimited facts without growing larger?
Does external tool use let language models recall facts without being constrained by parameter count? This matters because it could reshape how we scale knowledge capacity beyond architectural limits.
capacity limit on in-weight memory, which this excerpt leaves unaddressed
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Continual Learning Mechanisms Compose for Long-Horizon Memorization
- Self-distillation Enables Continual Learning
- Spurious Forgetting in Continual Learning of Language Models
- SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMs
- A Survey of Continual Reinforcement Learning
- Continual Instruction Tuning for Large Multimodal Models
- Continual Learning Bench: Evaluating Frontier AI Systems in Real-World Stateful Environments
- AgentFly: Fine-tuning LLM Agents without Fine-tuning LLMs
Original note title
no single continual learning mechanism keeps strong retention over 100 sequential fine-tuning tasks — composing complementary ones is the hypothesized fix