paper-with-me

홈 › Papers

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

2024-10-15 · Yaxin Du, Rui Ye, Fengting Yuchi, Wanru Zhao, Jingjing Qu, Yanfeng Wang, Siheng Chen

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 issue of data quality remains under-explored in the current literature on FL for LLMs. To address this gap, we propose a new framework of federated instruction tuning of LLMs with data quality control (FedDQC), which measures data quality to facilitate the subsequent filtering and hierarchical training processes. Our approach introduces an efficient metric to assess each client's instruction-response alignment (IRA), identifying potentially noisy data through single-shot inference. Low-IRA samples are potentially noisy and filtered to mitigate their negative impacts. To further utilize this IRA value, we propose a quality-aware hierarchical training paradigm, where LLM is progressively fine-tuned from high-IRA to low-IRA data, mirroring the easy-to-hard learning process. We conduct extensive experiments on 4 synthetic and a real-world dataset, and compare our method with baselines adapted from centralized setting. Results show that our method consistently and significantly improves the performance of LLMs trained on mix-quality data in FL.

📄 PDF Abstract BibTeX arXiv:2410.11540

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

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

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

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 …

Federated Learning

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