---
title: Multi-Secretary Problem
url: https://www.emergentmind.com/topics/multi-secretary-problem
type: topic
---

# Multi-Secretary Problem

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 $k$ of $n$ 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 $n$ independent random variables $X_1, \dots, X_n$ observed sequentially, each from a known distribution with finite support $\{a_1 < a_2 < \cdots < a_m\}$. At each time $t$, the algorithm may irrevocably select $X_t$, subject to a total budget $k$ 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 $\sigma_t \in \{0,1\}$, $\sum_t \sigma_t \leq k$. The comparison benchmark is the offline optimum
\[
\OPT_n = \mathbb{E}\Bigl[\sum_{j=1}^m a_j S_j^n \Bigr],
\]
where $S_j^n$ counts the number of selections among the $k$ largest $X_t$ having value $a_j$ [1710.07719].

Variant formulations include:
- The uniform matroid or linear $k$-secretary problem, where $X_t$ are arbitrary weights in adversarial or random order [1107.2188].
- The $(J,K)$-secretary problem (multi-choice, multi-best), with the objective to select $J$ elements maximizing count or value among the $K$ true best [1307.0624].
- Models with multiple items per rank or parallel (multi-queue) settings [2204.01610, 1405.5975].
- Non-linear objectives and fairness constraints, notably in online social choice [2511.23097].

## 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 $n$ and $k$ by dynamically tuning selection thresholds based on the current residual budget per remaining period. Specifically, the policy sets $R_t = K_t/(n-t)$ at time $t$ and determines acceptance thresholds $\{\tau_j\}$ based on the cumulative distribution. The next arrival is accepted if its value exceeds the type dictated by $R_t$ [1710.07719].

For non-adaptive policies, the best achievable regret is $\Omega(\sqrt{n})$, fundamentally due to concentration bounds on binomial selection variability. Adaptive schemes such as BR, or multiple-phase thresholding in the $k$-secretary context, maintain a near-perfect tracking of offline allocation except for $O(1)$ expected mistakes [1710.07719].

For random-order $k$-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 [1107.2188]. Asymptotically, the optimal policy for $k\to\infty$ approaches the offline optimum, with error decaying as $O(\ln^2 k / k^2)$ [1405.5975].

Parallel and free-order settings utilize multiple threshold structures or dimensionally reduced orderings; entropy-optimal order selection can yield $1-O(\sqrt{\log k/k})$ competitive ratios using $\Theta(\log\log n)$ bits of randomness [2207.10703].

## 3. Structural and Asymptotic Characterizations

The continuous LP framework provides an exact characterization of the asymptotics of the $J$-choice $K$-best secretary problem. In infinite and large-$n$ limits, optimal policies correspond to $(J,K)$-threshold algorithms: each quota unlocks at critical times to select up to $J$ $k$-potentials, with thresholds determined by complementary slackness of the LP. When $K=1$, the thresholds are explicitly rational and enable precise calculation of the limiting probability of successfully capturing the top $J$ items [1307.0624].

For $k$-multiplicity per rank, skipping the first $c k n$ items and selecting the first item at least as good as the best seen so far gives, in the limit, success probabilities $p_k(c)$ that converge to 1 rapidly as $k$ increases—e.g., $p_2(\cdot)\approx 0.70$, $p_3(\cdot)\approx 0.85$, and $p_7(\cdot)>0.99$ [2204.01610].

In multi-threshold positional strategies for selection, successive selection thresholds are defined recursively, and the optimal thresholds for $s$ selections in the $n\to\infty$ 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 [2303.02361].

## 4. Extensions: Parallels, Generalizations, and Online Fairness

Parallel and shared-quota multi-secretary problems involve the distribution of candidates among $Q$ 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 $(Q,J,K)=(2,2,2)$ [1405.5975].

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 $\Omega(1)$ of agents can avoid blocking, but the fraction of stable pairs is $O(1/\sqrt{n})$ and can be as low as $O(1/n)$ under adversarial input [1705.01589].

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 [2511.23097].

## 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 $(n,k)$         | [1710.07719]     |
| Non-adaptive (static) policy   | Regret $\Omega(\sqrt{n})$                   | [1710.07719]     |
| Simulated-greedy (random order)| 9.6-competitive, uniform matroid            | [1107.2188]      |
| LP-threshold (infinite items)  | Optimal rational thresholds, large $n$      | [1307.0624]      |
| Parallel deterministic protocol| Case $(2,2,2)$: comp. ratio $\approx 0.372$ | [1405.5975]      |
| Free-order, randomness-efficient| Ratio $1-O(\sqrt{\log k/k})$, entropy-opt. | [2207.10703]     |
| $k$-multiplicity per rank      | Success $\rightarrow 1$ rapidly for $k\to\infty$ | [2204.01610]  |
| Online fairness (Random order) | $\geq(1/e)^{k-p}$-EJR for $p$ slots         | [2511.23097]     |

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) [2511.23097].
- 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 [1107.2188].
- 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 [2207.10703].

## 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: [1710.07719], [1107.2188], [1307.0624], [1405.5975], [2204.01610], [2303.02361], [2207.10703], [2511.23097], [1705.01589]

Source: https://www.emergentmind.com/topics/multi-secretary-problem