TypeSafe公司推出的通用分类器Jev声称采用强化学习校准决策(RLCD)训练方法,能够返回已校准的概率值1。然而,分析认为这一说法在实际应用中存在重大问题1。模型的校准性能不仅取决于模型本身,更依赖于数据分布的特征;即使同一模型在特定数据集上表现良好,也无法保证在用户实际数据上维持相同的校准效果1。
实验数据暴露了这一缺陷。Jev在某些任务上的表现明显不符合其概率声称,例如对公平硬币预测正面概率高达0.92,而实际概率仅为0.51。针对这一问题,分析建议用户将Jev的输出视为得分而非真正的概率1。若确实需要可靠的校准概率,应在自有数据上进行重新校准,这一过程仅需数百个标注样本和Platt缩放等简单方法即可完成1。
An analysis published on Hacker News challenges TypeSafe's claims about the probability calibration of Jev, the company's first "System One Model" 1. While Jev functions as a general-purpose classifier that requires no training data, the author argues that TypeSafe's assertion regarding "calibrated probabilities" does not hold up in practical applications 1.
TypeSafe states that Jev is trained using RLCD (Reinforcement Learning Calibrated Decisions) to produce calibrated probability outputs 1. However, the analysis contends that calibration is not solely a property of the model itself, but is inherently tied to the data distribution on which it operates 1. The same model may perform as calibrated on one dataset while failing to maintain calibration on another 1. Empirical evidence supports this concern: in certain test cases, Jev predicted a probability of 0.92 for a fair coin landing heads-up, when the true probability is 0.5 1.
The author recommends that users requiring calibrated probabilities should recalibrate the model on their own data 1. This recalibration can be accomplished efficiently using Platt scaling with only a few hundred labeled samples 1. The analysis suggests treating Jev's outputs as scores rather than genuine probabilities unless custom calibration is performed 1.
评论
还没有评论,欢迎留下第一条。