paper-with-me

홈 › Papers

Beyond correlation: The Impact of Human Uncertainty in Measuring the Effectiveness of Automatic Evaluation and LLM-as-a-Judge

2024-10-03 · Aparna Elangovan, Lei Xu, Jongwoo Ko, Mahsa Elyasi, Ling Liu, Sravan Bodapati, Dan Roth

The effectiveness of automatic evaluation of generative models is typically measured by comparing the labels generated via automation with labels by humans using correlation metrics. However, metrics like Krippendorff's $\alpha$ and Randolph's $\kappa$ were originally designed to measure the reliability of human labeling, thus make assumptions about typical human labeling behavior, and these assumptions may not be applicable to machine generated labels. In this paper, we show how *relying on a single aggregate correlation score* can obscure fundamental differences between human labels and those from automatic evaluation, including LLM-as-a-Judge. Specifically, we demonstrate that when the proportion of samples with variation or uncertainty in human assigned labels is relatively high, machine labels (generated by automatic evaluation methods) may superficially appear to have similar or better correlation with the human majority label compared to the human-to-human (HH) correlation. This can create the illusion that labels from automatic evaluation approximates the human majority label. However, as the proportion of samples with consistent human labels increases, the correlation between machine and human labels fall well below HH correlation. Based on these findings, we first propose stratifying data by human label uncertainty to provide a more robust analysis of automatic evaluation performance. Second, recognizing that uncertainty and variation are inherent in perception-based human evaluations, such as those involving attitudes or preferences, we introduce a new metric - binned Jensen-Shannon Divergence for perception for such scenarios to better measure the effectiveness of automatic evaluations. We present visualization techniques -- perception charts, to contextualize correlation measures appropriately. We have open-sourced at https://github.com/amazon-science/BeyondCorrelation.

📄 PDF Abstract BibTeX arXiv:2410.03775

Code (1)

amazon-science/beyondcorrelation 공식 구현

Similar Papers 제목 키워드 기반

Measuring and Analyzing Subjective Uncertainty in Scientific Communications

2025-03-27 · Jamshid Sourati, Grace Shao

Uncertainty of scientific findings are typically reported through statistical metrics such as $p$-values, confidence intervals, etc. The magnitude of this objective uncertainty is reflected in the language used by the au…

Performance of Conformal Prediction in Capturing Aleatoric Uncertainty

2025-09-06 · Misgina Tsighe Hagos, Claes Lundström arxiv

Conformal prediction is a model-agnostic approach to generating prediction sets that cover the true class with a high probability. Although its prediction set size is expected to capture aleatoric uncertainty, there is a…

Measuring the response of gold prices to uncertainty: An analysis beyond the mean

2018-06-20

This paper provides an innovative perspective on the role of gold as a hedge and safe haven. We use a quantile-on-quantile regression approach to capture the dependence structure between gold returns and changes in uncer…

quantile regression

Prediction Surface Uncertainty Quantification in Object Detection Models for Autonomous Driving

2021-07-11 · Ferhat Ozgur Catak, Tao Yue, Shaukat Ali

Object detection in autonomous cars is commonly based on camera images and Lidar inputs, which are often used to train prediction models such as deep artificial neural networks for decision making for object recognition,…

Autonomous DrivingDecision MakingObjectobject-detection+5

Rethinking Reward Model Evaluation: Are We Barking up the Wrong Tree?

2024-10-08 · Xueru Wen, Jie Lou, Yaojie Lu, Hongyu Lin 외

Reward Models (RMs) are crucial for aligning language models with human preferences. Currently, the evaluation of RMs depends on measuring accuracy against a validation set of manually annotated preference data. Although…