paper-with-me

홈 › Papers

IPO: Your Language Model is Secretly a Preference Classifier

2025-02-22 · Shivank Garg, Ayush Singh, Shweta Singh, Paras Chopra

Reinforcement learning from human feedback (RLHF) has emerged as the primary method for aligning large language models (LLMs) with human preferences. While it enables LLMs to achieve human-level alignment, it often incurs significant computational and financial costs due to its reliance on training external reward models or human-labeled preferences. In this work, we propose \textbf{Implicit Preference Optimization (IPO)}, an alternative approach that leverages generative LLMs as preference classifiers, thereby reducing the dependence on external human feedback or reward models to obtain preferences. We conduct a comprehensive evaluation on the preference classification ability of LLMs using RewardBench, assessing models across different sizes, architectures, and training levels to validate our hypothesis. Furthermore, we investigate the self-improvement capabilities of LLMs by generating multiple responses for a given instruction and employing the model itself as a preference classifier for Direct Preference Optimization (DPO)-based training. Our findings demonstrate that models trained through IPO achieve performance comparable to those utilizing state-of-the-art reward models for obtaining preferences.

📄 PDF Abstract BibTeX arXiv:2502.16182

Code (1)

shivank21/Implicit_Preference_Optimization 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Your Mouse and Eyes Secretly Leak Your Preference: LLM Alignment using Implicit Feedback from Users

2026-06-18 · Haw-Shiuan Chang, Jeffrey Gomez, Mehul Patwari, Aryan Sajith 외 arxiv

To align a Large Language Model (LLM), most existing methods collect explicit human feedback and train a reward model to predict the human preference based on the response text. These existing methods have two key limita…

Semiparametric Preference Optimization: Your Language Model is Secretly a Single-Index Model

2025-12-26 · Nathan Kallus arxiv

Policy alignment to preference data typically assumes a known link function between observed preferences and latent rewards (e.g., Bradley-Terry model / logistic link). Misspecification of this link can bias inferred rew…

Your Self-Play Algorithm is Secretly an Adversarial Imitator: Understanding LLM Self-Play through the Lens of Imitation Learning

2026-02-01 · Shangzhe Li, Xuchao Zhang, Chetan Bansal, Weitong Zhang arxiv

Self-play post-training methods has emerged as an effective approach for finetuning large language models and turn the weak language model into strong language model without preference data. However, the theoretical foun…

Beyond Pairs: Your Language Model is Secretly Optimizing a Preference Graph

2026-05-08 · Ning Liu, Chuanneng Sun, Kristina Klinkner, Shervin Malmasi arxiv

Direct Preference Optimization (DPO) aligns language models using pairwise preference comparisons, offering a simple and effective alternative to Reinforcement Learning (RL) from human feedback. However, in many practica…

Reinforcement LearningProgram Synthesis

Direct Preference Optimization: Your Language Model is Secretly a Reward Model

2023-05-29 · NeurIPS 2023 11 · Rafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon 외

While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised nature of their trai…

Language ModelingLanguage ModellingmodelPreference Mapping+2