paper-with-me

홈 › Papers

Metric Match: A Subset Selection Approach to Evaluating LLM Judge Reliability

2026-06-12 · Alyssa Unell, Natalie Dullerud, Naomi Boneh, Meena Jagadeesan, Tatsu Hashimoto, Nigam Shah, Sanmi Koyejo arxiv

LLM judges are used to reduce the need for costly human labor in evaluating open-ended text generation. However, the reliability of these judges depends critically on their alignment with human raters -- a property that itself depends on costly human annotations. In this work, we develop a method (Metric Match) for estimating correlation-based reliability metrics of LLM judges from limited annotations. Metric Match selects a subset of samples for human annotation such that the subset matches the population reliability metric with respect to acquired synthetic labels. We empirically show that Metric Match achieves a win-rate of 0.838 against random subset selection across four different correlation metrics and 15 datasets, with an 18.7% decrease in average estimation error and reduces annotation needs by 32.5%. We provide a cost model and highlight a medical case study where our method saves $1,041.67 compared to random selection for expert annotation. Further, we shift our task from reliability estimation to reliability classification of whether a given judge is above a deployment threshold, outperforming random selection with Metric Match. All project code is publicly available, and we additionally provide an installable package for ease of use.

📄 PDF Abstract BibTeX arXiv:2606.15029

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Evaluating Podcast Recommendations with Profile-Aware LLM-as-a-Judge

2025-08-12 · Francesco Fabbri, Gustavo Penha, Edoardo D'Amico, Alice Wang 외 arxiv

Evaluating personalized recommendations remains a central challenge, especially in long-form audio domains like podcasts, where traditional offline metrics suffer from exposure bias and online methods such as A/B testing…

MM-JudgeBias: A Benchmark for Evaluating Compositional Biases in MLLM-as-a-Judge

2026-04-20 · Sua Lee, Sanghee Park, Jinbae Im arxiv

Multimodal Large Language Models (MLLMs) have been increasingly used as automatic evaluators-a paradigm known as MLLM-as-a-Judge. However, their reliability and vulnerabilities to biases remain underexplored. We find tha…

Uncertainty-Aware Gradient Signal-to-Noise Data Selection for Instruction Tuning

2026-01-20 · Zhihang Yuan, Chengyu Yue, Long Huang, Litu Ou 외 arxiv

Instruction tuning is a standard paradigm for adapting large language models (LLMs), but modern instruction datasets are large, noisy, and redundant, making full-data fine-tuning costly and often unnecessary. Existing da…

When LLM Judge Scores Look Good but Best-of-N Decisions Fail

2026-03-12 · Eddie Landesberg arxiv

Large language models are often used as judges to score candidate responses, then validated with a single global metric such as correlation with reference labels. This can be misleading when the real deployment task is b…

Balanced Accuracy: The Right Metric for Evaluating LLM Judges -- Explained through Youden's J statistic

2025-12-08 · Stephane Collot, Colin Fraser, Justin Zhao, William F. Shen 외 arxiv

Rigorous evaluation of large language models (LLMs) relies on comparing models by the prevalence of desirable or undesirable behaviors, such as task pass rates or policy violations. These prevalence estimates are produce…