LGAIMLJun 23, 2019

Making the Cut: A Bandit-based Approach to Tiered Interviewing

arXiv:1906.09621v25 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient and cost-effective hiring for firms with large applicant pools, though it appears incremental as it adapts known bandit methods to a specific domain.

The paper tackled the problem of optimizing tiered hiring processes by modeling it as a combinatorial pure exploration problem in stochastic multi-armed bandits, and showed via simulations on real data that their algorithms achieve better hiring decisions or use less budget than existing methods.

Given a huge set of applicants, how should a firm allocate sequential resume screenings, phone interviews, and in-person site visits? In a tiered interview process, later stages (e.g., in-person visits) are more informative, but also more expensive than earlier stages (e.g., resume screenings). Using accepted hiring models and the concept of structured interviews, a best practice in human resources, we cast tiered hiring as a combinatorial pure exploration (CPE) problem in the stochastic multi-armed bandit setting. The goal is to select a subset of arms (in our case, applicants) with some combinatorial structure. We present new algorithms in both the probably approximately correct (PAC) and fixed-budget settings that select a near-optimal cohort with provable guarantees. We show via simulations on real data from one of the largest US-based computer science graduate programs that our algorithms make better hiring decisions or use less budget than the status quo.

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