LGAICLMar 1, 2025

Distributionally Robust Reinforcement Learning with Human Feedback

arXiv:2503.00539v18 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses robustness issues in RLHF for large language models, which is crucial for real-world deployment, though it appears incremental as it builds on existing RLHF methods.

The paper tackles the problem of non-robustness in reinforcement learning from human feedback (RLHF) for fine-tuning large language models, where performance degrades when downstream tasks differ from the training distribution, and introduces distributionally robust RLHF methods that improve accuracy on out-of-distribution tasks, such as reasoning.

Reinforcement learning from human feedback (RLHF) has evolved to be one of the main methods for fine-tuning large language models (LLMs). However, existing RLHF methods are non-robust, and their performance deteriorates if the downstream task differs significantly from the preference dataset used in fine-tuning. In order to mitigate this problem, we introduce a distributionally robust RLHF for fine-tuning LLMs. In particular, our goal is to ensure that a fine-tuned model retains its performance even when the distribution of prompts significantly differs from the distribution encountered during fine-tuning. We formulate distributionally robust optimization (DRO) version of two popular fine-tuning methods -- (1) reward-based RLHF and (2) reward-free DPO (direct preference optimization). We propose a minibatch gradient descent based algorithms for both of them, and theoretically prove convergence guarantees for the algorithms. Subsequently, we evaluate our algorithms on an out-of-distribution (OOD) task by first training the model on the Unified-Feedback dataset and evaluating its performance on two different datasets. The experimental results show that our robust training improves the accuracy of the learned reward models on average, and markedly on some tasks, such as reasoning. Furthermore, we show that the robust versions of policy optimization methods, similarly improve performance on OOD tasks.

Foundations

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

Your Notes