Are Diversity Metrics Measuring Diversity? A Capability-Controlled Audit of Majority-Vote Gain in LLM Ensembles
Summary
A new audit investigates whether five common diversity measures for Large Language Model (LLM) ensembles truly track diversity or primarily reflect model capability. Analyzing 31,900 subsets of 30 LLMs on MMLU-Pro and 29 on TruthfulQA, the study reveals three key findings. First, latent complementarity is widespread, with oracle gain positive in 100% of subsets, yet simple majority voting surpasses the strongest member in only 9.98% of canonical size-3 subsets (18.71% with held-out best selection), and a pooled size-2-4 rate of 1.27%. Second, a "strict diversity" proxy, based on joint correctness, shows near collinearity with one minus mean accuracy (Spearman rho = +0.991 / +0.988), indicating strong capability entanglement in raw diversity-gain associations. Third, three linear contingency-table statistics are algebraically non-separable; after capability control, a modest, robust residual pairwise co-failure association emerges, where increased shared error correlates with lower gain, though its magnitude varies.
Key takeaway
For Machine Learning Engineers building LLM ensembles, relying solely on current diversity metrics to select models is misleading. Your ensemble's performance gain from majority voting is likely limited because these metrics often reflect model capability rather than true complementary diversity. Focus on explicitly controlling for individual model capabilities and identifying models with genuinely distinct error patterns to maximize the benefits of ensemble methods.
Key insights
Diversity metrics for LLM ensembles often re-express capability, not true diversity, limiting majority-vote gain.
Principles
- Latent complementarity is ubiquitous in LLM ensembles.
- Strict diversity metrics are highly correlated with mean accuracy.
- Shared error among ensemble members reduces gain.
Method
The study audited five diversity measures by predicting majority-vote gain over the best member across 31,900 subsets of 30 LLMs on MMLU-Pro (29 on TruthfulQA) under explicit capability controls.
In practice
- Re-evaluate diversity metrics for LLM ensemble selection.
- Focus on reducing shared errors among models.
- Consider capability controls when assessing ensemble performance.
Topics
- LLM Ensembles
- Diversity Metrics
- Majority Voting
- Model Capability
- MMLU-Pro Benchmark
- Ensemble Performance
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.