Rethinking and Recomputing the Value of Machine Learning Models
Burcu Sayin, Jie Yang, Xinyue Chen, Andrea Passerini, Fabio Casati
TL;DR
This paper tackles the mismatch between traditional ML evaluation and real-world value by introducing a value-based framework for selective classification in hybrid human-AI workflows. It defines a concrete value metric, $V(g,\mathcal{D})$, that accounts for the rejection option and downstream costs, and derives thresholding and calibration strategies to maximize value. Through NLP-based experiments across hate-speech detection, clickbait, and multi-domain sentiment tasks, the authors show that accuracy and F1-score are poor proxies for value, calibration strongly influences value, and out-of-distribution settings can erode model value unless properly calibrated. The work highlights the practical impact of choosing models not by conventional metrics but by their expected operational value, guiding deployment decisions by incorporating deferral, costs, and human-in-the-loop considerations.
Abstract
In this paper, we argue that the prevailing approach to training and evaluating machine learning models often fails to consider their real-world application within organizational or societal contexts, where they are intended to create beneficial value for people. We propose a shift in perspective, redefining model assessment and selection to emphasize integration into workflows that combine machine predictions with human expertise, particularly in scenarios requiring human intervention for low-confidence predictions. Traditional metrics like accuracy and f-score fail to capture the beneficial value of models in such hybrid settings. To address this, we introduce a simple yet theoretically sound "value" metric that incorporates task-specific costs for correct predictions, errors, and rejections, offering a practical framework for real-world evaluation. Through extensive experiments, we show that existing metrics fail to capture real-world needs, often leading to suboptimal choices in terms of value when used to rank classifiers. Furthermore, we emphasize the critical role of calibration in determining model value, showing that simple, well-calibrated models can often outperform more complex models that are challenging to calibrate.
