The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Correlated errors across language models limit the benefits of majority voting and alter the optimal approval threshold; modeling state-dependent dependence on held-out items cuts screening loss by about 15.7% relative to majority voting and gives modest additional gains over independence-based thresholding.

State-dependent error correlations shape voting thresholds in committees of AI agents
Haifeng Li, Mo Hai · July 27, 2026
arxiv correlational medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Haifeng Li unresolved corpus identity
  2. Mo Hai unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Haifeng Li provider ID
  2. Mo Hai provider ID
State-dependent positive correlations in language-model errors create an irreducible error floor for majority voting and, by estimating those correlations, the authors select cost-sensitive k-of-n thresholds that reduce held-out screening loss relative to majority and independence-based rules.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

The aggregation benefit of a committee of artificial intelligence (AI) agents comes from complementary information across members. Classical voting guarantees assume independent errors. Language-model errors often co-occur on the same cases. We combine Sah-Stiglitz screening with error dependence that can differ between good and bad cases. In a homogeneous exchangeable Gaussian-copula model, shared errors create a positive asymptotic error floor for majority voting and can change the approval threshold that minimizes expected loss. We estimate a heterogeneous extension from 174,384 votes cast by 28 language models on four binary-screening benchmarks. Parameters estimated from odd-indexed items predicted committee loss on even-indexed items. For the sampled committee composition, the full-matrix dependence model increased identity-line R^2 from 0.840 under independence to 0.967. In a design-balanced analysis, cost-sensitive threshold selection under independence reduced scaled loss from 60.25 for majority to 52.50. Modeling dependence reduced it further to 50.77, an incremental improvement of 1.73 units (95% bootstrap CI, 0.68-2.33). The overall reduction from majority was 15.73% (95% bootstrap CI, 13.41-16.75%).

Summary

Main Finding

State-dependent correlations in AI agents’ binary errors materially change how committees should be designed. Shared (latent) error components produce a nonzero asymptotic error floor for majority voting, can collapse diverse-sounding committees toward single-agent behavior as correlation → 1, and—when estimated and modeled—lead to better held-out loss prediction and different, often stricter, cost‑sensitive voting thresholds than those chosen under an independence assumption.

Key Points

  • Model and mechanism

    • Agents’ binary votes arise from latent scores Z_i = √ρ_θ W + √(1−ρ_θ) ε_i, where W is a common factor and ρ_θ is the state‑conditional latent correlation (θ ∈ {good, bad}). Votes are thresholded indicators of Z_i.
    • Dependence is state‑conditional: correlations can differ on good versus bad items.
    • Loss is normalized expected cost: false negatives plus κ × false positives, where κ encodes prior × cost tradeoffs (Sah–Stiglitz screening setup).
  • Analytic results

    • Correlation weakens canonical protections of extreme rules: hierarchies (unanimity) become worse at filtering bad proposals as ρ_B increases; polyarchies (any approval) become worse at rescuing good proposals as ρ_G increases.
    • Majority voting no longer drives error to zero with large committees. For majority, the infinite-committee residual error is ε∞(p,ρ) = Φ(−Φ⁻¹(p)/√ρ) > 0, so positive ρ leaves a positive fraction of single-agent error irreducible.
    • As ρ → 1 (for fixed n), any k-of-n rule converges to single‑agent behavior (committee collapse).
    • The cost-weighted optimal threshold depends jointly on marginals (p_G, p_B), prevalence, κ, and the state‑conditional correlation structure; unequal ρ_G vs ρ_B can change the monotone likelihood ordering and thus the optimal k.
  • Empirical validation (held‑out)

    • Dataset: 174,384 binary votes from 28 language‑model judge units (20 open‑weight models × 3 sampling runs + API models) across four labeled screening tasks: fact verification (400 items), math solution verification (400, half corrupted), code review (357, 157 mutated), truthfulness screening (400).
    • Estimation: per-agent p_G, p_B and pairwise tetrachoric latent correlations (ρ_G, ρ_B) estimated on odd-indexed items; evaluated on even-indexed items. Correlation matrices were projected to be positive semidefinite when needed.
    • Prediction performance: heterogeneous full‑matrix Gaussian‑copula model predicted held‑out committee losses with identity-line R² = 0.967 (RMSE 0.088). Independence baseline: R² = 0.840; exchangeable one‑factor projection: R² = 0.906.
    • Design‑balanced selection inference (20 balanced cells, bootstrap): multiplied-loss means (×100) — majority: 60.25; independence‑based optimal threshold: 52.50 (improvement ≈ 7.75 units, 95% CI 6.34–8.86); dependence‑aware threshold: 50.77 (further improvement ≈ 1.73 units, 95% CI 0.68–2.33). Total reduction from majority ≈ 15.73% (95% CI 13.41–16.75%). Dependence modeling changed the selected threshold in ≈ 40.9% of weighted committee–κ cases.
    • Measured correlations: same‑model resamples ≈ ρ ≈ 1; open‑weight cross‑family pairs showed substantial positive ρ (median ≈ 0.58–0.60), with state dependence present.
  • Practical caveats

    • Tetrachoric correlations are unidentifiable for nearly‑constant voters; estimates required boundary handling and PSD projection.
    • Empirical results are conditional on the four benchmarks and the specific roster of models used.

