Would I Lie To You? Inference Time Alignment of Language Models using Direct Preference Heads
Avelina Asada Hadji-Kyriacou, Ognjen Arandjelovic
TL;DR
This work introduces Direct Preference Heads (DPH), an inference-time, auxiliary reward mechanism that guides candidate selection without altering a language model's logits. By defining Separable and Contrastive DPH losses and linking them to Conservative Direct Preference Optimization, the approach achieves robust learning of human-preference signals with reduced risk to reasoning, particularly for smaller models. Comprehensive evaluation across GLUE, GPT4All-style commonsense benchmarks, and RACE demonstrates that DPH can outperform supervised fine-tuning and Direct Preference Optimization on multiple tasks, while maintaining stability and efficiency through a three-stage training pipeline and priors regularization. The work discusses limitations and safety considerations, and outlines future work to extract richer signal categories (e.g., helpfulness, toxicity) and reinforce safety through additional guardrails.
Abstract
Pre-trained Language Models (LMs) exhibit strong zero-shot and in-context learning capabilities; however, their behaviors are often difficult to control. By utilizing Reinforcement Learning from Human Feedback (RLHF), it is possible to fine-tune unsupervised LMs to follow instructions and produce outputs that reflect human preferences. Despite its benefits, RLHF has been shown to potentially harm a language model's reasoning capabilities and introduce artifacts such as hallucinations where the model may fabricate facts. To address this issue we introduce Direct Preference Heads (DPH), a fine-tuning framework that enables LMs to learn human preference signals through an auxiliary reward head without directly affecting the output distribution of the language modeling head. We perform a theoretical analysis of our objective function and find strong ties to Conservative Direct Preference Optimization (cDPO). Finally we evaluate our models on GLUE, RACE, and the GPT4All evaluation suite and demonstrate that our method produces models which achieve higher scores than those fine-tuned with Supervised Fine-Tuning (SFT) or Direct Preference Optimization (DPO) alone.
