Retrievable Gradients: Continual Post-Training Without Cumulative Weight Drift

22d ago · Global · primary source: export.arxiv.org

A team of researchers has proposed ReGrad, a method that treats gradients as retrievable units of knowledge to enable continual post-training of models without accumulating weight drift, according to a paper submitted in 2026 [1]. The approach, detailed on the preprint server arXiv, pre-computes document-specific gradients offline and stores them in an indexed Gradient Bank. At inference time, only query-relevant gradients are retrieved for temporary weight adaptation [1]. The paper states that ReGrad outperforms both continual post-training (CPT) and retrieval-augmented generation (RAG) baselines in experiments across general and domain-specific settings [1]. Continual post-training allows models to absorb emerging knowledge after deployment, but repeatedly updating shared parameters can cause catastrophic forgetting and degrade general capabilities [2]. Retrieval-augmented generation avoids such parameter drift, yet the authors note it often lacks the depth of parametric knowledge integration [2]. ReGrad aims to combine the benefits of both approaches by enabling scalable and reversible parametric knowledge injection without accumulating weight drift [2]. A key technical challenge addressed in the work is that raw language-modeling gradients are optimized for token-level document reconstruction rather than for query-driven knowledge use. To resolve this, the researchers introduce a bi-level meta-learning objective that reshapes document-derived gradients into generalizable adaptation signals for downstream tasks [2]. Neural networks, which underpin modern large language models, consist of connected units called artificial neurons. The strength of the signal at each connection is determined by a weight, which adjusts during training [3]. Large language models are trained with self-supervised learning on vast amounts of text and contain many parameters [9]. The ReGrad method intervenes at the gradient level, treating these weight-update signals as discrete, storable knowledge units rather than applying them permanently to the model [1]. The paper was submitted to arXiv on 14 June 2026 [1]. arXiv, an open-access repository of electronic preprints, was founded in 1991 and surpassed two million articles by the end of 2021 [7]. The repository allows researchers to share findings before peer review, with a submission rate of about 24,000 articles per month as of November 2024 [7].

research-paperinfrastructure

Background sources we checked (8)
  • arxiv.org ↗ Continual post-training enables models to absorb emerging knowledge after deployment, but repeatedly updating shared parameters can accumulate weight drift, potentially causing catastrophic forgetting and degrading general capabilities. Retrieval-augmented generation avoids such …
  • en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue