paper-with-me

Papers

Sample-Efficient Alignment for LLMs

2024-11-03 · Zichen Liu, Changyu Chen, Chao Du, Wee Sun Lee, Min Lin

We study methods for efficiently aligning large language models (LLMs) with human preferences given budgeted online feedback. We first formulate the LLM alignment problem in the frame of contextual dueling bandits. This formulation, subsuming recent paradigms such as online RLHF and online DPO, inherently quests for sample-efficient algorithms that incorporate online active exploration. Leveraging insights from bandit theory, we introduce a unified algorithm based on Thompson sampling and highlight its applications in two distinct LLM alignment scenarios. The practical agent that efficiently implements this algorithm, named SEA (Sample-Efficient Alignment), is empirically validated through extensive experiments across three model scales (1B, 2.8B, 6.9B) and three preference learning algorithms (DPO, IPO, SLiC). The results demonstrate that SEA achieves highly sample-efficient alignment with oracle's preferences, outperforming recent active exploration methods for LLMs. Additionally, we release the implementation of SEA together with an efficient codebase designed for online alignment of LLMs, aiming to accelerate future research in this field.

📄 PDF Abstract BibTeX arXiv:2411.01493

Code (1)

sail-sg/oat 공식 구현 pytorch

Tasks

Thompson Sampling

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Distributional Preference Alignment of LLMs via Optimal Transport

2024-06-09 · Igor Melnyk, Youssef Mroueh, Brian Belgodere, Mattia Rigotti 외

Current LLM alignment techniques use pairwise human preferences at a sample level, and as such, they do not imply an alignment on the distributional level. We propose in this paper Alignment via Optimal Transport (AOT), …

Human-Instruction-Free LLM Self-Alignment with Limited Samples

2024-01-06 · Hongyi Guo, Yuanshun Yao, Wei Shen, Jiaheng Wei 외

Aligning large language models (LLMs) with human values is a vital task for LLM practitioners. Current alignment techniques have several limitations: (1) requiring a large amount of annotated data; (2) demanding heavy hu…

In-Context LearningInstruction Following

OmniAlign-V: Towards Enhanced Alignment of MLLMs with Human Preference

2025-02-25 · Xiangyu Zhao, Shengyuan Ding, ZiCheng Zhang, Haian Huang 외

Recent advancements in open-source multi-modal large language models (MLLMs) have primarily focused on enhancing foundational capabilities, leaving a significant gap in human preference alignment. This paper introduces O…

Visual Question Answering (VQA)

Refining Positive and Toxic Samples for Dual Safety Self-Alignment of LLMs with Minimal Human Interventions

2025-02-08 · Jingxin Xu, Guoshun Nan, Sheng Guan, Sicong Leng 외

Recent AI agents, such as ChatGPT and LLaMA, primarily rely on instruction tuning and reinforcement learning to calibrate the output of large language models (LLMs) with human intentions, ensuring the outputs are harmles…

Safety Alignment

Test-time reward-guided alignment of language models by importance sampling on pre-logit space

2025-10-30 · Sekitoshi Kanai, Tsukasa Yoshida, Hiroshi Takahashi, Haru Kuroki 외 arxiv

Test-time alignment of large language models (LLMs) attracts attention because fine-tuning of LLMs requires high computational costs. In this paper, we propose a new test-time reward-guided alignment method called adapti…