English

Collaboratively adding new knowledge to an LLM

Machine Learning 2024-10-30 v2 Artificial Intelligence Computation and Language

Abstract

We address the question of how to successively add new knowledge to an LLM whilst retaining previously-added knowledge. We consider two settings, semi-cooperative and fully-cooperative. Overall, LoRA performs better in most cases than full-fine tuning of all parameters when both new knowledge acquisition and retention of old, including recent, knowledge are taken into account. In the semi-cooperative setting, where datasets are not available after training, MOE mixing, model merging, and LoRA-based orthogonal subspace sequential learning, using a small weight on the orthogonality term, perform well. In the fully-cooperative setting where datasets remain available, joint training and sequential training with replay are both effective approaches with LoRA training generally preferable to full fine-tuning. The codes needed to reproduce the results are provided in an open source repository.

Keywords

Cite

@article{arxiv.2410.14753,
  title  = {Collaboratively adding new knowledge to an LLM},
  author = {Rhui Dih Lee and Laura Wynter},
  journal= {arXiv preprint arXiv:2410.14753},
  year   = {2024}
}
R2 v1 2026-06-28T19:27:44.869Z