MLGTITLGMay 3, 2022

Modeling and Correcting Bias in Sequential Evaluation

arXiv:2205.01607v33 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses bias in sequential evaluation for applications like hiring or peer review, though it is incremental as it builds on known psychological biases.

The paper tackles the problem of sequential bias in evaluation, where an evaluator's scores depend on candidate order, by proposing a model and a near-linear time online correction algorithm that outperforms baseline methods in simulations and crowdsourcing experiments.

We consider the problem of sequential evaluation, in which an evaluator observes candidates in a sequence and assigns scores to these candidates in an online, irrevocable fashion. Motivated by the psychology literature that has studied sequential bias in such settings -- namely, dependencies between the evaluation outcome and the order in which the candidates appear -- we propose a natural model for the evaluator's rating process that captures the lack of calibration inherent to such a task. We conduct crowdsourcing experiments to demonstrate various facets of our model. We then proceed to study how to correct sequential bias under our model by posing this as a statistical inference problem. We propose a near-linear time, online algorithm for this task and prove guarantees in terms of two canonical ranking metrics. We also prove that our algorithm is information theoretically optimal, by establishing matching lower bounds in both metrics. Finally, we perform a host of numerical experiments to show that our algorithm often outperforms the de facto method of using the rankings induced by the reported scores, both in simulation and on the crowdsourcing data that we collected.

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