Diverse Evidence Boosts Multi-Agent AI Forecasting Accuracy

Yuante Li, Yicheng Tao, Kate Zhang, Taozhi Wang, Gefei Gu, Yaxin Zhou· July 3, 2026 View original

Summary

A new framework, InfoDelphi, improves multi-agent forecasting by introducing designed information asymmetry, where agents receive shared public and disjoint private evidence. This approach reduces inter-agent error correlation, leading to significantly better forecasts than single-agent or symmetric multi-agent baselines.

This research highlights a critical flaw in current multi-agent forecasting systems: when all agents receive identical information, their deliberation often leads to "herding" rather than genuine improvement. To address this, the study proposes introducing designed information asymmetry, where agents are given both shared public evidence and unique private subsets of information. This ensures each agent possesses exclusive knowledge that can only be shared through deliberation. The theoretical basis for this approach demonstrates that partitioning evidence in this manner reduces the correlation of errors between agents. The researchers instantiated this concept in InfoDelphi, a framework that combines relevance-aware evidence routing, iterative deliberation based on rationales, and confidence-weighted aggregation of forecasts. Evaluations on PolyGym, a benchmark of 375 binary forecasting questions, show that InfoDelphi significantly outperforms leading single-agent and multi-agent baselines, improving Brier scores by 12-18% and accuracy by 4-8 percentage points. The findings confirm that diverse input information is the key enabler for effective multi-agent reasoning and superior forecasting.

Why it matters

Professionals relying on AI for strategic forecasting, risk assessment, or market prediction can achieve more accurate and reliable outcomes by designing multi-agent systems with diverse information inputs.

How to implement this in your domain

  1. 1Design multi-agent forecasting systems to intentionally distribute unique, private information to individual agents.
  2. 2Implement mechanisms for agents to deliberate and share rationales based on their distinct information sets.
  3. 3Utilize confidence-weighted aggregation to combine forecasts from multiple agents, giving more weight to highly confident predictions.
  4. 4Evaluate existing multi-agent systems to identify and mitigate "herding" behavior caused by symmetric information.

Who benefits

FinanceConsultingMarket ResearchGovernmentLogistics

Key takeaways

  • Information asymmetry among agents is crucial for effective multi-agent deliberation and improved forecasting.
  • Identical evidence leads to "herding" and diminishes the benefits of multi-agent systems.
  • InfoDelphi, a framework using relevance-aware routing and rationale-based deliberation, significantly boosts forecasting accuracy.
  • Reducing inter-agent error correlation through diverse inputs is key to superior predictive performance.

Original post by Yuante Li, Yicheng Tao, Kate Zhang, Taozhi Wang, Gefei Gu, Yaxin Zhou

"arXiv:2607.01661v1 Announce Type: new Abstract: Multi-agent systems are increasingly used for forecasting future events, as deliberation among multiple LLMs is believed to improve reasoning and calibration. Yet existing approaches overlook a critical design choice: what informati…"

View on X

Originally posted by Yuante Li, Yicheng Tao, Kate Zhang, Taozhi Wang, Gefei Gu, Yaxin Zhou on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

New Methods for Log-Density-Ratio Estimation in Gaussian Models

This research compares ridge-regularized variational and spectral log-density-ratio estimation in Gaussian location models, deriving high-dimensional asymptotic equivalents to analyze their population risks. It concludes that variational estimators perform better with many observations, while spectral estimators are favored with fewer due to lower variance.

Francis Bach (SIERRA)Jul 3, 2026
AI ResearchAI Engineering & DevTools

Dynamic Support Learning Enhances Reinforcement Learning Value Estimation

This paper introduces an approach that dynamically learns the lower and upper bounds of support intervals for categorical critics in reinforcement learning, improving value function estimation. The method, which forms a tighter upper bound on the mean-squared Bellman error, enhances stability and performance on continuous-control tasks without requiring pre-defined support intervals.

Jen-Yen Chang, Takayuki Osa, Tatsuya HaradaJul 3, 2026
AI Engineering & DevToolsAI Research

Decomposer Recovers Music Programs from Symbolic MIDI Data

Decomposer is a new framework that decompiles symbolic MIDI music into executable Strudel programs, allowing for the recovery of high-level musical instructions. It addresses challenges of low-resource language data and code readability by using synthetic data for fine-tuning and reinforcement learning to optimize both reconstruction faithfulness and code clarity.

Yewon Kim, Apurva Gandhi, David Chung, Graham Neubig, Chris DonahueJul 3, 2026