ICDPO: Effectively Borrowing Alignment Capability of Others via In-context Direct Preference Optimization
Feifan Song, Yuxuan Fan, Xin Zhang, Peiyi Wang, Houfeng Wang
TL;DR
This work tackles the high cost of aligning large language models with human preferences by introducing ICDPO, a tuning-free approach that borrows alignment capabilities from superior models through in-context learning. It rethinks Direct Preference Optimization, derives an instant scorer from the states of the model before and after ICL, and employs a two-stage retrieval to curate demonstrations. A contrastive score guides candidate ranking without parameter updates, enabling the base LLM to align more closely with human preferences while remaining cost-efficient. Across multiple baselines and datasets, ICDPO demonstrates strong improvements over fine-tuning-free methods and competitive performance with SFT plus LoRA, with analyses highlighting the importance of demonstration quality, retrieval strategy, and scoring reliability.
Abstract
Large Language Models (LLMs) rely on Human Preference Alignment (HPA) to ensure the generation of safe content. Due to the heavy cost associated with fine-tuning, fine-tuning-free methods have emerged, typically modifying LLM decoding with external auxiliary methods. However, these methods do not essentially enhance the LLM itself. In this paper, we rethink the derivation procedures of DPO, based on which we conversely build an instant scorer using the states of the LLM before and after In-context Learning (ICL). Accordingly, we propose a novel approach called In-Context Direct Preference Optimization (ICDPO). It enables LLMs to borrow the HPA capabilities from superior LLMs with ICL, generating well-aligned responses as estimated by the aforementioned instant scorer, thereby enhancing the final performance. ICDPO can be further enhanced with a two-stage retriever and an upgraded scorer, both offering benefits. Extensive experiments show its effectiveness, particularly in outperforming two fine-tuning-free baselines, and it exhibits competitiveness with SFT + LoRA. We also conduct detailed analyses to offer comprehensive insights into ICDPO.
