paper-with-me

Papers

SplitLoRA: A Split Parameter-Efficient Fine-Tuning Framework for Large Language Models

2024-07-01 · Zheng Lin, Xuanjie Hu, Yuxin Zhang, Zhe Chen, Zihan Fang, Xianhao Chen, Ang Li, Praneeth Vepakomma, Yue Gao

The scalability of large language models (LLMs) in handling high-complexity models and large-scale datasets has led to tremendous successes in pivotal domains. While there is an urgent need to acquire more training data for LLMs, a concerning reality is the depletion of high-quality public datasets within a few years. In view of this, the federated learning (FL) LLM fine-tuning paradigm recently has been proposed to facilitate collaborative LLM fine-tuning on distributed private data, where multiple data owners collaboratively fine-tune a shared LLM without sharing raw data. However, the staggering model size of LLMs imposes heavy computing and communication burdens on clients, posing significant barriers to the democratization of the FL LLM fine-tuning paradigm. To address this issue, split learning (SL) has emerged as a promising solution by offloading the primary training workload to a server via model partitioning while exchanging activation/activation's gradients with smaller data sizes rather than the entire LLM. Unfortunately, research on the SL LLM fine-tuning paradigm is still in its nascent stage. To fill this gap, in this paper, we propose the first SL LLM fine-tuning framework, named SplitLoRA. SplitLoRA is built on the split federated learning (SFL) framework, amalgamating the advantages of parallel training from FL and model splitting from SL and thus greatly enhancing the training efficiency. It is worth noting that SplitLoRA is the inaugural open-source benchmark for SL LLM fine-tuning, providing a foundation for research efforts dedicated to advancing SL LLM fine-tuning. Extensive simulations validate that SplitLoRA achieves target accuracy in significantly less time than state-of-the-art LLM fine-tuning frameworks, demonstrating the superior training performance of SplitLoRA. The project page is available at https://fduinc.github.io/splitlora/.

📄 PDF Abstract BibTeX arXiv:2407.00952

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

HSplitLoRA: A Heterogeneous Split Parameter-Efficient Fine-Tuning Framework for Large Language Models

2025-05-05 · Zheng Lin, Yuxin Zhang, Zhe Chen, Zihan Fang 외

Recently, large language models (LLMs) have achieved remarkable breakthroughs, revolutionizing the natural language processing domain and beyond. Due to immense parameter sizes, fine-tuning these models with private data…

Federated Learningparameter-efficient fine-tuning

SplitLoRA: Balancing Stability and Plasticity in Continual Learning Through Gradient Space Splitting

2025-05-28 · Haomiao Qiu, Miao Zhang, Ziyue Qiao, Weili Guan 외

Continual Learning requires a model to learn multiple tasks in sequence while maintaining both stability:preserving knowledge from previously learned tasks, and plasticity:effectively learning new tasks. Gradient project…

Continual Learning

A Split-and-Privatize Framework for Large Language Model Fine-Tuning

2023-12-25 · Xicong Shen, Yang Liu, Huiqi Liu, Jue Hong 외

Fine-tuning is a prominent technique to adapt a pre-trained language model to downstream scenarios. In parameter-efficient fine-tuning, only a small subset of modules are trained over the downstream datasets, while leavi…

Language ModelingLanguage ModellingLarge Language Modelparameter-efficient fine-tuning

Federated Fine-Tuning of LLMs: Framework Comparison and Research Directions

2025-01-08 · Na Yan, Yang Su, Yansha Deng, Robert Schober

Federated learning (FL) provides a privacy-preserving solution for fine-tuning pre-trained large language models (LLMs) using distributed private datasets, enabling task-specific adaptation while preserving data privacy.…

Federated LearningKnowledge DistillationPrivacy Preserving

DP-SelFT: Differentially Private Selective Fine-Tuning for Large Language Models

2026-05-17 · Haichao Sha, Zihao Wang, Yuncheng Wu, Hong Chen 외 arxiv

Large language models (LLMs) are commonly adapted to downstream tasks through fine-tuning, but fine-tuning data often contains sensitive information that may be leaked by the resulting model. Differential privacy (DP) of…

parameter-efficient fine-tuning