Improving Preference Extraction In LLMs By Identifying Latent Knowledge Through Classifying Probes
Sharan Maiya, Yinhong Liu, Ramit Debnath, Anna Korhonen
TL;DR
The paper tackles biases and inefficiencies in LLM-based evaluation by introducing linear classifying probes trained on contrast pairs to explicitly access latent judgement. Both supervised and unsupervised probes demonstrate superior alignment with human judgments compared to generation-based scoring, with unsupervised probes offering strong robustness and efficiency, and supervised probes yielding further gains with modest labeled data. Across multiple model families and diverse datasets, probes generalize well under distributional shifts and can even surpass finetuned evaluators under similar data budgets. This approach provides interpretable insights into how models encode judgement, enabling cost-effective, robust LLM-as-a-judge applications with broad practical impact.
Abstract
Large Language Models (LLMs) are often used as automated judges to evaluate text, but their effectiveness can be hindered by various unintentional biases. We propose using linear classifying probes, trained by leveraging differences between contrasting pairs of prompts, to directly access LLMs' latent knowledge and extract more accurate preferences. Through extensive experiments using models of varying size from four different families and six diverse datasets assessing text quality evaluation and common sense reasoning, we demonstrate that both supervised and unsupervised probing approaches consistently outperform traditional generation-based judgement while maintaining similar computational costs. These probes generalise under domain shifts and can even outperform finetuned evaluators with the same training data size. Our results suggest linear probing offers an accurate, robust and computationally efficient approach for LLM-as-judge tasks while providing interpretable insights into how models encode judgement-relevant knowledge. Our data and code will be openly released in the future.
