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

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

6 Oct 2024arXiv:2410.04612archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.04612")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · fixture could not drive it; 13 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhaolingao/refuel officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 14 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
13ran
1unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zhaolingao/refuel. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

call_scripts zhaolingao/refuel/setting_one/generate.py official repository ran Apache-2.0 (permissive) · a1d6a727a27a81c1 · report
change_format zhaolingao/refuel/setting_one/generate.py official repository ran Apache-2.0 (permissive) · 427eff22aa988903 · report
check_order zhaolingao/refuel/setting_two/anthropic_hh/preprocess_hh.py official repository ran Apache-2.0 (permissive) · a7609cfa0ca37c54 · report
check_redundant zhaolingao/refuel/setting_one/generate.py official repository ran Apache-2.0 (permissive) · 07c2f6ab08f5ea7c · report
evaluate zhaolingao/refuel/setting_one/refuel.py official repository ran Apache-2.0 (permissive) · 52f5fd73e21e6108 · report
filter_length zhaolingao/refuel/setting_one/tokenize_mask.py official repository ran Apache-2.0 (permissive) · df13ffc97bd4ecd8 · report
filter_reward zhaolingao/refuel/setting_one/tokenize_mask.py official repository ran Apache-2.0 (permissive) · 377be3c3ea4bbe0c · report
filter_same_response zhaolingao/refuel/setting_one/tokenize_mask.py official repository ran Apache-2.0 (permissive) · 659e7652076f066a · report
first_true_indices zhaolingao/refuel/setting_two/anthropic_hh/refuel.py official repository ran Apache-2.0 (permissive) · 579f0202bb30e003 · report
gather_logprob zhaolingao/refuel/setting_one/refuel.py official repository ran Apache-2.0 (permissive) · fe7316897fe8aa69 · report
get_cosine_schedule_with_warmup zhaolingao/refuel/setting_one/refuel.py official repository ran Apache-2.0 (permissive) · 70c923c8290a4fcc · report
get_prompt zhaolingao/refuel/setting_one/user_generator.py official repository ran Apache-2.0 (permissive) · fc0417f911166c83 · report
truncate_response zhaolingao/refuel/setting_two/ultrainteract/refuel.py official repository ran Apache-2.0 (permissive) · 567ccc4e93f0661b · report
whiten zhaolingao/refuel/setting_two/anthropic_hh/refuel.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · e78dac11b89dad63 · report
truncate_response zhaolingao/refuel/setting_two/anthropic_hh/refuel.py official repository unverified Apache-2.0 (permissive) · 62ece7427179dea2 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DPOSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections