Papers
Topics
Authors
Recent
Search
2000 character limit reached

Multi-Secretary Problem

Updated 5 December 2025
  • Multi-secretary problem is an extension of the classical secretary problem that permits up to k irrevocable selections from sequentially arriving candidates to maximize total value or success probability.
  • Adaptive online policies like the Budget-Ratio and simulated-greedy algorithms dynamically adjust thresholds and achieve near-optimal performance with uniformly bounded regret compared to the offline optimum.
  • Extensions of this framework apply to matroid selection, multi-winner elections, and online fairness, influencing practical applications such as hiring, resource allocation, and participatory budgeting.

The multi-secretary problem, also known as the k-choice secretary problem, extends the classical optimal stopping setting introduced by Cayley and Moser to the case where a decision maker can select up to kk of nn items that arrive sequentially in random or controlled order. Each item is revealed irrevocably and only relative or realized quality information up to the present time is available. The objective is to maximize a set function—typically total value or the probability of capturing the best elements—subject to an online, capacity-constrained selection process.

1. Formal Models and Fundamental Variants

The canonical multi-secretary problem involves nn independent random variables X1,…,XnX_1, \dots, X_n observed sequentially, each from a known distribution with finite support {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}. At each time tt, the algorithm may irrevocably select XtX_t, subject to a total budget kk of allowed selections. The expected online reward is

$\ALG_n(\pi) = \mathbb{E}\Bigl[\sum_{t=1}^n X_t \sigma_t \Bigr]$

for some policy π\pi with nn0, nn1. The comparison benchmark is the offline optimum

nn2

where nn3 counts the number of selections among the nn4 largest nn5 having value nn6 (Arlotto et al., 2017).

Variant formulations include:

  • The uniform matroid or linear nn7-secretary problem, where nn8 are arbitrary weights in adversarial or random order (Ma et al., 2011).
  • The nn9-secretary problem (multi-choice, multi-best), with the objective to select nn0 elements maximizing count or value among the nn1 true best (Chan et al., 2013).
  • Models with multiple items per rank or parallel (multi-queue) settings (Pinsky, 2022, Sun et al., 2014).
  • Non-linear objectives and fairness constraints, notably in online social choice (Papasotiropoulos et al., 28 Nov 2025).

2. Optimal and Near-Optimal Online Policies

A foundational result is that, in the setting with independent values drawn from a known common finite-support law, adaptivity in selection is critical for minimizing regret relative to the offline optimum. The Budget-Ratio (BR) policy of Arlotto & Gurvich achieves a uniformly bounded regret across all nn2 and nn3 by dynamically tuning selection thresholds based on the current residual budget per remaining period. Specifically, the policy sets nn4 at time nn5 and determines acceptance thresholds nn6 based on the cumulative distribution. The next arrival is accepted if its value exceeds the type dictated by nn7 (Arlotto et al., 2017).

For non-adaptive policies, the best achievable regret is nn8, fundamentally due to concentration bounds on binomial selection variability. Adaptive schemes such as BR, or multiple-phase thresholding in the nn9-secretary context, maintain a near-perfect tracking of offline allocation except for X1,…,XnX_1, \dots, X_n0 expected mistakes (Arlotto et al., 2017).

For random-order X1,…,XnX_1, \dots, X_n1-secretary (linear weight) problems, the simulated-greedy algorithm achieves a constant (specifically, 9.6) competitive ratio, using an initial sample to set a threshold and then accepting any subsequent value exceeding this until the quota is filled (Ma et al., 2011). Asymptotically, the optimal policy for X1,…,XnX_1, \dots, X_n2 approaches the offline optimum, with error decaying as X1,…,XnX_1, \dots, X_n3 (Sun et al., 2014).

Parallel and free-order settings utilize multiple threshold structures or dimensionally reduced orderings; entropy-optimal order selection can yield X1,…,XnX_1, \dots, X_n4 competitive ratios using X1,…,XnX_1, \dots, X_n5 bits of randomness (Hajiaghayi et al., 2022).

3. Structural and Asymptotic Characterizations

The continuous LP framework provides an exact characterization of the asymptotics of the X1,…,XnX_1, \dots, X_n6-choice X1,…,XnX_1, \dots, X_n7-best secretary problem. In infinite and large-X1,…,XnX_1, \dots, X_n8 limits, optimal policies correspond to X1,…,XnX_1, \dots, X_n9-threshold algorithms: each quota unlocks at critical times to select up to {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}0 {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}1-potentials, with thresholds determined by complementary slackness of the LP. When {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}2, the thresholds are explicitly rational and enable precise calculation of the limiting probability of successfully capturing the top {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}3 items (Chan et al., 2013).

