Smooth Partial Lotteries for Stable Randomized Selection

📅 2026-05-19
📈 Citations: 0
Influential: 0
📄 PDF

career value

239K/year
🤖 AI Summary
This work addresses the instability of existing lottery mechanisms, whose selection probabilities can fluctuate drastically under minor perturbations to input scores—undermining their original intent to attenuate distinctions near decision boundaries. To remedy this, the paper formally introduces smoothness as a core design principle and proposes the truncated linear lottery mechanism, which maps scores to selection probabilities via a Lipschitz-continuous linear function between upper and lower thresholds. Theoretical analysis shows that this mechanism achieves a worst-case regret bound nearly matching the fundamental lower bound and establishes connections to stability notions such as individual fairness and differential privacy. Experiments on real-world peer-review data from ICLR 2025, NeurIPS 2024, and the Swiss National Science Foundation demonstrate that the proposed method significantly outperforms existing approaches in both stability and practical utility.
📝 Abstract
Competitive selection processes, from scientific funding to admissions and hiring, use evaluations to score candidates, and eventually choose a subset of them based on those scores. Recently, many organizations have adopted partial lotteries, which randomize selection based on evaluation scores. However, existing lottery designs are inherently unstable, as a small change to a single candidate's score can cause large shifts in their selection probabilities. This instability undermines a key goal of lotteries: reducing the influence of fine-grained score distinctions near the decision boundary. We propose smoothness as a design principle for partial lotteries, formalizing it as a Lipschitz condition on the mapping from review scores over candidates to selection probabilities. We introduce the Clipped Linear Lottery, a simple mechanism in which selection probabilities scale linearly with estimated quality between an upper threshold, above which we always accept, and a lower threshold, below which we always reject. We prove that the Clipped Linear Lottery's worst-case regret matches a lower bound for any smooth selection rule up to a factor of $(1 - k/n)$, where $k/n$ is the acceptance rate. We compare smooth selection to other stability notions like Individual Fairness and Differential Privacy, showing that the Clipped Linear Lottery achieves a better smoothness-regret tradeoff than alternatives. Experiments on real peer review data from ICLR 2025, NeurIPS 2024, and the Swiss National Science Foundation demonstrate that existing lottery designs are highly unstable in practice even under perturbations to a single score. Our experiments also confirm the tightness of our theoretical analysis and show that our proposed Clipped Linear Lottery achieves a better smoothness-utility tradeoff than alternatives in practice.
Problem

Research questions and friction points this paper is trying to address.

partial lotteries
stability
selection probability
score sensitivity
randomized selection
Innovation

Methods, ideas, or system contributions that make the work stand out.

smooth partial lotteries
Clipped Linear Lottery
Lipschitz continuity
selection stability
regret bound
🔎 Similar Papers
No similar papers found.