DSCYDBMay 28

Explaining Rankings with Hidden Group Bonuses

arXiv:2605.2944447.7h-index: 10
Predicted impact top 32% in DS · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the practical challenge of explaining rankings in fair admission and hiring systems where sensitive attributes are unobserved, providing a first solution to this nuanced variant.

The paper introduces a framework for explaining rankings when sensitive attributes are hidden but influence outcomes through group-specific bonuses, and develops an algorithmic solution using constraint satisfaction to jointly infer scoring parameters and latent bonuses. Experiments show the method effectively recovers hidden bonus structures.

Determining a linear utility function that correlates with observed candidate rankings is a foundational problem with applications in domains such as admissions, hiring, and recommendation systems, e.g., [Storandt and Funke, AAAI'19, Zhang et al., KDD'23, Wang et al., ICDE'24 (best paper award), Chen and Wong, VLDB'24]. Traditionally, these models assume full visibility into the feature sets used to determine the utility score. However, real-world scenarios often involve sensitive attributes that are hidden or partially observed, yet may influence outcomes through additive bonuses designed to promote fairness, as in [Gale and Marian, ICDE'24]. Motivated by such practical concerns, we study a variant of the ranking explanation problem where sensitive features are unobserved but may influence candidate rankings through group-specific linear boosts. We present a formal framework for modeling this problem and develop an algorithmic solution that leverages constraint satisfaction and automated reasoning techniques to jointly infer the linear scoring parameters and latent group bonuses consistent with the observed rankings. We further show that determining a satisfying linear function with group-specific bonuses is \textsf{NP}-hard in general, but when the feature dimension and the number of groups are constant, the problem admits a polynomial-time solution. Our approach is the first to address this nuanced variant, which captures key real-world challenges in fair ranking and admission systems. We perform extensive experiments on both real-world and synthetic datasets, demonstrating that our method effectively recovers hidden bonus structures and provides faithful explanations of observed ranking outcomes.

Foundations

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

Your Notes