Hugging Face Daily PapersPeter Chen, Xi Chen, Wotao Yin1 min readpaperadvanced
A Zeroth-Order Paradigm for LLM Preference Alignment
Summary
The paper proposes Comparison-based Preference Optimization (ComPO), a zeroth‑order method that uses comparison oracles to align LLMs without a differentiable loss. Experiments on several LLM families show it improves win rates and mitigates likelihood displacement compared to direct alignment approaches.
- ComPO extracts directional information from preference pairs via comparison oracles, avoiding direct optimization of a differentiable loss.
- The offline version of ComPO has a convergence guarantee under smoothness, gradient sparsity, and oracle‑objective compatibility assumptions.
- Online ComPO adds reverse‑KL control using unlabeled policy generations relative to a reference policy.
- The authors prove performance bounds for a constrained scheme assuming local coverage and accurate in‑distribution pairwise rewards.
LLM alignment engineers and researchers should care because ComPO offers a theoretically grounded, potentially more efficient alternative to standard preference‑based fine‑tuning.
7/10

