Meta-UCF: Unified Task-Conditioned LoRA Generation for Continual Learning in Large Language Models

Abstract

Large language models are increasingly deployed in settings where newtasks arrive continuously, yet existing parameter-efficient finetuning (PEFT) methods either bloat linearly with the task horizon or sacrifice deep adaptation, leaving catastrophic forgetting unresolved. We aim to achieve memory-constant, on-the-fly adaptation for a frozen LLM facing an unbounded stream of tasks. To this end we propose Meta-Unified Contrastive Finetuning(Meta-UCF), which encodes each task into a lightweight layer-normalised mean embedding and feeds it to a single hypernetwork that instantly generates rank-r LoRA updates for every transformer layer; a meta-contrastive coupled with orthogonality objective further steers task embeddings into near-orthogonal directions, preserving past knowledge without inner-loop gradients. On four benchmark streams—Std-CL 5, Seq-GLUE 7, Long-CL 15 and TRACE-8—Meta-UCF raises average accuracy by up to 2.2 pp and cuts forgetting by 13% relative to the strongest LoRA baseline, while using the parameters of a single adapter. By decoupling continual learning from parameter growth, Meta-UCF provides a practical path toward scalable, low-resource lifelong language modelling.

Cite

Text

Xiao et al. "Meta-UCF: Unified Task-Conditioned LoRA Generation for Continual Learning in Large Language Models." International Conference on Learning Representations, 2026.

Markdown

[Xiao et al. "Meta-UCF: Unified Task-Conditioned LoRA Generation for Continual Learning in Large Language Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/xiao2026iclr-metaucf/)

BibTeX

@inproceedings{xiao2026iclr-metaucf,
  title     = {{Meta-UCF: Unified Task-Conditioned LoRA Generation for Continual Learning in Large Language Models}},
  author    = {Xiao, ShiLin and Xu, Tianxiang and Xiao, Canran and Luo, Weihao and Hou, Liwei and Zhao, Chuangxin},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/xiao2026iclr-metaucf/}
}