CLDCLGJul 3, 2024

Towards Federated RLHF with Aggregated Client Preference for LLMs

arXiv:2407.03038v316 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users in LLM fine-tuning, though it is incremental as it adapts existing FL techniques to RLHF.

The paper tackles the privacy issue in RLHF by proposing federated learning methods (FedBis and FedBiscuit) to collect user preferences without central data sharing, resulting in significant improvements in content professionalism and readability.

Reinforcement learning with human feedback (RLHF) fine-tunes a pretrained large language model (LLM) using user preference data, enabling it to generate content aligned with human preferences. However, due to privacy concerns, users may be reluctant to share sensitive preference data. To address this, we propose utilizing Federated Learning (FL) techniques, allowing large-scale preference collection from diverse real-world users without requiring them to transmit data to a central server. Our federated RLHF methods (i.e., FedBis and FedBiscuit) encode each client's preferences into binary selectors and aggregate them to capture common preferences. In particular, FedBiscuit overcomes key challenges, such as preference heterogeneity and reward hacking, through innovative solutions like grouping clients with similar preferences to reduce heterogeneity and using multiple binary selectors to enhance LLM output quality. To evaluate the performance of the proposed methods, we establish the first federated RLHF benchmark with a heterogeneous human preference dataset. Experimental results show that by integrating the LLM with aggregated client preferences, FedBis and FedBiscuit significantly enhance the professionalism and readability of the generated content.

Foundations

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

Your Notes