paper-with-me

Papers

Optimizing Multilingual LLMs via Federated Learning: A Study of Client Language Composition

2026-03-25 · Aleix Sant, Jordi Luque, Carlos Escolano arxiv

Federated Learning (FL) of Large Language Models (LLMs) in multilingual environments presents significant challenges stemming from heterogeneous language distributions across clients and disparities in language resource availability. To address these challenges, we extended the FederatedScope-LLM framework to support multilingual instruction-tuning experiments with LLMs. We also introduced a novel client-specific early stopping mechanism, Local Dynamic Early Stopping (LDES-FL), which allows clients to pause and resume local training based on client-side validation performance, enhancing training efficiency and sustainability. Through a series of experiments, we studied how client language composition - from fully monolingual to increasingly multilingual clients - affects multilingual quality, fairness and training cost. Monolingual local fine-tuning remains the most effective for single-language specialization, whereas federated training is better suited to learning a single balanced multilingual model. In FL, increasing within-client multilinguality leads to stronger and fairer global models, narrows the gap to centralized multilingual fine-tuning, and yields the largest gains for lower-resource languages, albeit at the cost of more optimization steps. Overall, our results identify client language composition as a key design variable in multilingual FL, shaping performance, fairness and efficiency.

📄 PDF Abstract BibTeX arXiv:2603.24242

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedP$^2$EFT: Federated Learning to Personalize Parameter Efficient Fine-Tuning for Multilingual LLMs

2025-02-05 · Royson Lee, Minyoung Kim, Fady Rezk, Rui Li 외

Federated learning (FL) has enabled the training of multilingual large language models (LLMs) on diverse and decentralized multilingual data, especially on low-resource languages. To improve client-specific performance, …

Federated Learningparameter-efficient fine-tuning

Federated Learning Based Multilingual Emoji Prediction In Clean and Attack Scenarios

2023-03-30 · Karim Gamal, Ahmed Gaber, Hossam Amer

Federated learning is a growing field in the machine learning community due to its decentralized and private design. Model training in federated learning is distributed over multiple clients giving access to lots of clie…

Federated LearningPrediction

Optimizing the Communication-Accuracy Trade-off in Federated Learning with Rate-Distortion Theory

2022-01-07 · Nicole Mitchell, Johannes Ballé, Zachary Charles, Jakub Konečný

A significant bottleneck in federated learning (FL) is the network communication cost of sending model updates from client devices to the central server. We present a comprehensive empirical study of the statistics of mo…

Federated LearningQuantization

Concordia: Self-Improving Synthetic Tables for Federated LLMs

2026-05-11 · Jimin Huang, Duanyu Feng, Nuo Chen, Xiaoyu Wang 외 arxiv

Federated learning (FL) enables training large language models (LLMs) without sharing raw data, but adapting LLMs under strict data isolation and non-IID client distributions remains challenging in practice. Synthetic da…

Synthetic Data GenerationFederated Learning

Only Send What You Need: Learning to Communicate Efficiently in Federated Multilingual Machine Translation

2024-01-15 · Yun-Wei Chu, Dong-Jun Han, Christopher G. Brinton

Federated learning (FL) is a promising distributed machine learning paradigm that enables multiple clients to collaboratively train a global model. In this paper, we focus on a practical federated multilingual learning s…

Federated LearningMachine TranslationMeta-LearningNMT+1