Chosen Order Secretary Problem (COSP)
- 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 candidates with unknown true values , the decision-maker receives before the selection process a (not necessarily reliable) prediction for each candidate. Unlike the classical Random Order Secretary Problem (ROSP), the decision-maker in COSP may choose the arrival times , subject to the restriction that the top-predicted candidate is scheduled at a specific time , while the remaining arrival times are drawn i.i.d. from . Ties in true values or predictions are resolved by infinitesimal perturbations to ensure distinctiveness among all and .
The online selection proceeds in increasing order of ; for each candidate, the actual value 0 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 1-multiplicative error parameter,
2
equivalently,
3
A small 4 implies high predictive accuracy; large 5 corresponds to unreliable model outputs. The competitive performance of the COSP algorithm dynamically interpolates between regimes of low and high 6.
3. Randomized Algorithm for COSP
The core algorithm uses parameters: error-threshold 7, time-threshold 8, arrival time 9 for the top-predicted candidate, and randomized hiring probabilities 0.
The continuous-time pseudocode is as follows:
9
- Lines 4–5: The algorithm leaves “Prediction mode” upon encountering any candidate 1 with 2. The set 3 contains such "large-error" candidates; 4 is the arrival time of the first such event.
- Line 7: If the top-predicted candidate 5 arrives while still in "Prediction mode," it is immediately hired.
- Lines 9–12: In "Secretary mode," the algorithm ignores arrivals before 6, then hires the first "record-breaking" candidate; if this is 7 at 8, acceptance occurs with probability 9, otherwise with 0. Any other record-breaker is hired unconditionally.
4. Competitive Ratio Derivation Sketch
Let 1. The competitive ratio is
2
For COSP, the parameters
3
yield a provable lower bound: 4
The analysis partitions inputs into seven structural cases depending on whether 5 and/or the maximizing candidate 6 lie in 7, and arrival-time relations. For each case, the authors derive explicit expressions 8 (using sums and order-statistics integrals) to lower bound the competitive ratio, where 9, 0 is the number of 1 with 2, and 3 is the count of "large-error" candidates with 4. Each 5 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) | 6 | Dynkin (1963) |
| ROSP, learning-augmented | 7 | Fujii–Yoshida (2023) |
| Any consistent ROSP | 8 (robustness upper bound) | Choo–Ling (2024) |
| COSP (Karisani et al. algorithm) | 9 | (Karisani et al., 12 Jan 2026) |
COSP, via the joint use of predictions and deterministic scheduling of the maximally predicted candidate at time 0, surpasses the previous deterministic bound of 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 2:
0
- "Prediction mode" is maintained unless a substantial prediction error is detected or until time 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 4, while Robustness is ensured for large 5, guaranteeing the worst-case lower bound of 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 7 competitive barrier for this setting and approach the classical random-order limit of 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).