paper-with-me

Papers

Regressing the Relative Future: Efficient Policy Optimization for Multi-turn RLHF

2024-10-06 · Zhaolin Gao, Wenhao Zhan, Jonathan D. Chang, Gokul Swamy, Kianté Brantley, Jason D. Lee, Wen Sun

Large Language Models (LLMs) have achieved remarkable success at tasks like summarization that involve a single turn of interaction. However, they can still struggle with multi-turn tasks like dialogue that require long-term planning. Previous works on multi-turn dialogue extend single-turn reinforcement learning from human feedback (RLHF) methods to the multi-turn setting by treating all prior dialogue turns as a long context. Such approaches suffer from covariate shift: the conversations in the training set have previous turns generated by some reference policy, which means that low training error may not necessarily correspond to good performance when the learner is actually in the conversation loop. In response, we introduce REgressing the RELative FUture (REFUEL), an efficient policy optimization approach designed to address multi-turn RLHF in LLMs. REFUEL employs a single model to estimate $Q$-values and trains on self-generated data, addressing the covariate shift issue. REFUEL frames the multi-turn RLHF problem as a sequence of regression tasks on iteratively collected datasets, enabling ease of implementation. Theoretically, we prove that REFUEL can match the performance of any policy covered by the training set. Empirically, we evaluate our algorithm by using Llama-3.1-70B-it to simulate a user in conversation with our model. REFUEL consistently outperforms state-of-the-art methods such as DPO and REBEL across various settings. Furthermore, despite having only 8 billion parameters, Llama-3-8B-it fine-tuned with REFUEL outperforms Llama-3.1-70B-it on long multi-turn dialogues. Implementation of REFUEL can be found at https://github.com/ZhaolinGao/REFUEL/, and models trained by REFUEL can be found at https://huggingface.co/Cornell-AGI.

📄 PDF Abstract BibTeX arXiv:2410.04612

Code (1)

zhaolingao/refuel 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

REBEL: Reinforcement Learning via Regressing Relative Rewards

2024-04-25 · Zhaolin Gao, Jonathan D. Chang, Wenhao Zhan, Owen Oertell 외

While originally developed for continuous control problems, Proximal Policy Optimization (PPO) has emerged as the work-horse of a variety of reinforcement learning (RL) applications, including the fine-tuning of generati…

continuous-controlContinuous ControlImage GenerationLanguage Modeling+4

DriveDPO: Policy Learning via Safety DPO For End-to-End Autonomous Driving

2025-09-22 · Shuyao Shang, Yuntao Chen, Yuqi Wang, Yingyan Li 외 arxiv

End-to-end autonomous driving has substantially progressed by directly predicting future trajectories from raw perception inputs, which bypasses traditional modular pipelines. However, mainstream methods trained via imit…

Autonomous Driving

Understanding Reinforcement Learning for Model Training, and future directions with GRAPE

2025-09-02 · Rohit Patel arxiv

This paper provides a self-contained, from-scratch, exposition of key algorithms for instruction tuning of models: SFT, Rejection Sampling, REINFORCE, Trust Region Policy Optimization (TRPO), Proximal Policy Optimization…

Reinforcement Learning

Extending Group Relative Policy Optimization to Continuous Control: A Theoretical Framework for Robotic Reinforcement Learning

2025-07-25 · Rajat Khanda, Mohammad Baqar, Sambuddha Chakrabarti, Satyasaran Changdar arxiv

Group Relative Policy Optimization (GRPO) has shown promise in discrete action spaces by eliminating value function dependencies through group-based advantage estimation. However, its application to continuous control re…

Reinforcement LearningContinuous Control

Scal3R: Learning Efficient Multi-Relative Pose Query for Scalable Online 3D Reconstruction

2026-09-03 · Chin-Yang Lin, Yang-Che Sun, Cheng Sun, Fu-En Yang 외 hf

Online 3D reconstruction models perform poorly on long videos. This happens because regressing poses relative to a fixed first-frame anchor forces extrapolation far beyond the training distribution. Small drifts accumula…

3D Reconstruction