LGAIFeb 1, 2025

What should an AI assessor optimise for?

arXiv:2502.00365v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses a practical problem for AI developers in optimizing assessor systems, but it is incremental as it builds on existing concepts with experimental validation.

The study investigated whether training an AI assessor on the target metric is optimal, finding that optimizing for more informative metrics is not generally better, and some monotonic transformations like logistic loss can improve regression errors.

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.

Foundations

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

Your Notes