Near-Optimal Dropout-Robust Sortition
Maya Pal Gambhir, Bailey Flanigan, Aaron Roth
TL;DR
This work addresses dropout resilience in citizen-assembly sortition by formulating a minimax problem where a chooser selects a panel that remains representative after worst-case dropouts drawn from a distribution within a $\gamma$-ball around estimated marginals. The authors propose a two-stage algorithm (MinMax-Pipage) that first solves a continuous minimax relaxation to obtain a fractional panel with $\gamma$-robustness and $[\alpha,\beta]$-equality, then dependently rounds it to an integral panel using Pipage rounding, with theoretical guarantees and empirical validation on real-world datasets. They develop a polynomial-time method that uses a projected-subgradient minimizer against a best-response dropout distribution computed via Ellipsoid on the dual LP, along with a primal recovery step, yielding convergence at rate $O(\sqrt{n/T})$ and ensuring quotas post-dropout are close to targets. The approach provides a principled, controllable trade-off between robustness, representation accuracy, and equality of selection probabilities, with practical implications for dropouts in deliberative democratic processes and beyond.
Abstract
Citizens' assemblies - small panels of citizens that convene to deliberate on policy issues - often face the issue of panelists dropping out at the last-minute. Without intervention, these dropouts compromise the size and representativeness of the panel, prompting the question: Without seeing the dropouts ahead of time, can we choose panelists such that after dropouts, the panel will be representative and appropriately-sized? We model this problem as a minimax game: the minimizer aims to choose a panel that minimizes the loss, i.e., the deviation of the ultimate panel from predefined representation targets. Then, an adversary defines a distribution over dropouts from which the realized dropouts are drawn. Our main contribution is an efficient loss-minimizing algorithm, which remains optimal as we vary the maximizer's power from worst case to average case. Our algorithm - which iteratively plays a projected gradient descent subroutine against an efficient algorithm for computing the best-response dropout distribution - also addresses a key open question in the area: how to manage dropouts while ensuring that each potential panelist is chosen with relatively equal probabilities. Using real-world datasets, we compare our algorithms to existing benchmarks, and we offer the first characterizations of tradeoffs between robustness, loss, and equality in this problem.
