paper-with-me

Papers

Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning

2025-04-09 · Nikhil Shivakumar Nayak, KrishnaTeja Killamsetty, Ligong Han, Abhishek Bhandwaldar, Prateek Chanda, Kai Xu, Hao Wang, Aldo Pareja, Oleg Silkin, Mustafa Eyceoz, Akash Srivastava

Continual learning in large language models (LLMs) is prone to catastrophic forgetting, where adapting to new tasks significantly degrades performance on previously learned ones. Existing methods typically rely on low-rank, parameter-efficient updates that limit the model's expressivity and introduce additional parameters per task, leading to scalability issues. To address these limitations, we propose a novel continual full fine-tuning approach leveraging adaptive singular value decomposition (SVD). Our method dynamically identifies task-specific low-rank parameter subspaces and constrains updates to be orthogonal to critical directions associated with prior tasks, thus effectively minimizing interference without additional parameter overhead or storing previous task gradients. We evaluate our approach extensively on standard continual learning benchmarks using both encoder-decoder (T5-Large) and decoder-only (LLaMA-2 7B) models, spanning diverse tasks including classification, generation, and reasoning. Empirically, our method achieves state-of-the-art results, up to 7% higher average accuracy than recent baselines like O-LoRA, and notably maintains the model's general linguistic capabilities, instruction-following accuracy, and safety throughout the continual learning process by reducing forgetting to near-negligible levels. Our adaptive SVD framework effectively balances model plasticity and knowledge retention, providing a practical, theoretically grounded, and computationally scalable solution for continual learning scenarios in large language models.

📄 PDF Abstract BibTeX arXiv:2504.07097

Code (1)

Red-Hat-AI-Innovation-Team/orthogonal-subspace-learning 공식 구현 pytorch

Tasks

Continual LearningDecoderInstruction Following

Similar Papers 제목 키워드 기반

Initialization using Update Approximation is a Silver Bullet for Extremely Efficient Low-Rank Fine-Tuning

2024-11-29 · Kaustubh Ponkshe, Raghav Singhal, Eduard Gorbunov, Alexey Tumanov 외

Low-rank adapters have become a standard approach for efficiently fine-tuning large language models (LLMs), but they often fall short of achieving the performance of full fine-tuning. We propose a method, LoRA Silver Bul…

Mathematical Reasoning

FedKRSO: Communication and Memory Efficient Federated Fine-Tuning of Large Language Models

2026-02-03 · Guohao Yang, Tongle Wu, Yuanxiong Guo, Ying Sun 외 arxiv

Fine-tuning is essential to adapt general-purpose large language models (LLMs) to domain-specific tasks. As a privacy-preserving framework to leverage decentralized data for collaborative model training, Federated Learni…

parameter-efficient fine-tuningFederated Learning

You Don't Need Prompt Engineering Anymore: The Prompting Inversion

2025-10-25 · Imran Khan arxiv

Prompt engineering, particularly Chain-of-Thought (CoT) prompting, significantly enhances LLM reasoning capabilities. We introduce "Sculpting," a constrained, rule-based prompting method designed to improve upon standard…

Mathematical ReasoningPrompt Engineering

Exploring Intrinsic Language-specific Subspaces in Fine-tuning Multilingual Neural Machine Translation

2024-09-08 · Zhe Cao, Zhi Qu, Hidetaka Kamigaito, Taro Watanabe

Multilingual neural machine translation models support fine-tuning hundreds of languages simultaneously. However, fine-tuning on full parameters solely is inefficient potentially leading to negative interactions among la…

Machine Translation

SSVD-O: Parameter-Efficient Fine-Tuning with Structured SVD for Speech Recognition

2026-01-18 · Pu Wang, Shinji Watanabe, Hugo Van hamme arxiv

Parameter-efficient fine-tuning (PEFT) is a scalable approach for adapting large speech foundation models to new domains. While methods such as LoRA and its state-of-the-art variants reduce adaptation costs, they typical…

parameter-efficient fine-tuningSpeech Recognition