paper-with-me

홈 › Papers

Listwise Reward Estimation for Offline Preference-based Reinforcement Learning

2024-08-08 · Heewoong Choi, Sangwon Jung, Hongjoon Ahn, Taesup Moon

In Reinforcement Learning (RL), designing precise reward functions remains to be a challenge, particularly when aligning with human intent. Preference-based RL (PbRL) was introduced to address this problem by learning reward models from human feedback. However, existing PbRL methods have limitations as they often overlook the second-order preference that indicates the relative strength of preference. In this paper, we propose Listwise Reward Estimation (LiRE), a novel approach for offline PbRL that leverages second-order preference information by constructing a Ranked List of Trajectories (RLT), which can be efficiently built by using the same ternary feedback type as traditional methods. To validate the effectiveness of LiRE, we propose a new offline PbRL dataset that objectively reflects the effect of the estimated rewards. Our extensive experiments on the dataset demonstrate the superiority of LiRE, i.e., outperforming state-of-the-art baselines even with modest feedback budgets and enjoying robustness with respect to the number of feedbacks and feedback noise. Our code is available at https://github.com/chwoong/LiRE

📄 PDF Abstract BibTeX arXiv:2408.04190

Code (1)

chwoong/lire 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

LIRE: listwise reward enhancement for preference alignment

2024-05-22 · Mingye Zhu, Yi Liu, Lei Zhang, Junbo Guo 외

Recently, tremendous strides have been made to align the generation of Large Language Models (LLMs) with human values to mitigate toxic or unhelpful content. Leveraging Reinforcement Learning from Human Feedback (RLHF) p…

Distributionally Robust Listwise Preference Optimization

2026-07-02 · Xudong Wu, Jian Qian, Pangpang Liu, Vaneet Aggarwal 외 arxiv

Existing robust preference optimization for language-model alignment mainly studies pairwise supervision and places robustness at the dataset, prompt, or preference-pair level. We instead study listwise preference optimi…

Towards Better Optimization For Listwise Preference in Diffusion Models

2025-10-02 · Jiamu Bai, Xin Yu, Meilong Xu, Weitao Lu 외 arxiv

Reinforcement learning from human feedback (RLHF) has proven effectiveness for aligning text-to-image (T2I) diffusion models with human preferences. Although Direct Preference Optimization (DPO) is widely adopted for its…

Text-to-Image GenerationComputational EfficiencyReinforcement LearningImage Editing

In-Dataset Trajectory Return Regularization for Offline Preference-based Reinforcement Learning

2024-12-12 · Songjun Tu, Jingbo Sun, Qichao Zhang, Yaocheng Zhang 외

Offline preference-based reinforcement learning (PbRL) typically operates in two phases: first, use human preferences to learn a reward model and annotate rewards for a reward-free offline dataset; second, learn a policy…

Offline RL

Multi-Preference Lambda-weighted Listwise DPO for Dynamic Preference Alignment

2025-06-24 · Yuhui Sun, Xiyao Wang, Zixi Li, Jinman Zhao

While large-scale unsupervised language models (LMs) capture broad world knowledge and reasoning capabilities, steering their behavior toward desired objectives remains challenging due to the lack of explicit supervision…

Informativenessreinforcement-learningReinforcement LearningWorld Knowledge