paper-with-me

홈 › Papers

FedLLM-Bench: Realistic Benchmarks for Federated Learning of Large Language Models

2024-06-07 · Rui Ye, Rui Ge, Xinyu Zhu, Jingyi Chai, Yaxin Du, Yang Liu, Yanfeng Wang, Siheng Chen

Federated learning has enabled multiple parties to collaboratively train large language models without directly sharing their data (FedLLM). Following this training paradigm, the community has put massive efforts from diverse aspects including framework, performance, and privacy. However, an unpleasant fact is that there are currently no realistic datasets and benchmarks for FedLLM and previous works all rely on artificially constructed datasets, failing to capture properties in real-world scenarios. Addressing this, we propose FedLLM-Bench, which involves 8 training methods, 4 training datasets, and 6 evaluation metrics, to offer a comprehensive testbed for the FedLLM community. FedLLM-Bench encompasses three datasets (e.g., user-annotated multilingual dataset) for federated instruction tuning and one dataset (e.g., user-annotated preference dataset) for federated preference alignment, whose scale of client number ranges from 38 to 747. Our datasets incorporate several representative diversities: language, quality, quantity, instruction, length, embedding, and preference, capturing properties in real-world scenarios. Based on FedLLM-Bench, we conduct experiments on all datasets to benchmark existing FL methods and provide empirical insights (e.g., multilingual collaboration). We believe that our FedLLM-Bench can benefit the FedLLM community by reducing required efforts, providing a practical testbed, and promoting fair comparisons. Code and datasets are available at https://github.com/rui-ye/FedLLM-Bench.

📄 PDF Abstract BibTeX arXiv:2406.04845

Code (3)

rui-ye/fedllm-bench 공식 구현 pytorch
brains-group/openfedllm pytorch
rui-ye/openfedllm pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Toward Responsible Federated Large Language Models: Leveraging a Safety Filter and Constitutional AI

2025-02-23 · Eunchung Noh, Jeonghun Baek

Recent research has increasingly focused on training large language models (LLMs) using federated learning, known as FedLLM. However, responsible AI (RAI), which aims to ensure safe responses, remains underexplored in th…

Federated Learning

Toward Efficient Membership Inference Attacks against Federated Large Language Models: A Projection Residual Approach

2026-04-23 · Guilin Deng, Silong Chen, Yuchuan Luo, Yi Liu 외 arxiv

Federated Large Language Models (FedLLMs) enable multiple parties to collaboratively fine-tune LLMs without sharing raw data, addressing challenges of limited resources and privacy concerns. Despite data localization, sh…

Safe-FedLLM: Delving into the Safety of Federated Large Language Models

2026-01-12 · Mingxiang Tao, Yu Tian, Wenxuan Tu, Yue Yang 외 arxiv

Federated learning (FL) addresses privacy and data-silo issues in the training of large language models (LLMs). Most prior work focuses on improving the efficiency of federated learning for LLMs (FedLLM). However, securi…

Federated Learning

A Survey on Federated Fine-tuning of Large Language Models

2025-03-15 · Yebo Wu, Chunlin Tian, Jingguang Li, He Sun 외

Large Language Models (LLMs) have achieved remarkable success across a wide range of tasks, with fine-tuning playing a pivotal role in adapting them to specific downstream applications. Federated Learning (FL) offers a p…

Federated Learningparameter-efficient fine-tuningPrivacy PreservingSurvey

OpenFedLLM: Training Large Language Models on Decentralized Private Data via Federated Learning

2024-02-10 · Rui Ye, Wenhao Wang, Jingyi Chai, Dihan Li 외

Trained on massive publicly available data, large language models (LLMs) have demonstrated tremendous success across various fields. While more data contributes to better performance, a disconcerting reality is that high…

Federated LearningInstruction FollowingPrivacy Preserving