Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/22 04:00:00

Wisdom of LLM Crowds: Aggregation and Contamination in Language Model Ensembles

AI 中文解读
一群AI模型的集体判断竟然比单个最聪明模型还要准确,但前提是得排除掉训练数据泄露的“作弊”问题。研究人员让15个不同规模的大语言模型对254个预测问题给出概率估计,结果发现用一个简单的逻辑回归方法把它们的答案综合起来,效果超过了任何一个单独模型,也优于传统的投票平均。这意味着“群体智慧”在AI世界同样成立,而关键不在于模型间的复杂互动,而在于如何有效融合它们各自不同的视角。不过研究也揭示了一个重要隐患:那些表面上更强大的模型,其实很多优势是因为在训练时“看过”了部分答案,一旦排除这些被污染的数据,前沿模型和小型模型的能力差距从35.8%骤降到8.9%。对普通用户而言,这项发现提醒我们,不要盲目迷信某个AI的“超强表现”,把多个AI的意见综合起来可能更靠谱;同时也要警惕,当前很多AI测试成绩可能注了水,实际能力需要更严谨的评估才能看清。未来如果能把这种群体智能方法融入日常工具,比如让多个AI一起帮你分析问题再综合结论,结果会比依赖单一AI更稳健可靠。
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'' consists of large language models (LLMs) is an open question with both theoretical and practical implications. We elicited probability estimates from 15 LLMs on 254 binary prediction market questions and evaluated classical and learned aggregation methods. Learned aggregators -- a multilayer perceptron and a logistic regression -- outperformed all individual models and classical methods. The logistic regression was found to match the neural network, suggesting that the benefit of learned aggregation derives from learning a linear combination of diverse model outputs rather than from nonlinear interactions. Symbolic regression applied to the neural network's learned mapping recovered a pure model-disagreement signal as the lowest-complexity useful formula on the Pareto frontier, further supporting this interpretation. Training cutoff contamination proved a pervasive confound: the apparent capability gap between frontier cloud models and smaller local models collapsed from 35.8% to 8.9% on a clean subset of questions resolving after all models' training cutoffs, and individual model rankings showed only moderate stability. Even when the prediction market is evaluated at each model's training cutoff, LLMs remained substantially less accurate, indicating a genuine gap in collective information aggregation. These findings suggest that LLM crowds can exhibit wisdom-of-crowds effects, but that contamination-free evaluation is essential for reliable assessment.
分享
阅读原文