paper-with-me

Papers

Federated Data-Efficient Instruction Tuning for Large Language Models

2024-10-14 · Zhen Qin, Zhaomin Wu, Bingsheng He, Shuiguang Deng

Instruction tuning helps improve pretrained large language models (LLMs) in terms of the responsiveness to human instructions, which is benefited from diversified instruction data. Federated learning extends the sources of instruction data by exploiting the diversified client-side data, making it increasingly popular for tuning LLMs. Existing approaches of federated LLM tuning typically traverse all local data during local training, bringing excessive computation overhead and posing a risk of overfitting local data. Thus, a federated data-efficient instruction tuning approach, which consumes relatively little data from the entire dataset, is needed. In response, this work introduces an approach of federated data-efficient instruction tuning for LLMs, FedHDS, which utilizes a representative subset of edge-side data, coreset, to tune the LLM. It reduces the redundancy of data samples at both intra-client and inter-client levels through a hierarchical data selection framework performed by jointly selecting a small number of representative data samples for local training without sharing the raw data. Extensive experiments conducted across six scenarios with various LLMs, datasets and data partitions demonstrate that FedHDS significantly reduces the amount of data required for fine-tuning while improving the responsiveness of the instruction-tuned LLMs to unseen tasks.

📄 PDF Abstract BibTeX arXiv:2410.10926

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Leveraging Unstructured Text Data for Federated Instruction Tuning of Large Language Models

2024-09-11 · Rui Ye, Rui Ge, Yuchi Fengting, Jingyi Chai 외

Federated instruction tuning enables multiple clients to collaboratively fine-tune a shared large language model (LLM) that can follow humans' instructions without directly sharing raw data. However, existing literature …

Language ModellingLarge Language ModelMath

Edge-FIT: Federated Instruction Tuning of Quantized LLMs for Privacy-Preserving Smart Home Environments

2025-09-28 · Vinay Venkatesh, Vamsidhar R Kamanuru, Lav Kumar, Nikita Kothari arxiv

This paper proposes Edge-FIT (Federated Instruction Tuning on the Edge), a scalable framework for Federated Instruction Tuning (FIT) of Large Language Models (LLMs). Traditional Federated Learning (TFL) methods, like Fed…

Federated Learning

Towards Building the Federated GPT: Federated Instruction Tuning

2023-05-09 · Jianyi Zhang, Saeed Vahidian, Martin Kuo, Chunyuan Li 외

While "instruction-tuned" generative large language models (LLMs) have demonstrated an impressive ability to generalize to new tasks, the training phases heavily rely on large amounts of diverse and high-quality instruct…

Federated Learning

Data Quality Control in Federated Instruction-tuning of Large Language Models

2024-10-15 · Yaxin Du, Rui Ye, Fengting Yuchi, Wanru Zhao 외

By leveraging massively distributed data, federated learning (FL) enables collaborative instruction tuning of large language models (LLMs) in a privacy-preserving way. While FL effectively expands the data quantity, the …

Federated LearningPrivacy Preserving

FewFedPIT: Towards Privacy-preserving and Few-shot Federated Instruction Tuning

2024-03-10 · Zhuo Zhang, Jingyuan Zhang, Jintao Huang, Lizhen Qu 외

Instruction tuning has been identified as a crucial technique for optimizing the performance of large language models (LLMs) in generating human-aligned responses. Nonetheless, gathering diversified and superior-quality …

Federated LearningFew-Shot LearningIn-Context LearningPrivacy Preserving+1