English

Federated Data-Efficient Instruction Tuning for Large Language Models

Machine Learning 2025-06-30 v2 Artificial Intelligence Computation and Language

Abstract

Instruction tuning is a crucial step in improving the responsiveness of pretrained large language models (LLMs) to human instructions. Federated learning (FL) helps to exploit the use of vast private instruction data from clients, becoming popular for LLM tuning by improving data diversity. Existing federated tuning simply consumes all local data, causing excessive computational overhead and overfitting to local data, while centralized data-efficient solutions are not suitable for FL due to privacy concerns. This work presents FedHDS, a federated data-efficient instruction tuning approach, which tunes LLMs with a representative subset of edge-side data. It reduces the data redundancy at both intra- and inter-client levels without sharing raw data. Experiments with various LLMs, datasets and partitions show that FedHDS improves Rouge-L on unseen tasks by an average of 10.72% over the SOTA full-data federated instruction tuning methods, while using less than 1.5% of the data samples, improving training efficiency by up to tens of times.

Keywords

Cite

@article{arxiv.2410.10926,
  title  = {Federated Data-Efficient Instruction Tuning for Large Language Models},
  author = {Zhen Qin and Zhaomin Wu and Bingsheng He and Shuiguang Deng},
  journal= {arXiv preprint arXiv:2410.10926},
  year   = {2025}
}

Comments

Accepted to ACL 2025 (Findings)

R2 v1 2026-06-28T19:21:20.301Z