Federated Fine-Tuning of LLMs: Framework Comparison and Research Directions
Na Yan, Yang Su, Yansha Deng, and Robert Schober

TL;DR
This paper compares three federated learning frameworks for fine-tuning large language models, analyzing their efficiency, accuracy, and resource use, and discusses future research directions for practical deployment.
Contribution
It provides a comprehensive comparison of FedLLMs, KD-FedLLMs, and Split-FedLLMs, highlighting their strengths, limitations, and optimization opportunities for federated LLM fine-tuning.
Findings
Split-FedLLMs reduce client computational load.
Knowledge distillation improves communication efficiency.
Framework-specific optimizations enhance federated LLM performance.
Abstract
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. However, fine-tuning the extensive parameters in LLMs is particularly challenging in resource-constrained federated scenarios due to the significant communication and computational costs. To gain a deeper understanding of how these challenges can be addressed, this article conducts a comparative analysis three advanced federated LLM (FedLLM) frameworks that integrate knowledge distillation (KD) and split learning (SL) to mitigate these issues: 1) FedLLMs, where clients upload model parameters or gradients to enable straightforward and effective fine-tuning; 2) KD-FedLLMs, which leverage KD for efficient knowledge sharing via logits; and 3) Split-FedLLMs, which split the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Rights Management and Security · Advanced Data Storage Technologies
MethodsKnowledge Distillation
