HN
Today

When LLM judges agree, should we believe them?

This article from Amazon Science tackles the crucial problem of how to trust and aggregate judgments from multiple LLMs, especially when they might agree due to shared blind spots rather than independent reasoning. It introduces a sophisticated statistical method to account for correlated errors among LLM 'judges', moving beyond simple majority voting. The discussion highlights both the technical challenges of evaluating AI and the broader societal implications of relying on their decisions.

36
Score
17
Comments
#15
Highest Rank
4h
on Front Page
First Seen
Sep 14, 5:00 PM
Last Seen
Sep 14, 8:00 PM
Rank Over Time
17191529

The Lowdown

As Large Language Models (LLMs) are increasingly deployed as 'judges' in various applications, particularly in retrieval-augmented generation (RAG) systems, a critical question emerges: when multiple LLM judges agree, should we automatically trust their consensus? This Amazon Science paper investigates the deceptive simplicity of majority voting, arguing that shared biases, training lineages, or prompt templates can lead to correlated errors, making apparent agreement less robust than it seems.

Here's the gist:

  • LLM-as-a-judge systems often use multiple models to evaluate outputs (e.g., relevance, toxicity, summarization).
  • Traditional methods like uniform or weighted majority voting fail to account for dependencies and shared blind spots among these judges.
  • The authors propose a dependence-aware aggregation method, utilizing an Ising model, to learn both individual judge skill and pairwise relationships between judges.
  • This approach can discount redundant agreement, effectively providing a more accurate assessment by distinguishing independent evidence from correlated errors.
  • Designed for unsupervised learning, the method learns from existing evaluation logs without needing human reference labels for training.
  • Evaluations across three binary classification tasks (relevance, toxicity, summarization) demonstrated 9-14% accuracy improvements over baseline methods.
  • Key recommendations include evaluating the entire judge panel, considering model diversity in terms of statistical error patterns, inspecting agreement structures for shared biases, and reporting uncertainty with dependence in mind.

In essence, the paper provides a framework for robustly assessing LLM panel judgments, emphasizing that understanding why judges agree is as important as the agreement itself, helping to identify true consensus versus collective oversight.

The Gossip

Skeptical Sentiments on Synthetic Sentences

Many commenters express a fundamental skepticism about LLMs' ability to be reliable judges, pointing to common failure modes like hallucination or a lack of real-world understanding. Some question the generalizability of "LLM" given the vast differences between models. Others bring up ethical concerns, particularly when judgments have significant real-world consequences, citing issues like algorithmic bias in criminal justice systems, and ponder what tasks LLMs are truly suitable for.

Correlated Consensus and Critical Concerns

A central theme revolves around whether multiple LLM "judges" truly offer independent verification or simply amplify shared biases. While some commenters believe different agents will hallucinate differently, suggesting that a second check almost entirely eliminates the problem, others point out that similar models or shared training/prompting can lead to highly correlated errors, making their agreement less meaningful. The article's core premise of accounting for these correlations resonates with this discussion.

Nuance Navigation and Naysayer's Notes

There's a split reaction to the article itself. Some commenters, without reading, outright dismiss the premise of trusting LLM judges, viewing the question as non-debatable. Others encourage reading the article, noting its nuanced approach to the problem rather than a simple endorsement of LLMs as judges. There's also criticism of the perceived "LLM-speak" or verbose language used in the article, with some finding it to be "a ton of words to say absolutely nothing."