训练AI评估器时,未必要直接优化目标指标。
What should an AI assessor optimise for?
- 用非目标指标训练评估器,再映射回目标值
- 部分单调变换反而提升评估效果,如逻辑损失助回归
- 适合想提升评估效率的模型开发者参考
AI评估器是外部、理想情况下独立的系统,用于预测另一AI系统的指标(如损失值)。评估器可利用多个AI系统的测试结果,并能以任意损失函数或评分规则进行训练,例如平方误差或毒性度量。本文通过20个表格数据的回归与分类任务,实验探讨:是否始终应直接优化目标指标?或改用其他指标训练后映射回目标更优?结果表明,直觉相反:优化更信息丰富的指标并不总是更好。令人意外的是,某些单调变换表现良好。例如,逻辑损失有助于最小化回归中的绝对或二次误差;对数评分则有利于最大化分类中的二次或球形评分。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。