CorDA: Context-Oriented Decomposition Adaptation of Large Language Models for Task-Aware Parameter-Efficient Fine-tuning
Yibo Yang, Xiaojie Li, Zhongzhu Zhou, Shuaiwen Leon Song, Jianlong Wu,, Liqiang Nie, Bernard Ghanem

TL;DR
CorDA introduces a novel context-aware adapter construction method for large language models that leverages weight decomposition and input covariance to improve task-specific fine-tuning while preserving pre-trained knowledge.
Contribution
The paper proposes CorDA, a new PEFT approach that builds task-aware adapters using singular value decomposition guided by input data covariance, enhancing performance and knowledge retention.
Findings
Improves task-specific fine-tuning performance.
Reduces catastrophic forgetting of pre-trained knowledge.
Effective across Math, Code, and Instruction tasks.
Abstract
Current parameter-efficient fine-tuning (PEFT) methods build adapters widely agnostic of the context of downstream task to learn, or the context of important knowledge to maintain. As a result, there is often a performance gap compared to full-parameter fine-tuning, and meanwhile the fine-tuned model suffers from catastrophic forgetting of the pre-trained world knowledge. In this paper, we propose CorDA, a Context-oriented Decomposition Adaptation method that builds learnable task-aware adapters from weight decomposition oriented by the context of downstream task or the world knowledge to maintain. Concretely, we collect a few data samples, and perform singular value decomposition for each linear layer of a pre-trained LLM multiplied by the covariance matrix of the input activation using these samples. The inverse of the covariance matrix is multiplied with the decomposed components to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Machine Learning in Healthcare
MethodsLinear Layer
