Amazon Uses Ising Models to Fix 'Blind Spots' in LLM Judge Panels
A new dependence-aware aggregation method prevents correlated AI judges from inflating confidence through redundant agreement.
Amazon researchers have developed a new method for aggregating evaluations from multiple LLM judges that accounts for correlations between models. Presented at ICML 2026, the approach uses Ising models to identify when judges share training lineages or blind spots, ensuring that redundant agreement does not falsely inflate the confidence of a final decision.
Traditional "LLM-as-a-judge" systems often rely on majority voting to reduce noise, assuming each model acts as an independent observer. However, Amazon's research demonstrates that if models share a prompt template, model family, or training data, they often make the same mistakes. In these cases, high agreement is not a sign of accuracy, but of shared bias. By treating the judge panel as a network rather than a list of independent voters, this dependence-aware model filters out these correlations.
The Cost of Correlated Errors
The core problem lies in the difference between model diversity and statistical diversity. If eight agreeing judges are genuinely different sources of evidence, agreement is a strong signal; however, if they share a common blind spot or training lineage, they may simply be repeating the same error. Traditional weighted majority vote baselines fail to account for this, leading to overconfidence when a cluster of similar models agrees on a wrong answer.
By applying Ising models—a mathematical framework typically used in statistical mechanics to describe magnetism—the researchers can model the dependencies between judges. This allows the system to weigh evidence based on whether the judges provide unique insights or merely echo the same underlying bias.
Performance and Industry Impact
The results indicate a significant leap in reliability over existing methods. The dependence-aware method outperformed the best-performing baseline, the weighted majority vote, by 9% to 14% on standard metrics across three different tasks. This suggests that accounting for model interdependence is critical for any pipeline relying on ensemble AI evaluations.
For the broader AI industry, this research shifts the focus from simply increasing the number of judges to optimizing the diversity of the panel. It provides a framework for developers to identify redundant judges in their pipeline and more accurately assess the reliability of AI-generated evaluations.
Future Outlook
As LLM-as-a-judge becomes a standard for benchmarking and safety testing, the ability to detect shared biases will be essential. Future developments will likely focus on how to automatically curate judge panels that maximize statistical diversity. While the ICML 2026 presentation confirms the efficacy of the Ising model approach, the industry must now determine how to scale these dependence-aware aggregations across larger, more heterogeneous sets of proprietary and open-source models.