Aligning Model Evaluations with Human Preferences: Mitigating Token Count Bias in Language Model Assessments
Roland Daynauth, Jason Mars
TL;DR
This paper addresses the misalignment between human preferences and automated evaluators in SLAM's on-device LLM evaluation by identifying token-count bias as a key source of discrepancy. It develops a Bayesian framework and a $t$-test to quantify this bias and introduces a recalibration procedure for GPTScorer to align its judgments with human rankings. Across four use cases, the recalibrated evaluator shows improved correlation with human judgments, including turning the Recommendation use-case from a negative to a strong positive alignment ($-27.27$ to $44.55$). The results demonstrate the feasibility and value of bias correction in automated AI evaluations and provide a framework for extending human-aligned evaluation systems to other biases.
Abstract
The SLAM paper demonstrated that on-device Small Language Models (SLMs) are a viable and cost-effective alternative to API-based Large Language Models (LLMs), such as OpenAI's GPT-4, offering comparable performance and stability. However, SLAM also identified discrepancies between human preferences and traditional auto-evaluators. This follow-up paper explores methods to align LLM evaluator preferences with human evaluations by addressing biases, particularly toward higher token counts. We employed Bayesian statistics and a t-test to quantify this bias and developed a recalibration procedure to adjust the GPTScorer. Our findings significantly improve aligning the recalibrated LLM evaluator with human evaluations across multiple use cases. For instance, spearman's ranking correlation score in the Recommendation use case improved from -27.27 to 44.55. These results highlight the importance of accounting for biases in automated evaluations to ensure fair and accurate model assessments. The recalibration process enhances the reliability of automated evaluators, leading to better AI models that align with human values and expectations. This study provides a robust methodology for future research into bias correction and emphasizes the feasibility and benefits of developing human-aligned AI evaluation systems.
