LGGTTHJul 26, 2022

Sample Complexity of Forecast Aggregation

arXiv:2207.13126v4h-index: 3
Originality Incremental advance
AI Analysis

This addresses the computational and data efficiency challenges in aggregating expert predictions for decision-making, with results indicating exponential complexity in general but tractability under independence, which is incremental but clarifies fundamental limits.

The paper tackles the problem of forecast aggregation by analyzing the sample complexity for a principal to learn an optimal aggregator from expert reports, showing that it is at least Ω̃(m^{n-2}/ε) in general but reduces to Õ(1/ε²) when signals are conditionally independent, with m being the signal space size and n the number of experts.

We consider a Bayesian forecast aggregation model where $n$ experts, after observing private signals about an unknown binary event, report their posterior beliefs about the event to a principal, who then aggregates the reports into a single prediction for the event. The signals of the experts and the outcome of the event follow a joint distribution that is unknown to the principal, but the principal has access to i.i.d. "samples" from the distribution, where each sample is a tuple of the experts' reports (not signals) and the realization of the event. Using these samples, the principal aims to find an $\varepsilon$-approximately optimal aggregator, where optimality is measured in terms of the expected squared distance between the aggregated prediction and the realization of the event. We show that the sample complexity of this problem is at least $\tilde Ω(m^{n-2} / \varepsilon)$ for arbitrary discrete distributions, where $m$ is the size of each expert's signal space. This sample complexity grows exponentially in the number of experts $n$. But, if the experts' signals are independent conditioned on the realization of the event, then the sample complexity is significantly reduced, to $\tilde O(1 / \varepsilon^2)$, which does not depend on $n$. Our results can be generalized to non-binary events. The proof of our results uses a reduction from the distribution learning problem and reveals the fact that forecast aggregation is almost as difficult as distribution learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes