Dr. SoW: Density Ratio of Strong-over-weak LLMs for Reducing the Cost of Human Annotation in Preference Tuning
Guangxuan Xu, Kai Xu, Shivchander Sudalairaj, Hao Wang, Akash Srivastava
TL;DR
Dr.SoW presents a cost-efficient, domain-flexible approach to preference annotation by leveraging a log-density ratio between strong- and weakly aligned off-the-shelf LLMs. The Strong-over-Weak hypothesis, supported by experiments across 221 model pairs, shows that larger human-alignment gaps yield higher-quality reward signals, enabling effective annotation without human data. The authors implement an end-to-end pipeline that customizes domain-specific reward criteria via instructions and in-context learning, achieving competitive results against SoTA reward classifiers and enabling downstream models like Llama-3-8B-Instruct to reach GPT-4-level performance on certain benchmarks. This work reduces data and compute overheads for reward modeling while offering adaptable, domain-aware reward functions for safer and more capable AI systems.
Abstract
Preference tuning relies on high-quality human preference data, which is often expensive and time-consuming to gather. In this paper, we introduce Dr.SoW (Density Ratio of Strong over Weak) a cost-effective method that eliminates the reliance for human annotation by leveraging off-the-shelf LLMs for preference data annotation. Dr.SoW uses the log-density ratio between a better-aligned and a less-aligned LLM as a reward signal. We evaluate Dr.SoW across 221 different LLM pairs and empirically find a strong correlation between the performance gap of the paired models and the quality of the reward signal. This insight provides a practical guideline for selecting LLMs for data annotation. Additionally, we introduce an end-to-end pipeline that customizes reward functions based on user query domains. Without fine-tuning, it improves accuracy on domain-specific evaluations. With a pair of Mistral-7B models, Dr.SoW achieves a RewardBench score of 82.6, outperforming the best trained reward functions from same model class and demonstrating competitive performance against SoTA models in Safety (91.0) and Reasoning (88.0) domains. Further, we preference-tune Llama-3-8B-Instruct using data annotated by Dr.SoW. Our approach pushes Llama-3-8B to achieve a 37.4 % (+15.1 %) win rate on ArenaHard and a 40.7 % (+17.8 %) win rate on length-controlled AlpacaEval 2.0.
