paper-with-me

Papers

A Zeroth-Order Paradigm for LLM Preference Alignment

2026-09-16 · Peter Chen, Xi Chen, Wotao Yin, Tianyi Lin hf

Direct preference alignment methods are widely used to align large language models (LLMs) with human preferences because of their computational and memory efficiency. However, likelihood displacement motivates alternative ways to extract information from preference pairs with small likelihood margins. In this paper, we propose and analyze Comparison-based Preference Optimization (ComPO), a zeroth-order alignment method based on comparison oracles. ComPO extracts directional information from these pairs without directly optimizing a differentiable preference loss on them. We establish a convergence guarantee for its basic offline scheme under smoothness, gradient sparsity, and compatibility between the oracle and a latent objective. We further introduce online ComPO, which retains the offline comparison mechanism and uses unlabeled policy generations for reverse-KL control relative to a reference policy. Following the coverage perspective of preference fine-tuning, we establish a performance guarantee for a basic constrained scheme under local coverage and in-distribution pairwise reward accuracy. Experiments on Mistral, Llama, Gemma-2, Qwen3, and Gemma-3 models demonstrate improvements over existing direct alignment methods, including length-controlled win rates, with pair-level diagnostics providing evidence consistent with mitigating likelihood displacement.

📄 PDF Abstract BibTeX arXiv:2609.19144

Code (3)

InsomaniacElf/sg-tamil-tts-resources- ★ 1
Tavish9/awesome-daily-AI-arxiv ★ 120
grrlkk/writing-agent-arxiv-daily

Similar Papers 제목 키워드 기반

Aligned but Fragile: Enhancing LLM Safety Robustness via Zeroth-Order Optimization

2026-05-28 · Zhihao Liu, Yifan Wu, Jian Lou, Di Wang 외 arxiv

Safety alignment for large language models (LLMs) aims to reduce harmful or unsafe behavior while preserving general utility. However, recent findings reveal that alignment effects can be fragile: lightweight post-alignm…

Visualising Policy-Reward Interplay to Inform Zeroth-Order Preference Optimisation of Large Language Models

2025-03-05 · Alessio Galatolo, Zhenbang Dai, Katie Winkle, Meriem Beloucif

Fine-tuning LLMs with first-order methods like back-propagation is computationally intensive. Zeroth-Order (ZO) optimisation, using function evaluations instead of gradients, reduces memory usage but suffers from slow co…

Machine Translation

Explicit and Non-asymptotic Query Complexities of Rank-Based Zeroth-order Algorithm on Stochastic Smooth Functions

2025-12-22 · Haishan Ye arxiv

Zeroth-order (ZO) optimization with ordinal feedback has emerged as a fundamental problem in modern machine learning systems, particularly in human-in-the-loop settings such as reinforcement learning from human feedback,…

Reinforcement Learning

Differentially Private Zeroth-Order Methods for Scalable Large Language Model Finetuning

2024-02-12 · Z Liu, J Lou, W Bao, Y Hu 외

Fine-tuning on task-specific datasets is a widely-embraced paradigm of harnessing the powerful capability of pretrained LLMs for various downstream tasks. Due to the popularity of LLMs fine-tuning and its accompanying pr…

Language ModelingLanguage ModellingLarge Language Model

SPATIALALIGN: Aligning Dynamic Spatial Relationships in Video Generation

2026-02-26 · Fengming Liu, Tat-Jen Cham, Chuanxia Zheng arxiv

Most text-to-video (T2V) generators prioritize aesthetic quality, but often ignoring the spatial constraints in the generated videos. In this work, we present SPATIALALIGN, a self-improvement framework that enhances T2V …

Video Generation