Research Papers 论文研究 7h ago Updated 3h ago 更新于 3小时前 49

Epistemic Sybil Resistance: Multiplying AI Agents Without Multiplying Evidence 认知Sybil抵抗:不增加证据而倍增AI智能体

Multi-agent AI systems face an "epistemic Sybil" problem: spawning more agents does not multiply independent evidence, as reports may share unobserved ancestry from the same evidence root No report-only aggregator can generally distinguish true replication from independent corroboration; identical reports can warrant different posterior beliefs depending on unobserved evidential lineage Experiments with over 20,000 LLM-agent calls show naive posterior coverage collapses from 0.940 to 0.263 when 多代理AI系统中,看似独立的报告可能源于相同证据,形成"认识论Sybil"问题 仅增加代理数量而不增加独立证据源,会导致后验覆盖率从0.940暴跌至0.263 提出基于证据祖先和相关提取错误的聚合方法,可恢复校准 报告空间去重机制对表示相似性敏感,但对真实证据祖先变化不敏感 集体推理应跟踪证据依赖关系,而非代理或报告数量

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Multi-agent AI systems face an "epistemic Sybil" problem: spawning more agents does not multiply independent evidence, as reports may share unobserved ancestry from the same evidence root
  • No report-only aggregator can generally distinguish true replication from independent corroboration; identical reports can warrant different posterior beliefs depending on unobserved evidential lineage
  • Experiments with over 20,000 LLM-agent calls show naive posterior coverage collapses from 0.940 to 0.263 when report multiplicity increases from 1 to 32 with a fixed evidence root
  • A correlated-extraction aggregator, accounting for shared base-model error correlation (gamma_cal = 0.719), restores calibration; evidence-root multiplicity (not agent multiplicity) is what closes the coverage gap
  • Representation similarity drives report-space deduplication far more than true evidential ancestry (1.425 vs. 0.040 change in inferred cluster count), indicating collective inference must track dependence structure, not surface similarity

Why It Matters

This paper exposes a fundamental flaw in how multi-agent AI systems are commonly evaluated and deployed: simply increasing agent count gives a false sense of evidential robustness. For AI practitioners building agentic systems, the findings demand a shift from counting reports to modeling evidential ancestry and error correlation, or else risk severely miscalibrated collective inference.

Technical Details

  • Epistemic Sybil formalization: A report Z is defined as an epistemic Sybil extension relative to reports R when the mutual information I(Theta; Z | R) = 0, meaning Z provides no additional information about the parameter Theta given R. This formalizes when an agent's output is epistemically redundant.
  • Gaussian shared-root model: Demonstrates that common ancestry does not imply complete redundancy. Repeated extraction from the same evidence root adds information only up to a source-level ceiling, and correlated extraction errors induced by a shared base model further lower this ceiling.
  • Large-scale empirical validation: Over 20,000 controlled LLM-agent report and extraction calls were conducted on synthetic evidentiary documents. Key results: with one fixed evidence root, raising report multiplicity from 1 to 32 collapsed naive posterior coverage from 0.940 to 0.263; with fixed report count, raising evidence-root multiplicity from 1 to 16 restored coverage to statistically indistinguishable levels from independent aggregation.
  • Correlated-extraction aggregator: Agent replicate extraction errors were found to be significantly correlated (gamma_cal = 0.719, out-of-sample estimated). An aggregator that explicitly models this correlation structure restores proper calibration.
  • Deduplication manipulation: A controlled experiment isolating representation similarity from evidential ancestry showed that representation similarity changes a report-space deduplication mechanism's mean inferred cluster count by 1.425 (95% CI [1.363, 1.485]), while a fourfold change in true ancestry changes it by only 0.040 ([-0.045, 0.120]), proving that current deduplication approaches track the wrong signal.

Industry Insight

  • Multi-agent AI systems should incorporate evidential ancestry tracking and error-correlation modeling into their aggregation pipelines rather than relying on naive vote-counting or report-deduplication based on surface similarity; otherwise, calibration will degrade sharply as agent count increases.
  • Benchmarking and evaluation frameworks for multi-agent systems must distinguish between agent multiplicity and evidence-root multiplicity, as the latter—not the former—is what genuinely improves inference quality.
  • The finding that representation similarity dominates deduplication signals suggests that current embedding-based deduplication methods are fundamentally misaligned with the goal of evidential independence, pointing to a need for lineage-aware or provenance-tracked aggregation mechanisms.

TL;DR

  • 多代理AI系统中,看似独立的报告可能源于相同证据,形成"认识论Sybil"问题
  • 仅增加代理数量而不增加独立证据源,会导致后验覆盖率从0.940暴跌至0.263
  • 提出基于证据祖先和相关提取错误的聚合方法,可恢复校准
  • 报告空间去重机制对表示相似性敏感,但对真实证据祖先变化不敏感
  • 集体推理应跟踪证据依赖关系,而非代理或报告数量

为什么值得看

这篇论文揭示了多代理AI系统中的一个关键认知偏差问题:盲目增加代理数量并不能线性提升推理质量。对于正在构建多代理系统的AI从业者和企业来说,理解证据依赖关系比单纯扩展代理规模更为重要,这为设计更可靠的多代理推理架构提供了理论基础。

技术解析

  • 形式化定义"认识论Sybil"问题:报告Z相对于报告R是认识论Sybil扩展,当条件互信息I(Theta; Z | R) = 0。证明仅基于报告的聚合器无法区分复制与独立证实,相同报告在不同祖先假设下可支持不同后验概率。
  • 构建高斯共享根模型,证明共同祖先不意味着完全冗余,但重复提取存在信息上限,且共享基础模型诱导的相关提取错误会进一步降低该上限。
  • 在合成证据文档上进行超过20,000次受控LLM代理实验:固定单一证据根时,报告数从1增至32,朴素后验覆盖率从0.940降至0.263;固定报告数时,证据根从1增至16可恢复校准,k=16时各聚合器统计无差异。
  • 发现代理间提取错误高度相关(gamma_cal = 0.719),提出相关提取聚合器可恢复校准。受控实验显示报告去重机制对表示相似性的响应(聚类计数变化1.425)远大于对真实祖先变化的响应(0.040)。

行业启示

  • 多代理AI系统的设计应从"数量驱动"转向"证据多样性驱动",优先扩展独立证据源而非简单复制代理,避免虚假置信度膨胀
  • 评估多代理系统性能时,应引入证据依赖性和校准指标,而非仅关注报告数量或一致性,当前基于表示相似性的去重机制存在根本缺陷
  • 开发能识别证据祖先关系的新型聚合算法,将依赖结构建模纳入集体推理框架,是提升多代理系统可靠性的关键方向

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Agent Agent LLM 大模型 Evaluation 评测