paper-with-me

Papers

Ordinal Preference Optimization: Aligning Human Preferences via NDCG

2024-10-06 · Yang Zhao, Yixin Wang, Mingzhang Yin

Aligning Large Language Models (LLMs) with diverse human preferences is a pivotal technique for controlling model behaviors and enhancing generation quality. Reinforcement Learning from Human Feedback (RLHF), Direct Preference Optimization (DPO), and their variants optimize language models by pairwise comparisons. However, when multiple responses are available, these approaches fall short of leveraging the extensive information in the ranking given by the reward models or human feedback. In this work, we propose a novel listwise approach named Ordinal Preference Optimization (OPO), which employs the Normalized Discounted Cumulative Gain (NDCG), a widely-used ranking metric, to better utilize relative proximity within ordinal multiple responses. We develop an end-to-end preference optimization algorithm by approximating NDCG with a differentiable surrogate loss. This approach builds a connection between ranking models in information retrieval and the alignment problem. In aligning multi-response datasets assigned with ordinal rewards, OPO outperforms existing pairwise and listwise approaches on evaluation sets and general benchmarks like AlpacaEval. Moreover, we demonstrate that increasing the pool of negative samples can enhance model performance by reducing the adverse effects of trivial negatives.

📄 PDF Abstract BibTeX arXiv:2410.04346

Code (1)

zhaoyang02/ordinal-preference-optimization 공식 구현 pytorch

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Beyond Binary Preferences: A Principled Framework for Reward Modeling with Ordinal Feedback

2026-02-13 · Amirhossein Afsharrad, Ruida Zhou, Luca Viano, Sanjay Lall 외 arxiv

Reward modeling is crucial for aligning large language models with human preferences, yet current approaches lack a principled mathematical framework for leveraging ordinal preference data. When human annotators provide …

Reward Difference Optimization For Sample Reweighting In Offline RLHF

2024-08-18 · Shiqi Wang, Zhengze Zhang, Rui Zhao, Fei Tan 외

With the rapid advances in Large Language Models (LLMs), aligning LLMs with human preferences become increasingly important. Although Reinforcement Learning with Human Feedback (RLHF) proves effective, it is complicated …

Reward Modeling with Ordinal Feedback: Wisdom of the Crowd

2024-11-19 · Shang Liu, Yu Pan, Guanting Chen, Xiaocheng Li

Learning a reward model (RM) from human preferences has been an important component in aligning large language models (LLMs). The canonical setup of learning RMs from pairwise preference data is rooted in the classic Bra…

Knowledge Distillation

Comparing Bad Apples to Good Oranges: Aligning Large Language Models via Joint Preference Optimization

2024-03-31 · Hritik Bansal, Ashima Suvarna, Gantavya Bhatt, Nanyun Peng 외

A common technique for aligning large language models (LLMs) relies on acquiring human preferences by comparing multiple generations conditioned on a fixed context. This method, however, relies solely on pairwise compari…

DreamDPO: Aligning Text-to-3D Generation with Human Preferences via Direct Preference Optimization

2025-02-05 · Zhenglin Zhou, Xiaobo Xia, Fan Ma, Hehe Fan 외

Text-to-3D generation automates 3D content creation from textual descriptions, which offers transformative potential across various fields. However, existing methods often struggle to align generated content with human p…

3D GenerationText to 3D