Hugging Face Daily PapersZheyuan Zhang, Alvin Zhang, Daniel Khashabi1 min readpaperadvanced
Continual Learning Mechanisms Compose for Long-Horizon Memorization
Summary
The paper studies long‑horizon memorization where a language model must learn 100 tasks via continual fine‑tuning without retaining data or task IDs. By composing data, function, and weight anchors with merged LoRA, they boost final retention from 1.2% to 34.9%, a 28× improvement.
- Naïve sequential fine‑tuning retains only ~1% of knowledge after 100 tasks due to catastrophic forgetting.
- Composing data, function, and weight anchors with merged LoRA yields the best retention, achieving ~35% on average.
- Task‑level successive halving efficiently searches the combinatorial space of mechanism compositions.
- Factorial experiments reveal that data anchors and merged LoRA provide the largest gains and interact super‑additively.
Anyone deploying LLMs that must continuously ingest new information should care, as the proposed composition dramatically reduces forgetting compared to standard fine‑tuning.
8/10

