Papers
Topics
Authors
Recent
Search
2000 character limit reached

Contagion Networks: Evaluator Bias Propagation in Multi-Agent LLM Systems

Published 18 Jun 2026 in cs.LG, cs.AI, and cs.MA | (2606.20493v1)

Abstract: When LLMs serve as evaluators in multi-agent systems, their systematic evaluation biases propagate through the agent network. We introduce Contagion Networks, a formal framework for measuring how evaluator biases spread across interacting LLM agents. In a controlled 3-agent experiment using DeepSeek-chat with three distinct evaluator bias profiles (structured, balanced, evidence-based), we measure the Cross-Agent Contagion Matrix Gamma_3 and find that evaluator biases consistently propagate between agents (gamma in [0.157, 0.352]), even within the same underlying model. We identify three propagation regimes governed by the spectral radius rho(Gamma_N), and demonstrate that homogeneous-model agents produce contagion coefficients 3-5x weaker than cross-model coefficients observed in prior work (MM-EPC: gamma approx 0.85-1.3), placing them in the suppression regime. We show that increasing evaluator committee size from k=1 to k=3 reduces effective contagion by 72.4%, providing an actionable mitigation strategy. We release the open-source Contagion Network experimental framework.

Authors (1)

Summary

  • The paper demonstrates that the contagion matrix quantifies evaluator bias transfer with pairwise coefficients ranging from 0.143 to 0.304, evidencing measurable propagation.
  • The methodology models bias propagation as an epidemic-like process using spectral radius thresholds to classify suppression, persistence, or cascade regimes.
  • Experimental results indicate that increasing evaluator committee diversity reduces effective bias contagion by up to 72.4%, offering actionable insights for robust LLM design.

Formal Analysis of Evaluator Bias Propagation in Multi-Agent LLM Systems

Contagion Networks Framework

The paper presents Contagion Networks, a formalism for quantifying and analyzing the propagation of evaluator bias through multi-agent LLM systems. The central construct is the Cross-Agent Contagion Matrix ΓN\Gamma_N, where each entry γij\gamma_{i \to j} measures the magnitude of bias transferred from agent ii to agent jj via peer evaluation and subsequent Test-Time Reinforcement Learning (TTRL). This approach models the multi-agent LLM ecosystem as a dynamical system analogous to epidemic processes in network science, capable of exhibiting suppression, persistence, or cascade regimes governed by the spectral radius ρ(ΓN)\rho(\Gamma_N).

In this formalism, bias propagation is not merely an individual agent effect but an emergent network phenomenon. The cumulative propagation factor βL\beta_L captures attenuation or amplification along LL-length paths. The propagation regime theorem demonstrates that the network topology, model homogeneity, and diversity of evaluator profiles critically determine whether bias attenuates, persists, or cascades toward system-wide strategy collapse.

Experimental Design and Results

The empirical evaluation focuses on a controlled three-agent experiment using DeepSeek-chat, with each agent differentiated by structured (step-by-step), balanced, or evidence-based evaluator bias prompts. Strategy space encompasses five response paradigms across code generation, reasoning, summarization, logic, and creative writing. Experiments are organized into four phases: baseline preference characterization, pairwise contagion measurement, chain-based propagation, and mitigation by evaluator committee diversity.

Key findings:

  • Evaluator biases are measurable and propagate between agents, even within a single model family, with pairwise contagion coefficients γ[0.143,0.304]\gamma \in [0.143, 0.304], as shown in the cross-agent contagion network (Figure 1). Figure 1

    Figure 1: Cross-agent contagion network Γ3\Gamma_3 (mean over n=2n=2 seeds); all edges indicate the suppression regime for chain topology.

  • Under chain topology, cumulative propagation attenuates rapidly (γij\gamma_{i \to j}0), with each hop substantially below the cascade threshold γij\gamma_{i \to j}1, confirming the suppression regime. Figure 2

    Figure 2: Per-hop contagion coefficients along the 3-agent chain, demonstrating near-complete attenuation after three hops, consistent with suppression.

  • The suppression regime is robust: homogeneous-model systems exhibit 3–5γij\gamma_{i \to j}2 weaker contagion than cross-model settings (as previously reported in MM-EPC), implicating model architecture and training as implicit regularization mechanisms.
  • Evaluator committee diversity is an actionable mitigation: increasing committee size from γij\gamma_{i \to j}3 to γij\gamma_{i \to j}4 reduces effective contagion by 72.4%, with strategy entropy γij\gamma_{i \to j}5 approaching the theoretical maximum. Figure 3

    Figure 3: Diversity-induced reduction of effective contagion; effective γij\gamma_{i \to j}6 decreases monotonically with committee size and strategy entropy approaches theoretical maximum.

Theoretical Implications

By extending contagion modeling to the multi-agent domain, the paper provides a quantitative bridge between isolated evaluator preference collapse and emergent network effects. The spectral radius-based regime classification is mathematically rigorous, mapping directly onto epidemiological threshold theory. The diversity-induced suppression theorem offers provable guarantees that evaluator committee heterogeneity can break potential cascade states, provided sufficient preference orthogonality and committee size.

This work also highlights topology-dependency: while chain topologies suppress propagation, fully-connected networks (with γij\gamma_{i \to j}7) remain vulnerable to system-wide collapse if cross-model (or highly divergent) evaluator pools are deployed. The generalization potential to a tensor-indexed contagion matrix γij\gamma_{i \to j}8 across evaluators, targets, and modalities suggests broad applicability in multi-dimensional LLM system architectures.

Practical Implications and Recommendations

Practically, the framework is immediately useful for diagnostic monitoring and mitigation in multi-agent LLM deployments:

  • Prefer evaluator pools with homogeneous base models and diverse bias prompts to maintain suppression.
  • Measure γij\gamma_{i \to j}9 prior to deployment; topology and spectral radius directly inform the risk of bias amplification.
  • Use multi-evaluator committees (ii0) to maximize entropy and minimize effective contagion even within suppression regimes.
  • Track real-time strategy entropy ii1 as an explicit indicator of cognitive diversity and system health.

These recommendations generalize to prevalent systems such as AutoGen, MetaGPT, and ChatDev, where peer evaluation is integral to collaborative workflows yet remains a potential vector for emergent bias.

Limitations and Future Directions

The experimental scope is constrained to a single model family (DeepSeek-chat) and limited evaluator prompt granularity. The cross-model comparison relies on external MM-EPC data, highlighting the need for full-protocol replication across heterogeneous agent architectures (GPT-4o, Claude, DeepSeek) under identical conditions. Additional topology experimentation (star, ring, full mesh) and statistical robustness improvements are warranted. Extending contagion modeling beyond TTRL—for example, via parameter-efficient adaptation or in-context learning—may reveal alternative propagation mechanisms and magnitudes.

Future research should operationalize ii2 monitoring in production-scale multi-agent LLM environments, directly integrating the released experimental framework and elaborating the network dynamical theory for real-world agent ensembles.

Conclusion

Contagion Networks provides a rigorous, quantitative framework for understanding and controlling evaluator bias propagation in multi-agent LLM systems. The results show that peer evaluation fundamentally forms a bias contagion network, with the magnitude and regime of propagation determined by model homogeneity, evaluator diversity, and system topology. Actionable strategies—homogeneous evaluator pools, committee diversity, and entropy monitoring—emerge from the formalism. The framework augments prior work on cross-modal contagion by generalizing to arbitrary agent graphs and task domains, laying the foundation for robust, bias-aware multi-agent LLM system design and deployment.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 5 likes about this paper.