GTAIFeb 14, 2022

Anytime Capacity Expansion in Medical Residency Match by Monte Carlo Tree Search

arXiv:2202.06570v212 citations
AI Analysis

This addresses welfare issues for doctors and hospitals in residency matching, but it is incremental as it builds on existing matching algorithms.

The paper tackles the capacity expansion problem in medical residency matching by allowing extra seats to improve welfare, proposing an anytime Monte Carlo Tree Search method that finds near-optimal expansions with less computational cost than exact methods.

This paper considers the capacity expansion problem in two-sided matchings, where the policymaker is allowed to allocate some extra seats as well as the standard seats. In medical residency match, each hospital accepts a limited number of doctors. Such capacity constraints are typically given in advance. However, such exogenous constraints can compromise the welfare of the doctors; some popular hospitals inevitably dismiss some of their favorite doctors. Meanwhile, it is often the case that the hospitals are also benefited to accept a few extra doctors. To tackle the problem, we propose an anytime method that the upper confidence tree searches the space of capacity expansions, each of which has a resident-optimal stable assignment that the deferred acceptance method finds. Constructing a good search tree representation significantly boosts the performance of the proposed method. Our simulation shows that the proposed method identifies an almost optimal capacity expansion with a significantly smaller computational budget than exact methods based on mixed-integer programming.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes