Papers › Beyond correlation: The Impact of Human Uncertainty in Measuring the Effectiveness of...

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

3 Oct 2024arXiv:2410.03775archive 2025-07-28

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 α and Randolph's κ 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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.03775")

Code

Syntology Ran 15 of 18 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amazon-science/beyondcorrelation officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 15 ran; 2 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
4ran · our draft was wrong
1ran · fixture could not drive it
7ran
3unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from amazon-science/beyondcorrelation. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

filter_none amazon-science/beyondcorrelation/examples/judge_bench_example.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 0d5ad57add6e2d02 · report
add_column_machine_random amazon-science/BeyondCorrelation/beyond_correlation/dataframe_utils.py official repository ran Apache-2.0 (permissive) · cc31355ec82774ae · report
add_column_num_unique amazon-science/BeyondCorrelation/beyond_correlation/dataframe_utils.py official repository ran Apache-2.0 (permissive) · 943e8731c91b0332 · report
compute_cohen_2_column amazon-science/BeyondCorrelation/beyond_correlation/correlation_utils.py official repository ran Apache-2.0 (permissive) · 18df11d80c30132d · report
compute_proportion amazon-science/BeyondCorrelation/beyond_correlation/correlation_utils.py official repository ran Apache-2.0 (permissive) · 93705aca400ce172 · report
compute_spearman_rank_correlation_2_column amazon-science/BeyondCorrelation/beyond_correlation/correlation_utils.py official repository ran Apache-2.0 (permissive) · a1f5a1c35ebead36 · report
compute_weighted_js amazon-science/beyondcorrelation/beyond_correlation/correlation_utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · b74f73e3af5e8a02 · report
flatten_list amazon-science/BeyondCorrelation/beyond_correlation/dataframe_utils.py official repository ran Apache-2.0 (permissive) · abd051cc3e023729 · report
load_summ_eval_data amazon-science/beyondcorrelation/examples/geval_example.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 504deef69abc3008 · report
map_fluency_from_5scale_to_3scale amazon-science/beyondcorrelation/examples/geval_example.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · ea2bcc0bd50067f1 · report
nli_llm_predict_fn amazon-science/beyondcorrelation/examples/snli_example.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 6c0a3c3a34175814 · report
parse_geval_response amazon-science/beyondcorrelation/examples/geval_example.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · ea6acccd06a17af5 · report
parse_nli_response amazon-science/beyondcorrelation/examples/snli_example.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · b32564117656a957 · report
parse_score amazon-science/beyondcorrelation/examples/judge_bench_example.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 0b9867bdf14b90fb · report
predict_mistral amazon-science/BeyondCorrelation/beyond_correlation/bedrock_utils.py official repository ran Apache-2.0 (permissive) · dbec8199da859167 · report
predict_claude amazon-science/BeyondCorrelation/beyond_correlation/bedrock_utils.py official repository unverified Apache-2.0 (permissive) · 484ae545cd0f381f · report
predict_llama amazon-science/BeyondCorrelation/beyond_correlation/bedrock_utils.py official repository unverified Apache-2.0 (permissive) · 199c7ad69f17b6ea · report
process_dataset amazon-science/beyondcorrelation/examples/judge_bench_example.py official repository unverified Apache-2.0 (permissive) · 992a1552125a9048 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections