paper-with-me

Papers

Reflective Preference Optimization (RPO): Enhancing On-Policy Alignment via Hint-Guided Reflection

2025-12-15 · Zihui Zhao, Zechang Li arxiv

Direct Preference Optimization (DPO) has emerged as a lightweight and effective alternative to Reinforcement Learning from Human Feedback (RLHF) and Reinforcement Learning with AI Feedback (RLAIF) for aligning large language and vision-language models. However, the standard DPO formulation, in which both the chosen and rejected responses are generated by the same policy, suffers from a weak learning signal because the two responses often share similar errors and exhibit small Kullback-Leibler (KL) divergence. This leads to slow and unstable convergence. To address this limitation, we introduce Reflective Preference Optimization (RPO), a new framework that incorporates hint-guided reflection into the DPO paradigm. RPO uses external models to identify hallucination sources and generate concise reflective hints, enabling the construction of on-policy preference pairs with stronger contrastiveness and clearer preference signals. We theoretically show that conditioning on hints increases the expected preference margin through mutual information and improves sample efficiency while remaining within the policy distribution family. Empirically, RPO achieves superior alignment with fewer training samples and iterations, substantially reducing hallucination rates and delivering state-of-the-art performance across multimodal benchmarks.

📄 PDF Abstract BibTeX arXiv:2512.13240

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Frictive Policy Optimization for LLMs: Epistemic Intervention, Risk-Sensitive Control, and Reflective Alignment

2026-04-28 · James Pustejovsky, Nikhil Krishnaswamy arxiv

We propose Frictive Policy Optimization (FPO), a framework for learning language model policies that regulate not only what to say, but when and how to intervene in order to manage epistemic and normative risk. Unlike st…

Perception in Reflection

2025-04-09 · Yana Wei, Liang Zhao, Kangheng Lin, En Yu 외

We present a perception in reflection paradigm designed to transcend the limitations of current large vision-language models (LVLMs), which are expected yet often fail to achieve perfect perception initially. Specificall…

Hallucination

Evaluating Stability of Unreflective Alignment

2024-08-27 · James Lucassen, Mark Henry, Philippa Wright, Owen Yeung

Many theoretical obstacles to AI alignment are consequences of reflective stability - the problem of designing alignment mechanisms that the AI would not disable if given the option. However, problems stemming from refle…

counterfactual

Personalized Group Relative Policy Optimization for Heterogenous Preference Alignment

2026-02-17 · Jialu Wang, Heinrich Peters, Asad A. Butt, Navid Hashemi 외 arxiv

Despite their sophisticated general-purpose capabilities, Large Language Models (LLMs) often fail to align with diverse individual preferences because standard post-training methods, like Reinforcement Learning with Huma…

Reinforcement Learning

Is On-Policy Data always the Best Choice for Direct Preference Optimization-based LM Alignment?

2025-08-14 · Zetian Sun, Dongfang Li, Xuhui Chen, Baotian Hu 외 arxiv

The alignment of language models~(LMs) with human preferences is critical for building reliable AI systems. The problem is typically framed as optimizing an LM policy to maximize the expected reward that reflects human p…