Data & Methods

  • Data

    • Four binary screening domains with gold labels: fact verification (400), GSM8K math (400), MBPP code (357), TruthfulQA (400).
    • Judges: 28 model–sampling-run agents (20 open‑weight instruction‑tuned models with sampling variations + 8 API models); each judge provided 1 vote at temperature 0 and 3 votes at temperature 0.7 (treated as separate agents where appropriate), yielding 174,384 votes in total.
  • Estimation

    • Split: odd‑indexed items for estimation, even‑indexed for evaluation.
    • For each agent, estimate state‑conditional approval probabilities p_G and p_B.
    • For each pair, estimate tetrachoric latent correlations ρ_G and ρ_B (subject to Fréchet bounds); assemble state‑specific correlation matrices and project to positive semidefinite cone when necessary.
  • Modeling & validation

    • Heterogeneous Gaussian‑copula simulation: simulate correlated latent normals using the estimated marginals and full correlation matrices to compute acceptance probabilities A_{n,k}(p,ρ) and expected loss across k-of-n rules for varying κ ∈ {0.25, 0.5, 1, 2, 4}.
    • Baselines: independence (identity correlation matrix) and a nonnegative exchangeable one‑factor projection.
    • Validation: predict loss for every k-of-n rule on held‑out votes; compute identity-line R² and RMSE; perform bootstrap (1000 replicates with design balancing) for threshold selection inference.

Implications for AI Economics

  • Procurement and roster design

    • Value of diversity: procurement should prioritize agents with complementary, not just individually strong, error patterns. Pricing and contracting should account for the marginal value of reduced state‑conditional dependence.
    • Diminishing returns to scale: because positive correlation imposes an asymptotic error floor, simply buying more copies or similar models yields limited gains—markets for ensemble services should price diversity and de‑correlation capabilities higher.
  • Organizational decision rules and cost tradeoffs

    • Cost-sensitive aggregation: optimal approval thresholds depend on error costs (κ) and on state‑conditional correlations; organizations should estimate these inputs and choose k accordingly rather than defaulting to majority.
    • Risk management: correlated failures increase systemic risk of simultaneous misjudgment; regulators and firms should model dependence when relying on AI panels for high‑stakes screening.
  • Product strategy and incentives

    • Incentivize orthogonality: model developers and platform buyers can improve system-level performance by investing in techniques that reduce shared blind spots (data diversification, architecture diversity, specialized fine‑tuning).
    • Differentiated markets: vendors that produce models with less correlated errors (particularly in the costly‑mistake state) may command premium value in ensemble applications.
  • Evaluation and governance

    • Performance metrics must go beyond marginal accuracy: evaluate pairwise and state‑conditional correlations to predict ensemble behavior and set appropriate deployment thresholds.
    • Monitoring requirements: continual estimation of ρ_G, ρ_B and re‑optimization of thresholds as the roster or task distribution shifts.
  • Research and policy directions

    • Further work should estimate dependence on broader task sets, larger and more heterogeneous rosters, and study dynamic/adaptive aggregation rules (beyond fixed k-of-n) that can exploit richer signals than vote counts.
    • Policy implications include standards for ensemble testing and transparency of model complementarities for public‑interest deployments.

Practical recommendation (operational): measure each candidate model’s p_G, p_B and pairwise tetrachoric correlations on a validation corpus, simulate the Gaussian‑copula ensemble to compute expected loss across k and κ values, and pick the k that minimizes cost‑weighted loss; prioritize acquiring models that reduce state‑conditional correlations most relevant to the costly error type.

Assessment

