Papers › Sequential Hiring of Contingent Workers Through Learning-Based Optimization

Sequential Hiring of Contingent Workers Through Learning-Based Optimization

16 Jun 2026arXiv:2606.18438added by Syntology

Chris Lee, Xiuli Chao, Izak Duenyas

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

In this paper, we study a sequential workforce management problem in a contingent labor setting with uncertainty in both worker production and labor supply. A firm seeks to maximize cumulative profit by maintaining an active team of fixed size while learning worker productivity over time. We emphasize two critical operational frictions in this problem: replacing workers is costly, and workers may not be available immediately for hiring because of, for example, prior job commitments, scheduling constraints, or onboarding procedures. Thus, hiring decisions take effect only after a random delay. We formulate this problem as a stochastic multi-play bandit with costly switching and delayed actions, and develop a learning-based hiring policy, DR-UCB (DelayedReplacement-UCB), that makes replacement and hiring decisions sequentially through learning cycles. In each cycle, the policy uses real-time production data to determine when to initiate workforce changes and which workers to replace and hire. We show that the leading-order regret of the proposed policy matches its lower bound in its dependence on the time horizon. Our numerical experiments show that DR-UCB outperforms benchmark policies.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.18438")

Code

Syntology Ran 24 of 37 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 3 ran · honoured contract; 3 ran · violated contract; 12 ran · our draft was wrong; 4 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 37 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

leechr001/hiring-bandit found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

37 samples harvested; 24 ran; 3 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
3ran · violated contract
12ran · our draft was wrong
4ran · fixture could not drive it
2ran
13unverified

Licence: 0 of the 37 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from leechr001/hiring-bandit. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_best_feasible_frontier_index leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · f8d5171088d3118c · report
_compute_confidence_bounds leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran MIT (permissive) · 615b802eb06061ce · report
_confidence_radius leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · honoured contract MIT (permissive) · e0e896bef187e867 · report
_ignore_rng leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 81ab98e68fd43889 · report
_objective_score leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · c60ee0c1d41097b6 · report
_prune_removal_frontier leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · fb740c8d62b238d9 · report
_removal_lcb_add leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · d8d09f03034603c4 · report
_removal_lcb_of_value leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 3516dddb8e0cf894 · report
_removal_lcb_sort_key leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 8dc1a7ecd6cbbada · report
_removal_lcb_within_budget leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · violated contract MIT (permissive) · 15a21b355ec8655c · report
_score_add leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 9d012996f448003f · report
_score_better leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · a41e514a209232f4 · report
_score_leq leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 414ca28a3b5b285c · report
_score_less leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 0aa3cdf401cc18ae · report
_score_sub leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 8e3ee4a49d5e9135 · report
delayed_replace_ucb_rank_matching_bijection leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 838a9c74384fa1f1 · report
delayed_replace_ucb_switching_threshold leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran MIT (permissive) · ff9ff35d9fc48d00 · report
make_bijection leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 563a7ed7d02d1940 · report
oracle_delayed_decision_bijection leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · be21b09e90714e0a · report
oracle_rank_matching_bijection leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · da4b8c8b547509d5 · report
oracle_rank_mismatching_bijection leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · d668193c3501ff93 · report
random_bijection leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 868a9c8704bde304 · report
rank_matching_add_order leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b9c3044730ba7631 · report
rank_matching_remove_order leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 0b71587a4339bc27 · report
ChooseTargetFrontierSizeRecord leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 0af2934426d0a7d3 · report
ChooseTargetResult leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 98600ceb41e2e07e · report
DelayedActionPolicy leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 91971ad0d6aae7ff · report
DelayedReplaceUCB leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · bfcfb10cd9b49475 · report
DelayedReplaceUCBConfig leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · c575f9f7d5fa43ca · report
EmpiricalDelayedActionPolicy leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 4237a381e8c92267 · report
StatefulDelayedActionPolicy leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 27fa0431f4d247e6 · report
StepFeedback leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 0a5386cc95fff996 · report
_RemovalFrontierEntry leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 19f53ecdbe55e728 · report
_RemovalLcbSum leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · e86ac9a1d87b681c · report
_record_frontier_size leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · f53e6787c45c6e7f · report
_validate_inputs leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · 50cac9cc5f2437a7 · report
choose_target leechr001/hiring-bandit/src/delayed_replace_ucb.py found in paper text by Syntology unverified MIT (permissive) · fe84721acfb3e4f8 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.18438, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections