paper-with-me

Papers

Sequential Preference Ranking for Efficient Reinforcement Learning from Human Feedback

2023-09-21 · NeurIPS 2023 11

Reinforcement learning from human feedback (RLHF) alleviates the problem of designing a task-specific reward function in reinforcement learning by learning it from human preference. However, existing RLHF models are considered inefficient as they produce only a single preference data from each human feedback. To tackle this problem, we propose a novel RLHF framework called SeqRank, that uses sequential preference ranking to enhance the feedback efficiency. Our method samples trajectories in a sequential manner by iteratively selecting a defender from the set of previously chosen trajectories $\mathcal{K}$ and a challenger from the set of unchosen trajectories $\mathcal{U}\setminus\mathcal{K}$, where $\mathcal{U}$ is the replay buffer. We propose two trajectory comparison methods with different defender sampling strategies: (1) sequential pairwise comparison that selects the most recent trajectory and (2) root pairwise comparison that selects the most preferred trajectory from $\mathcal{K}$. We construct a data structure and rank trajectories by preference to augment additional queries. The proposed method results in at least 39.2% higher average feedback efficiency than the baseline and also achieves a balance between feedback efficiency and data dependency. We examine the convergence of the empirical risk and the generalization bound of the reward model with Rademacher complexity. While both trajectory comparison methods outperform conventional pairwise comparison, root pairwise comparison improves the average reward in locomotion tasks and the average success rate in manipulation tasks by 29.0% and 25.0%, respectively. The source code and the videos are provided in the supplementary material.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing RAG Rerankers with LLM Feedback via Reinforcement Learning

2026-04-02 · Yuhang Wu, Xiangqing Shen, Fanfan Wang, Cangqi Zhou 외 arxiv

Rerankers play a pivotal role in refining retrieval results for Retrieval-Augmented Generation. However, current reranking models are typically optimized on static human annotated relevance labels in isolation, decoupled…

Reinforcement LearningInformation RetrievalAnswer Generation

Stackelberg Learning from Human Feedback: Preference Optimization as a Sequential Game

2025-12-18 · Barna Pásztor, Thomas Kleine Buening, Andreas Krause arxiv

We introduce Stackelberg Learning from Human Feedback (SLHF), a new framework for preference optimization. SLHF frames the alignment problem as a sequential-move game between two policies: a Leader, which commits to an a…

Reinforcement Learning

LiPO: Listwise Preference Optimization through Learning-to-Rank

2024-02-02 · Tianqi Liu, Zhen Qin, Junru Wu, Jiaming Shen 외

Aligning language models (LMs) with curated human feedback is critical to control their behaviors in real-world applications. Several recent policy optimization methods, such as DPO and SLiC, serve as promising alternati…

Learning-To-Rank

Beyond Positive History: Re-ranking with List-level Hybrid Feedback

2024-10-28 · Muyan Weng, Yunjia Xi, Weiwen Liu, Bo Chen 외

As the last stage of recommender systems, re-ranking generates a re-ordered list that aligns with the user's preference. However, previous works generally focus on item-level positive feedback as history (e.g., only clic…

Contrastive LearningRecommendation SystemsRe-Ranking

APRIL: Active Preference-learning based Reinforcement Learning

2012-08-05 · Riad Akrour, Marc Schoenauer, Michèle Sebag

This paper focuses on reinforcement learning (RL) with limited prior knowledge. In the domain of swarm robotics for instance, the expert can hardly design a reward function or demonstrate the target behavior, forbidding …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)