paper-with-me

홈 › Papers

B-Pref: Benchmarking Preference-Based Reinforcement Learning

2021-11-04 · Kimin Lee, Laura Smith, Anca Dragan, Pieter Abbeel

Reinforcement learning (RL) requires access to a reward function that incentivizes the right behavior, but these are notoriously hard to specify for complex tasks. Preference-based RL provides an alternative: learning policies using a teacher's preferences without pre-defined rewards, thus overcoming concerns associated with reward engineering. However, it is difficult to quantify the progress in preference-based RL due to the lack of a commonly adopted benchmark. In this paper, we introduce B-Pref: a benchmark specially designed for preference-based RL. A key challenge with such a benchmark is providing the ability to evaluate candidate algorithms quickly, which makes relying on real human input for evaluation prohibitive. At the same time, simulating human input as giving perfect preferences for the ground truth reward function is unrealistic. B-Pref alleviates this by simulating teachers with a wide array of irrationalities, and proposes metrics not solely for performance but also for robustness to these potential irrationalities. We showcase the utility of B-Pref by using it to analyze algorithmic design choices, such as selecting informative queries, for state-of-the-art preference-based RL algorithms. We hope that B-Pref can serve as a common starting point to study preference-based RL more systematically. Source code is available at https://github.com/rll-research/B-Pref.

📄 PDF Abstract BibTeX arXiv:2111.03026

Code (1)

rll-research/b-pref 공식 구현

Tasks

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Advances in Preference-based Reinforcement Learning: A Review

2024-08-21 · Youssef Abdelkareem, Shady Shehata, Fakhri Karray

Reinforcement Learning (RL) algorithms suffer from the dependency on accurately engineered reward functions to properly guide the learning agents to do the required tasks. Preference-based reinforcement learning (PbRL) a…

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Preference-ASR: A Preference-Aware Test Set for Benchmarking ASR in the Era of Speech LLMs

2026-06-28 · Nithin Rao Koluguri, Sasha Meister, Nikolay Karpov, Piotr Zelasko 외 arxiv

Popular ASR test sets adopt inconsistent conventions for numbers, disfluencies, entities, and casing, while standard normalizers erase the format distinctions users care about. Current benchmarks therefore cannot measure…

Pref-GRPO: Pairwise Preference Reward-based GRPO for Stable Text-to-Image Reinforcement Learning

2025-08-28 · Yibin Wang, Zhimin Li, Yuhang Zang, Yujie Zhou 외 arxiv

Recent advancements highlight the importance of GRPO-based reinforcement learning methods and benchmarking in enhancing text-to-image (T2I) generation. However, current methods using pointwise reward models (RM) for scor…

Reinforcement LearningImage Generation

MJ-VIDEO: Fine-Grained Benchmarking and Rewarding Video Preferences in Video Generation

2025-02-03 · Haibo Tong, Zhaoyang Wang, Zhaorun Chen, Haonian Ji 외

Recent advancements in video generation have significantly improved the ability to synthesize videos from text instructions. However, existing models still struggle with key challenges such as instruction misalignment, c…

BenchmarkingFairnessHallucinationMixture-of-Experts+1

RMGAP: Benchmarking the Generalization of Reward Models across Diverse Preferences

2026-05-03 · Yangyang Zhou, Yi-Chen Li arxiv

Reinforcement Learning from Human Feedback has become the standard paradigm for language model alignment, where reward models directly determine alignment effectiveness. In this work, we focus on how to evaluate the gene…

Reinforcement Learning