LGNov 21, 2025

FIRM: Federated In-client Regularized Multi-objective Alignment for Large Language Models

arXiv:2511.16992v1
Originality Incremental advance
AI Analysis

This work addresses data privacy and scalability issues in federated multi-objective optimization for large language models, offering a novel solution that is incremental in improving communication efficiency.

The paper tackles the problem of aligning large language models with multiple conflicting objectives like helpfulness and harmlessness in a federated learning setting, where existing methods face communication bottlenecks; it introduces FIRM, which achieves smoother training, reduced client disagreement drift, and improved reward trade-offs, with empirical results showing enhanced efficiency and adaptability.

Aligning Large Language Models (LLMs) with human values often involves balancing multiple, conflicting objectives such as helpfulness and harmlessness. Training these models is computationally intensive, and centralizing the process raises significant data privacy concerns. Federated Learning (FL) offers a compelling alternative, but existing Federated Multi-Objective Optimization (FMOO) methods face severe communication bottlenecks as their reliance on transmitting multiple gradients to a server is unscalable for large models. We introduce FIRM (Federated In-client Regularized Multi-objective alignment), a novel algorithm that achieves both client disagreement drift mitigation and communication efficiency. In FIRM, each client locally solves a regularized multi-objective optimization problem. By directly mitigating client disagreement drift through in-client regularization, our method eliminates the need for the multi-gradient transmissions common in prior works. Consequently, clients need only to transmit a single set of adapted parameters, maintaining high communication efficiency. We prove that our algorithm converges to Pareto-stationary points and, to our knowledge, provide the first finite-time convergence guarantees for this federated multi-objective alignment setting. Empirically, we show that FIRM leads to smoother training dynamics, reduced client disagreement drift, and improved reward trade-offs compared to baselines. We further propose a method to incorporate a preference over the objectives and report empirical Pareto plots, demonstrating that FIRM can smoothly adapt trade-offs between objectives in response to specified preferences.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes