English

Towards Understanding Continual Factual Knowledge Acquisition of Language Models: From Theory to Algorithm

Computation and Language 2026-05-12 v1 Artificial Intelligence

Abstract

Continual Pre-Training (CPT) is essential for enabling Language Models (LMs) to integrate new knowledge without erasing old. While classical CPT techniques like data replay have become the standard paradigm, the mechanisms underlying how LMs acquire and retain facts over time, termed as continual Factual Knowledge Acquisition (cFKA), remain unclear. In this work, we present a theoretical framework that characterizes the training dynamics of cFKA using a single-layer Transformer, offering a unified explanation for the behavior of representative CPT methods. Our analysis reveals that regularization-based methods merely adjust the convergence rate of parameters without altering the inherent forgetting tendency, whereas data replay methods succeed in shifting convergence dynamics and stabilizing pretrained knowledge. Building on these insights, we propose a novel generative data replay approach, called \textbf{S}electing \textbf{T}okens via attenti\textbf{O}n \textbf{C}ontribution~(STOC), which identifies influential factual snippets to guide replay data generation. Extensive experiments on both synthetic and real-world datasets validate our findings and demonstrate that STOC effectively enhances cFKA by mitigating catastrophic forgetting.

Keywords

Cite

@article{arxiv.2605.10640,
  title  = {Towards Understanding Continual Factual Knowledge Acquisition of Language Models: From Theory to Algorithm},
  author = {Haoyu Wang and Yifan Shang and Zhongxiang Sun and Weijie Yu and Xiao Zhang and Jun Xu},
  journal= {arXiv preprint arXiv:2605.10640},
  year   = {2026}
}

Comments

Accepted by ICML 2026

R2 v1 2026-07-22T07:04:35.739Z