paper-with-me

홈 › Papers

Knowledge Grafting of Large Language Models

2025-05-24 · Guodong Du, Xuanning Zhou, Junlin Li, Zhuo Li, Zesheng Shi, WanYu Lin, Ho-Kin Tang, Xiucheng Li, Fangming Liu, Wenya Wang, Min Zhang, Jing Li

Cross-capability transfer is a key challenge in large language model (LLM) research, with applications in multi-task integration, model compression, and continual learning. Recent works like FuseLLM and FuseChat have demonstrated the potential of transferring multiple model capabilities to lightweight models, enhancing adaptability and efficiency, which motivates our investigation into more efficient cross-capability transfer methods. However, existing approaches primarily focus on small, homogeneous models, limiting their applicability. For large, heterogeneous models, knowledge distillation with full-parameter fine-tuning often overlooks the student model's intrinsic capacity and risks catastrophic forgetting, while PEFT methods struggle to effectively absorb knowledge from source LLMs. To address these issues, we introduce GraftLLM, a novel method that stores source model capabilities in a target model with SkillPack format. This approach preserves general capabilities, reduces parameter conflicts, and supports forget-free continual learning and model fusion. We employ a module-aware adaptive compression strategy to compress parameter updates, ensuring efficient storage while maintaining task-specific knowledge. The resulting SkillPack serves as a compact and transferable knowledge carrier, ideal for heterogeneous model fusion and continual learning. Experiments across various scenarios demonstrate that GraftLLM outperforms existing techniques in knowledge transfer, knowledge fusion, and forget-free learning, providing a scalable and efficient solution for cross-capability transfer. The code is publicly available at: https://github.com/duguodong7/GraftLLM.

📄 PDF Abstract BibTeX arXiv:2505.18502

Code (1)

duguodong7/graftllm 공식 구현 pytorch

Tasks

Continual LearningKnowledge DistillationLarge Language ModelModel CompressionTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Memory Grafting: Scaling Language Model Pre-training via Offline Conditional Memory

2026-05-20 · Runxi Cheng, Yuchen Guan, Yongxian Wei, Qianpu Sun 외 arxiv

Scaling conditional memory offers a promising way to increase language-model capacity, but existing methods such as Engram learn large memory tables from scratch during pre-training, making memory scaling expensive and s…

Encoder Winners Do Not Reliably Transfer Across VLA Backbone Scale: A Frozen-Backbone Grafting Diagnostic

2026-06-12 · Qingping Zeng, Fei She arxiv

Vision-language-action (VLA) policies typically inherit their vision encoder from upstream VLM releases, but it is unclear whether an encoder choice validated on a small VLA transfers to a larger backbone. We introduce a…

Knowledge Grafting: A Mechanism for Optimizing AI Model Deployment in Resource-Constrained Environments

2025-07-25 · Osama Almurshed, Ashish Kaushal, Asmail Muftah, Nitin Auluck 외 arxiv

The increasing adoption of Artificial Intelligence (AI) has led to larger, more complex models with numerous parameters that require substantial computing power -- resources often unavailable in many real-world applicati…

Compatibility studies of loquat scions with loquat and quince rootstocks

2024-09-17 · Rasul Rafiq Aziz, Fakhraddin Mustafa Hama Salih, Ibrahim Maaroof Noori

Experiment 1. Rooting of quince hardwood cuttings: Rooting success was influenced by both the concentrations of IBA and the selection of rooting media. However, the control group (without IBA) notably enhanced rooting wh…

Sand

Grafting for Combinatorial Boolean Model using Frequent Itemset Mining

2017-11-07 · Taito Lee, Shin Matsushima, Kenji Yamanishi

This paper introduces the combinatorial Boolean model (CBM), which is defined as the class of linear combinations of conjunctions of Boolean attributes. This paper addresses the issue of learning CBM from labeled data. C…

Computational Efficiency