paper-with-me

Papers

Annotation-Efficient Preference Optimization for Language Model Alignment

2024-05-22 · Yuu Jinnai, Ukyo Honda

Preference optimization is a standard approach to fine-tuning large language models to align with human preferences. The quality, diversity, and quantity of the preference dataset are critical to the effectiveness of preference optimization. However, obtaining a large amount of high-quality and diverse preference annotations is difficult in many applications. This raises the question of how to use the limited annotation budget to create an effective preference dataset. To this end, we propose Annotation-Efficient Preference Optimization (AEPO). Instead of exhaustively annotating preference over all available response texts, AEPO selects a subset of responses that maximizes quality and diversity from the available responses, and then annotates preference over the selected ones. In this way, AEPO focuses the annotation budget on labeling preference over a smaller subset of responses with diversity and of high quality. We evaluate the performance of Direct Preference Optimization (DPO) using AEPO and show that it outperforms models trained using a standard DPO with the same annotation budget. Our code is available at https://github.com/CyberAgentAILab/annotation-efficient-po

📄 PDF Abstract BibTeX arXiv:2405.13541

Code (1)

CyberAgentAILab/annotation-efficient-po 공식 구현 pytorch

Tasks

DiversityLanguage ModelingLanguage Modellingmodel

Methods 이 논문이 사용한 방법론

DPO 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game

2023-11-14 · Pengyu Cheng, Yifan Yang, Jian Li, Yong Dai 외

Human preference alignment is essential to improve the interaction quality of large language models (LLMs). Existing alignment methods depend on manually annotated preference data to guide the LLM optimization directions…

Stackelberg Game Preference Optimization for Data-Efficient Alignment of Language Models

2025-02-25 · Xu Chu, Zhixin Zhang, Tianyu Jia, Yujie Jin

Aligning language models with human preferences is critical for real-world deployment, but existing methods often require large amounts of high-quality human annotations. Aiming at a data-efficient alignment method, we p…

2kModels Alignment

When Weak LLMs Speak with Confidence, Preference Alignment Gets Stronger

2026-03-05 · Amirabbas Afzali, Myeongho Jeon, Maria Brbic arxiv

Preference alignment is an essential step in adapting large language models (LLMs) to human values, but existing approaches typically depend on costly human annotations or large-scale API-based models. We explore whether…

Aligning Large Language Models via Self-Steering Optimization

2024-10-22 · Hao Xiang, Bowen Yu, Hongyu Lin, Keming Lu 외

Automated alignment develops alignment systems with minimal human intervention. The key to automated alignment lies in providing learnable and accurate preference signals for preference learning without human annotation.…

AnnoDPO: Protein Functional Annotation Learning with Direct Preference Optimization

2025-06-08 · Zixuan Jiang, Renjing Xu

Deciphering protein function remains a fundamental challenge in protein representation learning. The task presents significant difficulties for protein language models (PLMs) due to the sheer volume of functional annotat…

Language ModelingLanguage ModellingLarge Language ModelProtein Function Prediction+1