For {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}4-multiplicity per rank, skipping the first {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}5 items and selecting the first item at least as good as the best seen so far gives, in the limit, success probabilities {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}6 that converge to 1 rapidly as {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}7 increases—e.g., {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}8, {a1<a2<⋯<am}\{a_1 < a_2 < \cdots < a_m\}9, and tt0 (Pinsky, 2022).

In multi-threshold positional strategies for selection, successive selection thresholds are defined recursively, and the optimal thresholds for tt1 selections in the tt2 limit coincide with the classical Gilbert–Mosteller (Dowry problem) values, with the "right-hand-based" property: the later-stage thresholds are independent of total initial selection allowance (Liu et al., 2023).

4. Extensions: Parallels, Generalizations, and Online Fairness

Parallel and shared-quota multi-secretary problems involve the distribution of candidates among tt3 queues or the division of the selection budget across multiple simultaneous streams. Linear-programming duality characterizes optimal threshold structures, and the Adaptive Observation–Selection Protocol achieves tight or near-tight competitive ratios, with closed-form expressions available for special cases such as tt4 (Sun et al., 2014).

The Stable Secretaries variant models online matching with stability constraints, quantifying the fraction of agents not in blocking pairs. Under random arrival, a constant fraction tt5 of agents can avoid blocking, but the fraction of stable pairs is tt6 and can be as low as tt7 under adversarial input (Babichenko et al., 2017).

Recent work explicitly links the multi-secretary problem to online multi-winner elections under cardinal preferences and fairness (e.g., Extended Justified Representation). Impossibility theorems establish that EJR and its relaxations are unattainable deterministically online, but sample-then-select hybrid algorithms (Online MES, BOS) achieve high-probability EJR-like guarantees under random order, and Greedy Budgeting ensures basic justified representation (Papasotiropoulos et al., 28 Nov 2025).

5. Principal Results and Algorithmic Insights

The following table summarizes key competitive guarantees and regret rates for main models:

Model / Policy Achievable Regret / Competitive Ratio Reference
Adaptive Budget-Ratio (BR) Regret uniformly bounded in tt8 (Arlotto et al., 2017)
Non-adaptive (static) policy Regret tt9 (Arlotto et al., 2017)
Simulated-greedy (random order) 9.6-competitive, uniform matroid (Ma et al., 2011)
LP-threshold (infinite items) Optimal rational thresholds, large XtX_t0 (Chan et al., 2013)
Parallel deterministic protocol Case XtX_t1: comp. ratio XtX_t2 (Sun et al., 2014)
Free-order, randomness-efficient Ratio XtX_t3, entropy-opt. (Hajiaghayi et al., 2022)
XtX_t4-multiplicity per rank Success XtX_t5 rapidly for XtX_t6 (Pinsky, 2022)
Online fairness (Random order) XtX_t7-EJR for XtX_t8 slots (Papasotiropoulos et al., 28 Nov 2025)

Algorithmically, all near-optimal policies—across classical, parallel, free-order, and fairness-augmented domains—share a thresholding structure, dynamically or statically tuned via offline sample statistics or adaptive control over budget exhaustion.

6. Open Directions and Challenges

Despite substantial progress, several research directions remain:

  • Online fairness and proportionality constraints in adversarial or unknown-horizon settings appear inherently limited (no deterministic EJR possible online) (Papasotiropoulos et al., 28 Nov 2025).
  • Extensions to general submodular objectives within matroid constraints retain only constant-factor guarantees, and closing these gaps for broad classes of valuation functions remains unresolved (Ma et al., 2011).
  • Asymptotic and finite-n analyses for more general arrival processes (non-uniform, adversarial with limited power) and richer informational settings (feedback, delayed response) are underdeveloped.
  • The optimal use of randomness (entropy-minimized strategies) and deterministic derandomizations for multi-secretary and related prophet models continue to be active research areas (Hajiaghayi et al., 2022).

7. Connections to Broader Theoretical and Applied Domains

The multi-secretary problem is deeply intertwined with the theory of matroid secretary problems, prophet inequalities, and online allocation under feasibility and fairness constraints. It provides a tractable mathematical foundation for real-world online selection tasks, such as online hiring, resource allocation in participatory budgeting, public goods selection under initiative processes, and more generally, the study of irrevocable online decision-making under uncertainty with combinatorial structure.

References: (Arlotto et al., 2017, Ma et al., 2011, Chan et al., 2013, Sun et al., 2014, Pinsky, 2022, Liu et al., 2023, Hajiaghayi et al., 2022, Papasotiropoulos et al., 28 Nov 2025, Babichenko et al., 2017)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Multi-Secretary Problem.