Papers
Topics
Authors
Recent
Search
2000 character limit reached

Chosen Order Secretary Problem (COSP)

Updated 19 January 2026
  • COSP is a learning-augmented secretary problem that combines predictions with controlled candidate arrival to improve selection decisions.
  • It uses a randomized algorithm that dynamically shifts from prediction to classic secretary mode based on detected prediction errors.
  • The method guarantees near-optimal selections with high accuracy while ensuring a provable lower-bound competitive ratio under unreliable predictions.

The Chosen Order Secretary Problem (COSP) is a learning-augmented generalization of the classical secretary problem in which the decision-maker possesses machine-learned predictions of candidate values and controls the arrival order of candidates. COSP captures natural scenarios, such as setting interview schedules based on predicted applicant value, where combining predictive information and order selection may yield improved decision quality. The central algorithmic challenge is to maintain consistency—selecting a near-optimal candidate when predictions are accurate—while guaranteeing strong robustness, i.e., a bounded competitive ratio, when predictions are unreliable. The recent work of Karisani et al. systematically develops a framework for COSP, proposes an optimized randomized algorithm, and establishes new competitive-ratio bounds that improve upon previous results for both random and order-controlled settings (Karisani et al., 12 Jan 2026).

1. Problem Formulation and Model

COSP is defined as follows. Given nn candidates with unknown true values vi0v_i \ge 0, the decision-maker receives before the selection process a (not necessarily reliable) prediction v^i\hat{v}_i for each candidate. Unlike the classical Random Order Secretary Problem (ROSP), the decision-maker in COSP may choose the arrival times ti[0,1]t_i \in [0,1], subject to the restriction that the top-predicted candidate ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i is scheduled at a specific time β[0,1]\beta \in [0,1], while the remaining arrival times are drawn i.i.d. from Unif[0,1]\mathrm{Unif}[0,1]. Ties in true values or predictions are resolved by infinitesimal perturbations to ensure distinctiveness among all viv_i and v^i\hat v_i.

The online selection proceeds in increasing order of tit_i; for each candidate, the actual value vi0v_i \ge 00 is revealed and the algorithm must irrevocably choose whether to "hire" or "pass." The process terminates upon hiring, with at most one candidate accepted.

2. Prediction Error and Its Role

Prediction quality is captured by an vi0v_i \ge 01-multiplicative error parameter,

vi0v_i \ge 02

equivalently,

vi0v_i \ge 03

A small vi0v_i \ge 04 implies high predictive accuracy; large vi0v_i \ge 05 corresponds to unreliable model outputs. The competitive performance of the COSP algorithm dynamically interpolates between regimes of low and high vi0v_i \ge 06.

3. Randomized Algorithm for COSP

The core algorithm uses parameters: error-threshold vi0v_i \ge 07, time-threshold vi0v_i \ge 08, arrival time vi0v_i \ge 09 for the top-predicted candidate, and randomized hiring probabilities v^i\hat{v}_i0.

The continuous-time pseudocode is as follows:

β[0,1]\beta \in [0,1]9

  • Lines 4–5: The algorithm leaves “Prediction mode” upon encountering any candidate v^i\hat{v}_i1 with v^i\hat{v}_i2. The set v^i\hat{v}_i3 contains such "large-error" candidates; v^i\hat{v}_i4 is the arrival time of the first such event.
  • Line 7: If the top-predicted candidate v^i\hat{v}_i5 arrives while still in "Prediction mode," it is immediately hired.
  • Lines 9–12: In "Secretary mode," the algorithm ignores arrivals before v^i\hat{v}_i6, then hires the first "record-breaking" candidate; if this is v^i\hat{v}_i7 at v^i\hat{v}_i8, acceptance occurs with probability v^i\hat{v}_i9, otherwise with ti[0,1]t_i \in [0,1]0. Any other record-breaker is hired unconditionally.

4. Competitive Ratio Derivation Sketch

Let ti[0,1]t_i \in [0,1]1. The competitive ratio is

ti[0,1]t_i \in [0,1]2

For COSP, the parameters

ti[0,1]t_i \in [0,1]3

yield a provable lower bound: ti[0,1]t_i \in [0,1]4

The analysis partitions inputs into seven structural cases depending on whether ti[0,1]t_i \in [0,1]5 and/or the maximizing candidate ti[0,1]t_i \in [0,1]6 lie in ti[0,1]t_i \in [0,1]7, and arrival-time relations. For each case, the authors derive explicit expressions ti[0,1]t_i \in [0,1]8 (using sums and order-statistics integrals) to lower bound the competitive ratio, where ti[0,1]t_i \in [0,1]9, ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i0 is the number of ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i1 with ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i2, and ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i3 is the count of "large-error" candidates with ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i4. Each ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i5 is reduced, via binomial expansions and integral identities, to computable functions. A regime-by-case evaluation and symbolic bounding for large parameters confirm the claimed universal competitiveness.

5. Classical and Prior Results Comparison

The following table concisely presents competitive ratios for related secretary-selection models:

Model Best Proven Competitive Ratio Reference
Classical secretary (random arrival) ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i6 Dynkin (1963)
ROSP, learning-augmented ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i7 Fujii–Yoshida (2023)
Any consistent ROSP ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i8 (robustness upper bound) Choo–Ling (2024)
COSP (Karisani et al. algorithm) ı^=argmaxiv^i\hat\imath = \arg \max_i \hat v_i9 (Karisani et al., 12 Jan 2026)

COSP, via the joint use of predictions and deterministic scheduling of the maximally predicted candidate at time β[0,1]\beta \in [0,1]0, surpasses the previous deterministic bound of β[0,1]\beta \in [0,1]1 for learning-augmented order-control protocols (Karisani et al., 12 Jan 2026).

6. Timeline and Algorithmic Dynamics

The execution unfolds along a continuous-time axis β[0,1]\beta \in [0,1]2:

Unif[0,1]\mathrm{Unif}[0,1]0

  • "Prediction mode" is maintained unless a substantial prediction error is detected or until time β[0,1]\beta \in [0,1]3.
  • Early errors trigger a fallback to a Dynkin-style “Secretary mode,” giving randomized preference to the top-predicted candidate only if it is also a record-breaker at a critical time.
  • The mode-switching strategy balances the use of predictive information against adverse instances: Consistency is realized when prediction error β[0,1]\beta \in [0,1]4, while Robustness is ensured for large β[0,1]\beta \in [0,1]5, guaranteeing the worst-case lower bound of β[0,1]\beta \in [0,1]6.

7. Context and Significance

COSP integrates recent advances in learning-augmented online algorithms by harnessing both predictive value estimates and limited order selection in classical decision problems. It serves as a bridge between purely stochastic (random arrival) and prophet-inequality settings (complete order control), marking a substantial improvement in competitive guarantees for secretary-type tasks. The model and analysis of Karisani et al. represent the first provable method to break the deterministic β[0,1]\beta \in [0,1]7 competitive barrier for this setting and approach the classical random-order limit of β[0,1]\beta \in [0,1]8 under high-confidence predictions. Full derivations, including the technical details for each of the seven structural cases and integral computations underlying the competitive-ratio proof, are provided in the appendix of the cited work (Karisani et al., 12 Jan 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

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 Chosen Order Secretary Problem (COSP).