CYLGJan 27, 2025

Reconciling Predictive Multiplicity in Practice

arXiv:2501.16549v11 citationsh-index: 3FAccT
Originality Incremental advance
AI Analysis

This addresses the reliability issue in machine learning predictions for applications like healthcare and fairness, though it is incremental as it builds on an existing algorithm.

The paper tackles the problem of model multiplicity, where different models trained on the same dataset produce inconsistent predictions for certain individuals, by empirically analyzing and extending the Reconcile algorithm. It demonstrates the algorithm's effectiveness on five fairness datasets and extends it to causal inference, confirming its practical applicability across domains.

Many machine learning applications predict individual probabilities, such as the likelihood that a person develops a particular illness. Since these probabilities are unknown, a key question is how to address situations in which different models trained on the same dataset produce varying predictions for certain individuals. This issue is exemplified by the model multiplicity (MM) phenomenon, where a set of comparable models yield inconsistent predictions. Roth, Tolbert, and Weinstein recently introduced a reconciliation procedure, the Reconcile algorithm, to address this problem. Given two disagreeing models, the algorithm leverages their disagreement to falsify and improve at least one of the models. In this paper, we empirically analyze the Reconcile algorithm using five widely-used fairness datasets: COMPAS, Communities and Crime, Adult, Statlog (German Credit Data), and the ACS Dataset. We examine how Reconcile fits within the model multiplicity literature and compare it to existing MM solutions, demonstrating its effectiveness. We also discuss potential improvements to the Reconcile algorithm theoretically and practically. Finally, we extend the Reconcile algorithm to the setting of causal inference, given that different competing estimators can again disagree on specific causal average treatment effect (CATE) values. We present the first extension of the Reconcile algorithm in causal inference, analyze its theoretical properties, and conduct empirical tests. Our results confirm the practical effectiveness of Reconcile and its applicability across various domains.

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