Paper Matching with Local Fairness Constraints
Ari Kobren, Barna Saha, Andrew McCallum
TLDR
This paper introduces FairIR and FairFlow, new algorithms for paper matching that address reviewer expertise and workload fairness with local constraints.
Key contributions
- Proposes a novel local fairness formulation for paper matching to improve expertise and workload distribution.
- Introduces FairIR, an algorithm with provable guarantees for maximizing objective while ensuring fairness.
- Presents FairFlow, a highly efficient algorithm (up to 10x faster) that achieves competitive fairness.
Why it matters
Peer review often suffers from insufficient reviewer expertise per paper and skewed workloads. This paper offers new algorithms that directly address these critical issues by optimizing for local fairness. This improves the quality and efficiency of the review process.
Original Abstract
Automatically matching reviewers to papers is a crucial step of the peer review process for venues receiving thousands of submissions. Unfortunately, common paper matching algorithms often construct matchings suffering from two critical problems: (1) the group of reviewers assigned to a paper do not collectively possess sufficient expertise, and (2) reviewer workloads are highly skewed. In this paper, we propose a novel local fairness formulation of paper matching that directly addresses both of these issues. Since optimizing our formulation is not always tractable, we introduce two new algorithms, FairIR and FairFlow, for computing fair matchings that approximately optimize the new formulation. FairIR solves a relaxation of the local fairness formulation and then employs a rounding technique to construct a valid matching that provably maximizes the objective and only compromises on fairness with respect to reviewer loads and papers by a small constant. In contrast, FairFlow is not provably guaranteed to produce fair matchings, however it can be 2x as efficient as FairIR and an order of magnitude faster than matching algorithms that directly optimize for fairness. Empirically, we demonstrate that both FairIR and FairFlow improve fairness over standard matching algorithms on real conference data. Moreover, in comparison to state-of-the-art matching algorithms that optimize for fairness only, FairIR achieves higher objective scores, FairFlow achieves competitive fairness, and both are capable of more evenly allocating reviewers.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.