Papers › Reward-free Alignment for Conflicting Objectives

Reward-free Alignment for Conflicting Objectives

2 Feb 2026ICMLarXiv:2602.02495added by Syntology

Peter Chen, Xiaopeng Li, Xi Chen, Tianyi Lin

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Direct alignment methods are increasingly used to align large language models (LLMs) with human preferences. However, many real-world alignment problems involve multiple conflicting objectives, where naive aggregation of preferences can lead to unstable training and poor trade-offs. In particular, weighted loss methods may fail to identify update directions that simultaneously improve all objectives, and existing multi-objective approaches often rely on explicit reward models, introducing additional complexity and distorting user-specified preferences. The contributions of this paper are two-fold. First, we propose a Reward-free Alignment framework for Conflicted Objectives (RACO) that directly leverages pairwise preference data and resolves gradient conflicts via a novel clipped variant of conflict-averse gradient descent. We provide convergence guarantees to Pareto-critical points that respect user-specified objective weights, and further show that clipping can strictly improve convergence rate in the two-objective setting. Second, we improve our method using some heuristics and conduct experiments to demonstrate the compatibility of the proposed framework for LLM alignment. Both qualitative and quantitative evaluations on multi-objective summarization and safety alignment tasks across multiple LLM families (Qwen 3, Llama 3, Gemma 3) show that our method consistently achieves better Pareto trade-offs compared to existing multi-objective alignment baselines.

PaperPDFCode 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="2602.02495")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PeterLauLukChen/RACO found in paper text by Syntology report

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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 PeterLauLukChen/RACO. “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.

beaver_conversation PeterLauLukChen/RACO/script/score_beaver_reward_cost.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2557e245c7e798c3 · report
build_text PeterLauLukChen/RACO/script/score_reward_summarization.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8a99d20ff14e3711 · report
compute_variance PeterLauLukChen/RACO/script/calc_raco_metric_stats.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9ebf3925d706325e · report
discover_inputs PeterLauLukChen/RACO/script/calc_raco_metric_stats.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 681958bea02af0cf · report
extract_prompt PeterLauLukChen/RACO/script/build_summary_eval_prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b7256244e37b6cb1 · report
main PeterLauLukChen/RACO/eval/new_score.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9072e64887215a81 · report
main PeterLauLukChen/RACO/eval/new_score_beaver.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 78304958ed3d9382 · report
main PeterLauLukChen/RACO/eval/vllm_generate_and_score.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0591481280db58e2 · report
make_async_client PeterLauLukChen/RACO/eval/vllm_generate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6c574acf7317667e · report
make_client PeterLauLukChen/RACO/eval/vllm_generate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fda35ae84a267de1 · report
parse_logged_dict PeterLauLukChen/RACO/script/calc_raco_metric_stats.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 792996f18741b2bb · report
read_prompts_from_parquet PeterLauLukChen/RACO/eval/vllm_generate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c7af484423746243 · report
score_pairs PeterLauLukChen/RACO/script/score_faithful_summarization.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 69c7ec23046c9eff · report
score_texts PeterLauLukChen/RACO/script/score_reward_summarization.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b7550e6553b4157c · report
strip_system_prompt PeterLauLukChen/RACO/script/score_faithful_summarization.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ee4d9f7f86635181 · report
strip_system_prompt PeterLauLukChen/RACO/script/score_reward_summarization.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9197f51c0cb72bcc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.02495, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

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