paper-with-me

Papers

APO: Alpha-Divergence Preference Optimization

2025-12-28 · Wang Zixian arxiv

Two divergence regimes dominate modern alignment practice. Supervised fine-tuning and many distillation-style objectives implicitly minimize the forward KL divergence KL(q || pi_theta), yielding stable mode-covering updates but often under-exploiting high-reward modes. In contrast, PPO-style online reinforcement learning from human feedback behaves closer to reverse KL divergence KL(pi_theta || q), enabling mode-seeking improvements but risking mode collapse. Recent anchored methods, such as ADPO, show that performing the projection in anchored coordinates can substantially improve stability, yet they typically commit to a single divergence. We introduce Alpha-Divergence Preference Optimization (APO), an anchored framework that uses Csiszar alpha-divergence to continuously interpolate between forward and reverse KL behavior within the same anchored geometry. We derive unified gradient dynamics parameterized by alpha, analyze gradient variance properties, and propose a practical reward-and-confidence-guarded alpha schedule that transitions from coverage to exploitation only when the policy is both improving and confidently calibrated. Experiments on Qwen3-1.7B with math-level3 demonstrate that APO achieves competitive performance with GRPO and GSPO baselines while maintaining training stability.

📄 PDF Abstract BibTeX arXiv:2512.22953

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

$α$-DPO: Adaptive Reward Margin is What Direct Preference Optimization Needs

2024-10-14 · Junkang Wu, Xue Wang, Zhengyi Yang, Jiancan Wu 외

Aligning large language models (LLMs) with human values and intentions is crucial for their utility, honesty, and safety. Reinforcement learning from human feedback (RLHF) is a popular approach to achieve this alignment,…

Computational Efficiency

Alpha-divergence loss function for neural density ratio estimation

2024-02-03 · Yoshiaki Kitazawa

Density ratio estimation (DRE) is a fundamental machine learning technique for capturing relationships between two probability distributions. State-of-the-art DRE methods estimate the density ratio using neural networks …

Density Ratio Estimation

Beyond Reverse KL: Generalizing Direct Preference Optimization with Diverse Divergence Constraints

2023-09-28 · Chaoqi Wang, Yibo Jiang, Chenghao Yang, Han Liu 외

The increasing capabilities of large language models (LLMs) raise opportunities for artificial general intelligence but concurrently amplify safety concerns, such as potential misuse of AI systems, necessitating effectiv…

Alpha Entropy Search for New Information-based Bayesian Optimization

2024-11-25 · Daniel Fernández-Sánchez, Eduardo C. Garrido-Merchán, Daniel Hernández-Lobato

Bayesian optimization (BO) methods based on information theory have obtained state-of-the-art results in several tasks. These techniques heavily rely on the Kullback-Leibler (KL) divergence to compute the acquisition fun…

Bayesian Optimization

Bayesian brains and the Rényi divergence

2021-07-12 · Noor Sajid, Francesco Faccio, Lancelot Da Costa, Thomas Parr 외

Under the Bayesian brain hypothesis, behavioural variations can be attributed to different priors over generative model parameters. This provides a formal explanation for why individuals exhibit inconsistent behavioural …

Bayesian InferenceVariational Inference