LLM Crowds Show Wisdom, But Contamination Skews Evaluation

Igor Douven· July 22, 2026 View original

Summary

This paper investigates whether the "wisdom of crowds" phenomenon applies to Large Language Models (LLMs), finding that learned aggregation methods outperform individual models. It also highlights that training data contamination significantly inflates the perceived performance gap between frontier and smaller LLMs.

The concept of the "wisdom of crowds," where aggregated judgments often surpass individual best predictions, has been explored extensively with human groups. This research examines if a similar effect occurs when the "crowd" consists of multiple large language models (LLMs). The study gathered probability estimates from 15 LLMs on 254 binary prediction questions and evaluated various aggregation techniques. The findings indicate that learned aggregation methods, such as a multilayer perceptron or logistic regression, consistently outperformed both individual LLMs and classical aggregation approaches. Notably, the logistic regression performed as well as the neural network, suggesting that the benefit comes from learning linear combinations of diverse model outputs rather than complex non-linear interactions. A critical discovery was the pervasive impact of training cutoff contamination, which dramatically exaggerated the performance difference between advanced cloud models and smaller local models. After accounting for contamination, the apparent capability gap significantly narrowed, emphasizing the necessity of clean evaluation for accurate assessment of LLM performance and ensemble benefits.

Why it matters

Professionals leveraging multiple LLMs for decision-making or forecasting can improve accuracy by using learned aggregation methods, but must be acutely aware of training data contamination to avoid misleading performance evaluations.

How to implement this in your domain

  1. 1Experiment with ensemble methods for LLM-based prediction tasks, combining outputs from several models.
  2. 2Prioritize learned aggregation techniques (e.g., simple linear regression or MLP) over basic averaging for combining LLM judgments.
  3. 3Implement rigorous data hygiene practices to ensure evaluation datasets are free from training data contamination, especially when comparing models with different training cutoffs.
  4. 4Develop internal benchmarks using "clean" data subsets to accurately assess the true capabilities and performance gaps between various LLMs.
  5. 5Consider the diversity of LLM outputs as a valuable signal for improved aggregated predictions.

Who benefits

Financial ServicesMarket ResearchData ScienceAI DevelopmentConsulting

Key takeaways

  • LLMs can exhibit "wisdom of crowds" effects when their judgments are aggregated.
  • Learned aggregation methods significantly outperform individual LLMs and classical aggregation.
  • Training data contamination is a major confounder, inflating perceived performance differences between LLMs.
  • Clean, contamination-free evaluation is crucial for reliable assessment of LLM capabilities and ensemble benefits.

Original post by Igor Douven

"arXiv:2607.18269v1 Announce Type: new Abstract: The wisdom of crowds -- the finding that aggregating judgments across individuals often outperforms the best individual -- has been extensively studied with human forecasters. Whether the same phenomenon emerges when the ``crowd'' c…"

View on X

Originally posted by Igor Douven on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

New Tool Generates Contamination-Resistant, Labeled Code Datasets for LLMs

Spaghetti Architect is a new open-source tool that generates controlled, multi-language code datasets, addressing issues of contamination and lack of semantic control in existing code corpora. It creates correct-by-construction programs with adjustable "messiness" and difficulty labels, making it ideal for training and evaluating code-generating LLMs.

Yuxiang JiJul 22, 2026
AI ResearchAI Engineering & DevTools

New Method Safely Gates Hazardous LLM Knowledge Without Deletion

Researchers introduce Token Inoculation, a method that allows large language models to retain sensitive "dual-use" knowledge while selectively refusing hazardous queries. This approach uses a special token to condition the model's behavior, improving safety without sacrificing benign domain performance.

Seunghyun Lee, Dongyoon Han, Sangdoo YunJul 22, 2026
AI ResearchAI Engineering & DevTools

GNNAS-TSP Selects Optimal Algorithms for Traveling Salesman Problem

Researchers introduce GNNAS-TSP, a Graph Neural Network (GNN)-based framework for automated algorithm selection (AS) for the Traveling Salesman Problem (TSP). GNNAS-TSP learns TSP instance representations directly from raw graph data, avoiding manual feature engineering, and formulates AS as a joint cost-prediction and ranking task to select the best solver from a portfolio under fixed computational budgets.

Zhaoxuan Li, Jiale Yang, Yifei Lu, Mustafa MisirJul 22, 2026