paper-with-me

Papers

Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game

2023-11-14 · Pengyu Cheng, Yifan Yang, Jian Li, Yong Dai, Tianhao Hu, Peixin Cao, Nan Du, Xiaolong Li

Human preference alignment is essential to improve the interaction quality of large language models (LLMs). Existing alignment methods depend on manually annotated preference data to guide the LLM optimization directions. However, continuously updating LLMs for alignment raises a distribution gap between model-generated samples and human-annotated responses, hindering training effectiveness. To mitigate this issue, previous methods require additional preference annotation on newly generated samples to adapt to the shifted distribution, which consumes a large amount of annotation resources. Targeting more efficient human preference optimization, we propose an Adversarial Preference Optimization (APO) framework, in which the LLM and the reward model update alternatively via a min-max game. Through adversarial training, the reward model can adapt to the shifted generation distribution of the LLM without any additional annotation. With comprehensive experiments, we find the proposed adversarial training framework further enhances existing alignment baselines in terms of LLM helpfulness and harmlessness. The code is at https://github.com/Linear95/APO.

📄 PDF Abstract BibTeX arXiv:2311.08045

Code (1)

linear95/apo 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Enhancing Diffusion-based Unrestricted Adversarial Attacks via Adversary Preferences Alignment

2025-06-02 · Kaixun Jiang, Zhaoyu Chen, Haijing Guo, Jinglun Li 외

Preference alignment in diffusion models has primarily focused on benign human preferences (e.g., aesthetic). In this paper, we propose a novel perspective: framing unrestricted adversarial example generation as a proble…

Follow-Your-Preference: Towards Preference-Aligned Image Inpainting

2025-09-27 · Yutao Shen, Junkun Yuan, Toru Aonishi, Hideki Nakayama 외 arxiv

This paper investigates image inpainting with preference alignment. Instead of introducing a novel method, we go back to basics and revisit fundamental problems in achieving such alignment. We leverage the prominent dire…

Image Inpainting

ERPO: Advancing Safety Alignment via Ex-Ante Reasoning Preference Optimization

2025-04-03 · Kehua Feng, Keyan Ding, Jing Yu, MengHan Li 외

Recent advancements in large language models (LLMs) have accelerated progress toward artificial general intelligence, yet their potential to generate harmful content poses critical safety challenges. Existing alignment m…

Safety Alignment

Provably Mitigating Overoptimization in RLHF: Your SFT Loss is Implicitly an Adversarial Regularizer

2024-05-26 · Zhihan Liu, Miao Lu, Shenao Zhang, Boyi Liu 외

Aligning generative models with human preference via RLHF typically suffers from overoptimization, where an imperfectly learned reward model can misguide the generative model to output undesired responses. We investigate…

A-IPO: Adaptive Intent-driven Preference Optimization

2025-10-11 · Wenqing Wang, Muhammad Asif Ali, Ali Shoker, Ruohan Yang 외 arxiv

Human preferences are diverse and dynamic, shaped by regional, cultural, and social factors. Existing alignment methods like Direct Preference Optimization (DPO) and its variants often default to majority views, overlook…

Adversarial Robustness