Paper Typecorrelational Evidence Strengthmedium — The paper provides strong internal predictive evidence: a large vote corpus (174,384 votes), held-out validation, and bootstrap confidence intervals show the dependence-aware model predicts and reduces screening loss relative to majority and an independence benchmark. However, evidence is observational (no experimental variation), relies on modeling assumptions (Gaussian-copula/tetrachoric approximations) and roster-specific estimates, and generalization beyond the sampled benchmarks, models, and binary screening tasks is limited. Methods Rigorhigh — The study combines formal analytic results (with proofs and numerical checks) and careful empirical procedures: tetrachoric inversion, PSD projection, Fréchet-bounds constraints, held-out (odd/even) validation, committee-resampling bootstrap for inference, and sensitivity checks (parser uncertainty, resampling). The main drawbacks are identification limits for near-constant judges and dependence on the Gaussian-copula assumption and regularization choices. Sample174,384 binary votes from 28 language-model judges (20 open-weight instruction-tuned models and 8 API-access models), across four labeled binary screening domains (fact verification, math solution verification (GSM8K with planted errors), code review (MBPP with mutations), and TruthfulQA). Each model produced one vote at temperature 0 and three samples at temperature 0.7; analyses treat model–sampling-run pairs as agents. Parameters estimated on odd-indexed items and evaluated on even-indexed items; committees of size n in {3,5,7,9} and cost ratios κ in {0.25,0.5,1,2,4} were considered. Themesorg_design human_ai_collab IdentificationNo causal identification of economic outcomes; the paper combines analytic results from an exchangeable Gaussian one-factor model with empirical estimation of state-conditional marginals and pairwise tetrachoric latent correlations. Parameters are estimated on odd-indexed items and validated on even-indexed items (held-out prediction). Pairwise joint probabilities are constrained by Fréchet bounds, correlation submatrices are projected to the positive-semidefinite cone when needed, and uncertainty is quantified by bootstrap resampling. GeneralizabilityEstimates apply to the specific roster of 28 models and four benchmark domains; results may not generalize to other models, domains, or real-world tasks., Held-out validation uses items drawn from the same benchmarks (odd/even split) rather than out-of-distribution data., Tetrachoric and Gaussian-copula assumptions may mischaracterize dependence if latent-score distributions deviate from normality or if higher-order dependence exists., Pairs with near-constant voting patterns are unidentifiable under tetrachoric inversion and require boundary handling, limiting inference for very strong or weak judges., Analyses consider vote-only aggregation and do not address mixed human–AI committees, dynamic updating, or strategic behavior.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Positive state-conditional correlation produces a nonzero asymptotic error limit for majority voting, whereas under independence committee error vanishes exponentially with committee size. Error Rate negative Asymptotic majority-voting error rate
Reading fidelity high
Study strength high
ε∞(p, ρ) = Φ(−Φ−1(p)/√ρ) > 0
0.5
As latent error correlation approaches one, every fixed k-of-n voting threshold converges to single-agent behavior. Team Performance negative Committee acceptance probability and aggregation benefit
Reading fidelity high
Study strength high
A_n,k(p, ρ) → p as ρ → 1
0.5
Open-weight cross-family language-model pairs exhibited substantial positive latent error correlation, averaging approximately 0.58 on good cases and 0.60 on bad cases. Ai Safety And Ethics negative Pairwise dependence in model errors
Reading fidelity high
Study strength medium
n=726
ρG ≈ 0.58; ρB ≈ 0.60
0.3
The full-matrix heterogeneous Gaussian-copula dependence model predicted held-out committee loss more accurately than both an exchangeable one-factor model and an independence model. Decision Quality positive Prediction accuracy for held-out committee loss
Reading fidelity high
Study strength high
n=73410
identity-line R² = 0.967 versus 0.840 under independence
0.5
Cost-sensitive threshold selection reduced scaled committee loss from 60.25 under majority voting to 52.50 under the independence-based threshold and to 50.77 under the dependence-aware threshold. Decision Quality positive Scaled expected committee loss
Reading fidelity high
Study strength high
n=1000
60.25 to 50.77 scaled-loss units
0.5
Adding the fitted dependence structure to cost-sensitive threshold selection produced an incremental reduction in scaled loss of 1.73 units, with a 95% bootstrap confidence interval of 0.68–2.33. Decision Quality positive Scaled committee loss
Reading fidelity high
Study strength high
n=1000
1.73 units (95% bootstrap CI, 0.68–2.33)
0.5
Relative to majority voting, the combined cost-sensitive and dependence-aware thresholding approach reduced scaled loss by 15.73%, with a 95% bootstrap confidence interval of 13.41–16.75%. Decision Quality positive Relative reduction in committee loss
Reading fidelity high
Study strength high
n=1000
15.73% reduction (95% bootstrap CI, 13.41–16.75%)
0.5
Higher relative costs of false acceptances lead to stricter approval thresholds. Task Allocation positive Selected voting threshold
Reading fidelity high
Study strength high
n=1000
0.5
Dependence-aware and independence-based models selected different voting thresholds in 40.90% of weighted committee-cost cases. Task Allocation mixed Agreement between dependence-aware and independence-based threshold choices
Reading fidelity high
Study strength medium
n=1000
40.90% of cases (95% bootstrap CI, 36.19–43.99%)
0.3

Notes