paper-with-me

Papers

AIPO: Improving Training Objective for Iterative Preference Optimization

2024-09-13 · Yaojie Shen, Xinyao Wang, Yulei Niu, Ying Zhou, Lexin Tang, Libo Zhang, Fan Chen, Longyin Wen

Preference Optimization (PO), is gaining popularity as an alternative choice of Proximal Policy Optimization (PPO) for aligning Large Language Models (LLMs). Recent research on aligning LLMs iteratively with synthetic or partially synthetic data shows promising results in scaling up PO training for both academic settings and proprietary trained models such as Llama3. Despite its success, our study shows that the length exploitation issue present in PO is even more severe in Iterative Preference Optimization (IPO) due to the iterative nature of the process. In this work, we study iterative preference optimization with synthetic data. We share the findings and analysis along the way of building the iterative preference optimization pipeline. More specifically, we discuss the length exploitation issue during iterative preference optimization and propose our training objective for iterative preference optimization, namely Agreement-aware Iterative Preference Optimization (AIPO). To demonstrate the effectiveness of our method, we conduct comprehensive experiments and achieve state-of-the-art performance on MT-Bench, AlpacaEval 2.0, and Arena-Hard. Our implementation and model checkpoints will be made available at https://github.com/bytedance/AIPO.

📄 PDF Abstract BibTeX arXiv:2409.08845

Code (1)

bytedance/aipo 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

PO Stochastic optimization methods have gained significant prominence as effective techniques in contemporary research, addressing complex optimization challenges efficiently. This…

Similar Papers 제목 키워드 기반

AIpom at SemEval-2024 Task 8: Detecting AI-produced Outputs in M4

2024-03-28 · Alexander Shirnin, Nikita Andreev, Vladislav Mikhailov, Ekaterina Artemova

This paper describes AIpom, a system designed to detect a boundary between human-written and machine-generated text (SemEval-2024 Task 8, Subtask C: Human-Machine Mixed Text Detection). We propose a two-stage pipeline co…

DecoderText Detection

Multi-Objective Preference Optimization: Improving Human Alignment of Generative Models

2025-05-16 · Akhil Agnihotri, Rahul Jain, Deepak Ramachandran, Zheng Wen

Post-training of LLMs with RLHF, and subsequently preference optimization algorithms such as DPO, IPO, etc., made a big difference in improving human alignment. However, all such techniques can only work with a single (h…

XAIport: A Service Framework for the Early Adoption of XAI in AI Model Development

2024-03-25 · Zerui Wang, Yan Liu, Abishek Arumugam Thiruselvi, Abdelwahab Hamou-Lhadj

In this study, we propose the early adoption of Explainable AI (XAI) with a focus on three properties: Quality of explanation, the explanation summaries should be consistent across multiple XAI methods; Architectural Com…

Rethinking Efficiency in Neural Combinatorial Optimization: Batched Preference Optimization with Mamba

2026-02-24 · Zhenxing Xu, Zeyuan Ma, Weidong Bao, Yan Zheng 외 arxiv

We study efficiency as a first-class objective in Neural Combinatorial Optimization (NCO) and present ECO, an efficient learning framework that combines batched preference optimization with a Mamba backbone. Instead of t…

AIPO: Learning to Reason from Active Interaction

2026-05-08 · Junnan Liu, Linhao Luo, Thuy-Trang Vu, Gholamreza Haffari arxiv

Recent advances in large language models (LLMs) have demonstrated remarkable reasoning capabilities, largely stimulated by Reinforcement Learning with Verifiable Rewards (RLVR). However, existing RL algorithms face a fun…

Reinforcement Learning