paper-with-me

Papers

AMPO: Active Multi-Preference Optimization

2025-02-25 · Taneesh Gupta, Rahul Madhavan, Xuchao Zhang, Chetan Bansal, Saravan Rajmohan

Multi-preference optimization enriches language-model alignment beyond pairwise preferences by contrasting entire sets of helpful and undesired responses, thereby enabling richer training signals for large language models. During self-play alignment, these models often produce numerous candidate answers per query, rendering it computationally infeasible to include all responses in the training objective. In this work, we propose $\textit{Active Multi-Preference Optimization}$ (AMPO), a novel approach that combines on-policy generation, a multi-preference group-contrastive loss, and active subset selection. Specifically, we score and embed large candidate pools of responses and then select a small, yet informative, subset that covers reward extremes and distinct semantic clusters for preference optimization. Our contrastive training scheme is capable of identifying not only the best and worst answers but also subtle, underexplored modes that are crucial for robust alignment. Theoretically, we provide guarantees for expected reward maximization using our active selection method, and empirically, AMPO achieves state-of-the-art results on $\textit{AlpacaEval}$ using Llama 8B.

📄 PDF Abstract BibTeX arXiv:2502.18293

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

SAMPO-Path: Segmentation Intent-Aligned Preference Optimization for Pathology Foundation Model Segmentation

2025-08-04 · Yonghuang Wu, Wenwen Zeng, Xuan Xie, Chengqian Zhao 외 arxiv

Foundation models have shown strong performance in multi-object segmentation with visual prompts, yet histopathology images remain challenging due to high cellular density, heterogeneity, and the gap between pixel-level …

Object Segmentation

Eliminating Biased Length Reliance of Direct Preference Optimization via Down-Sampled KL Divergence

2024-06-16 · Junru Lu, Jiazheng Li, Siyu An, Meng Zhao 외

Direct Preference Optimization (DPO) has emerged as a prominent algorithm for the direct and robust alignment of Large Language Models (LLMs) with human preferences, offering a more straightforward alternative to the com…

LAMPO: Large Language Models as Preference Machines for Few-shot Ordinal Classification

2024-08-06 · Zhen Qin, Junru Wu, Jiaming Shen, Tianqi Liu 외

We introduce LAMPO, a novel paradigm that leverages Large Language Models (LLMs) for solving few-shot multi-class ordinal classification tasks. Unlike conventional methods, which concatenate all demonstration examples wi…

Hate Speech DetectionOrdinal Classification

Shampoo: Preconditioned Stochastic Tensor Optimization

2018-02-26 · ICML 2018 7 · Vineet Gupta, Tomer Koren, Yoram Singer

Preconditioned gradient methods are among the most general and powerful tools in optimization. However, preconditioning requires storing and manipulating prohibitively large matrices. We describe and analyze a new struct…

Stochastic Optimization

AMPO: Automatic Multi-Branched Prompt Optimization

2024-10-11 · Sheng Yang, Yurong Wu, Yan Gao, Zineng Zhou 외

Prompt engineering is very important to enhance the performance of large language models (LLMs). When dealing with complex issues, prompt engineers tend to distill multiple patterns from examples and inject relevant solu…

Prompt Engineering