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