CLCYJun 17, 2024

Can LLM be a Personalized Judge?

arXiv:2406.11657v1107 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable and scalable evaluation methods for LLM personalization, which is crucial as LLMs expand globally, but it is incremental as it builds on existing LLM-as-a-Judge approaches.

The paper tackles the problem of unreliable evaluation in LLM personalization by showing that directly using LLMs as personalized judges has low agreement with human ground truth, but introducing verbal uncertainty estimation improves agreement to over 80% on high-certainty samples for binary tasks.

Ensuring that large language models (LLMs) reflect diverse user values and preferences is crucial as their user bases expand globally. It is therefore encouraging to see the growing interest in LLM personalization within the research community. However, current works often rely on the LLM-as-a-Judge approach for evaluation without thoroughly examining its validity. In this paper, we investigate the reliability of LLM-as-a-Personalized-Judge, asking LLMs to judge user preferences based on personas. Our findings suggest that directly applying LLM-as-a-Personalized-Judge is less reliable than previously assumed, showing low and inconsistent agreement with human ground truth. The personas typically used are often overly simplistic, resulting in low predictive power. To address these issues, we introduce verbal uncertainty estimation into the LLM-as-a-Personalized-Judge pipeline, allowing the model to express low confidence on uncertain judgments. This adjustment leads to much higher agreement (above 80%) on high-certainty samples for binary tasks. Through human evaluation, we find that the LLM-as-a-Personalized-Judge achieves comparable performance to third-party humans evaluation and even surpasses human performance on high-certainty samples. Our work indicates that certainty-enhanced LLM-as-a-Personalized-Judge offers a promising direction for developing more reliable and scalable methods for evaluating LLM personalization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes