paper-with-me

홈 › Papers

Continual Learning Mechanisms Compose for Long-Horizon Memorization

2026-09-07 · Zheyuan Zhang, Alvin Zhang, Daniel Khashabi, Tianmin Shu hf

Language models may need to internalize information that arrives over time and retain it through many subsequent updates. To study this challenge, we introduce long-horizon memorization, a setting in which a model learns 100 query-answer tasks through continual supervised fine-tuning without retaining earlier training examples or receiving task identifiers at inference. Sequential updates cause catastrophic forgetting, and no single continual learning mechanism we evaluate maintains strong retention at this horizon. We hypothesize that mechanisms addressing complementary sources of forgetting will be more effective when composed. We organize these 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. To test this hypothesis systematically, we construct three distinct 100-task memorization datasets. We introduce task-level successive halving to search the combinatorial design space and use a factorial experiment to measure individual and interaction effects. Our best method combines all three anchors with merged LoRA, ranks among the top 3 methods in all datasets, and raises average final retention from 1.2% under naive sequential fine-tuning to 34.9%, a 28-fold improvement. The data anchor and merged LoRA provide the largest average gains and interact super-additively on all three datasets. Together, these results show that composing complementary mechanisms substantially improves long-horizon memorization beyond what any individual mechanism achieves.

📄 PDF Abstract BibTeX arXiv:2609.06986

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Infinite dSprites for Disentangled Continual Learning: Separating Memory Edits from Generalization

2023-12-27 · Sebastian Dziadzio, Çağatay Yıldız, Gido M. van de Ven, Tomasz Trzciński 외

The ability of machine learning systems to learn continually is hindered by catastrophic forgetting, the tendency of neural networks to overwrite previously acquired knowledge when learning a new task. Existing methods m…

ClassificationContinual LearningDisentanglementMemorization+1

Continual Memory: Can We Reason After Long-Term Memorization?

2021-01-01 · Zhu Zhang, Chang Zhou, Zhou Zhao, Zhijie Lin 외

Existing reasoning tasks often follow the setting of "reasoning while experiencing", which has an important assumption that the raw contents can be always accessed while reasoning. However, human beings frequently adopt …

Memorization

RDumb++: Drift-Aware Continual Test-Time Adaptation

2026-01-22 · Himanshu Mishra arxiv

Continual Test-Time Adaptation (CTTA) seeks to update a pretrained model during deployment using only the incoming, unlabeled data stream. Although prior approaches such as Tent, EATA etc. provide meaningful improvements…

Test-time Adaptation

AgentOdyssey: Open-Ended Long-Horizon Text Game Generation for Test-Time Continual Learning Agents

2026-05-29 · Zheyuan Zhang, Zehao Wen, Alvin Zhang, Andrew Wang 외 arxiv

For agents to learn continuously from interaction with the world at test time, they must be able to explore effectively, acquire new world knowledge and skills, retain relevant episodic experiences, and plan over long ho…

Continual Learning

Adaptive Multi-Horizon Reinforcement Learning

2026-07-22 · Manoosh Samiei, Doina Precup, Paul Masset arxiv

Effective decision-making in complex and changing environments requires balancing short-term and long-term consequences. In reinforcement learning (RL), this trade-off is typically controlled through a fixed discount fac…

Reinforcement LearningContinual Learning