What should an AI assessor optimise for?
Daniel Romero-Alvarado, Fernando Martínez-Plumed, José Hernández-Orallo
TL;DR
The paper questions whether an AI assessor should be trained to optimise the target metric $L$ or a monotonic proxy and mapping function. It conducts an empirical study across twenty regression and classification problems, training assessors on both direct target losses and proxy losses with transformations, and evaluating using Spearman correlations. Key findings show that carefully chosen proxy losses (notably logistic and logarithmic forms) can outperform direct optimisation for the target metric, suggesting that monotonic transformations enable effective cross-metric assessment. This has practical implications for designing robust, transferable assessors in complex AI systems and motivates further exploration in multiclass and structured-task settings.
Abstract
An AI assessor is an external, ideally indepen-dent system that predicts an indicator, e.g., a loss value, of another AI system. Assessors can lever-age information from the test results of many other AI systems and have the flexibility of be-ing trained on any loss function or scoring rule: from squared error to toxicity metrics. Here we address the question: is it always optimal to train the assessor for the target metric? Or could it be better to train for a different metric and then map predictions back to the target metric? Us-ing twenty regression and classification problems with tabular data, we experimentally explore this question for, respectively, regression losses and classification scores with monotonic and non-monotonic mappings and find that, contrary to intuition, optimising for more informative met-rics is not generally better. Surprisingly, some monotonic transformations are promising. For example, the logistic loss is useful for minimis-ing absolute or quadratic errors in regression, and the logarithmic score helps maximise quadratic or spherical scores in classification.
