Papers › Personalized Soups: Personalized Large Language Model Alignment via Post-hoc Parameter Merging

Personalized Soups: Personalized Large Language Model Alignment via Post-hoc Parameter Merging

17 Oct 2023arXiv:2310.11564archive 2025-07-28

Joel Jang, Seungone Kim, Bill Yuchen Lin, Yizhong Wang, Jack Hessel, Luke Zettlemoyer, Hannaneh Hajishirzi, Yejin Choi, Prithviraj Ammanabrolu

While Reinforcement Learning from Human Feedback (RLHF) aligns Large Language Models (LLMs) with general, aggregate human preferences, it is suboptimal for learning diverse, individual perspectives. In this work, we study Reinforcement Learning from Personalized Human Feedback (RLPHF) problem, wherein LLMs are aligned to multiple (sometimes conflicting) preferences by modeling alignment as a Multi-Objective Reinforcement Learning (MORL) problem. Compared to strong single-objective baselines, we show that we can achieve personalized alignment by decomposing preferences into multiple dimensions. These dimensions are defined based on personalizations that are declared as desirable by the user. In this work, we show that they can be efficiently trained independently in a distributed manner and combined effectively post-hoc through parameter merging. The code is available at https://github.com/joeljang/RLPHF.

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="2310.11564")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 12 ran with no contract checked.

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

joeljang/rlphf officialmentioned in papermentioned on GitHubpytorch 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; 13 ran; 0 honoured the contract we drafted; 2 have 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 · our draft was wrong
12ran
2unverified

Licence: 15 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 joeljang/rlphf. “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.

chars_token_ratio joeljang/rlphf/training/multitask_training.py official repository ran no licence file found · pointer only · ec7ad96cced15dae · report
collator joeljang/rlphf/training/pmorl.py official repository ran · our draft was wrong no licence file found · pointer only · bda36ad0c44dbd74 · report
compute_reward_modeling_metrics joeljang/rlphf/gpt4_evaluate/alpaca_farm/reward_modeling_trainer.py official repository ran no licence file found · pointer only · cca45bb9a111ab77 · report
flatten_dict joeljang/rlphf/gpt4_evaluate/alpaca_farm/common.py official repository ran no licence file found · pointer only · f5ff77db7757bc92 · report
format_output joeljang/rlphf/gpt4_evaluate/alpaca_farm/data_preprocessor.py official repository ran no licence file found · pointer only · 46af3eb303562401 · report
format_prompt joeljang/rlphf/gpt4_evaluate/alpaca_farm/data_preprocessor.py official repository ran no licence file found · pointer only · a71a4bdc37586fe2 · report
format_prompt_with_data_frame joeljang/rlphf/gpt4_evaluate/alpaca_farm/data_preprocessor.py official repository ran no licence file found · pointer only · 8b1ea4142642d361 · report
generate_prompt joeljang/rlphf/generate_rollouts.py official repository ran no licence file found · pointer only · dad9dcf30ea1d344 · report
generate_prompt_tulu joeljang/rlphf/generate_rollouts.py official repository ran no licence file found · pointer only · 6d93a251945458d6 · report
get_reward_stats joeljang/rlphf/training/pmorl.py official repository ran no licence file found · pointer only · ed46234879c19e1b · report
let_model_save_mem_when_zero_grad joeljang/rlphf/gpt4_evaluate/alpaca_farm/common.py official repository ran no licence file found · pointer only · 9a1871dd5c967ac1 · report
prepare_sample_text joeljang/rlphf/training/multitask_training.py official repository ran no licence file found · pointer only · c91f5610ae8e27c8 · report
preprocess_function joeljang/rlphf/training_reward_model.py official repository ran no licence file found · pointer only · 5240cc5f3702d81a · report
add_preference_prompt_during_val joeljang/rlphf/training/psoups.py official repository unverified no licence file found · pointer only · fb96ca75dd81e5fc · report
build_dataset joeljang/rlphf/training/pmorl.py official repository unverified no licence file found · pointer only · fc2e047ee0f8e902 · report

Tasks

Language ModelingLanguage ModellingLarge Language ModelMulti-Objective Reinforcement LearningReinforcement Learningreinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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