arXiv:2503.03184stat.MLcs.GT2025-03ICML被引 7

让可自我提升的智能体实现零误差学习,突破传统样本下限

PAC Learning with Improvements

  • 引入可自我改进的智能体,打破传统学习中至少1/ε样本的下限
  • 当模型阈值在真实阈值与改进量之间时,可实现真正合格者全通过的零误差
  • 适用于有动机优化表现的场景,如招聘测试、教育评估等

机器学习中一个基本下界是:在几乎所有非平凡情形下,要将误差控制在ε以内至少需要1/ε个样本(若分类器更复杂则需更多)。然而,若数据点是具备自主改进能力的智能体——例如通过努力使自身技能提升一小步r——那么我们可能只需“足够接近”真实标准,就能实现零误差。以招聘测试为例,若某人得分超过阈值θ即被录用,而个体可通过努力使技能提升r,那么只要学习到的阈值估计值$ar{θ}$满足$θ ≤ ar{θ} ≤ θ + r$,即可确保:(a) 所有被录用者均真实合格;(b) 所有合格者均可通过努力达标被录用。因此,智能体的可改进性使得在传统模型中无法实现的零误差成为可能。本文系统研究此现象,给出一般性结论,并分析在何种条件下该机制能降低样本复杂度,或反而增加学习难度。同时从理论与实证角度考察如何设计算法,以应对具有有限改进能力且有动机优化自身的智能体。

原文摘要 · Abstract (English)

One of the most basic lower bounds in machine learning is that in nearly any nontrivial setting, it takes $\textit{at least}$ $1/ε$ samples to learn to error $ε$ (and more, if the classifier being learned is complex). However, suppose that data points are agents who have the ability to improve by a small amount if doing so will allow them to receive a (desired) positive classification. In that case, we may actually be able to achieve $\textit{zero}$ error by just being "close enough". For example, imagine a hiring test used to measure an agent's skill at some job such that for some threshold $θ$, agents who score above $θ$ will be successful and those who score below $θ$ will not (i.e., learning a threshold on the line). Suppose also that by putting in effort, agents can improve their skill level by some small amount $r$. In that case, if we learn an approximation $\hatθ$ of $θ$ such that $θ\leq \hatθ \leq θ+ r$ and use it for hiring, we can actually achieve error zero, in the sense that (a) any agent classified as positive is truly qualified, and (b) any agent who truly is qualified can be classified as positive by putting in effort. Thus, the ability for agents to improve has the potential to allow for a goal one could not hope to achieve in standard models, namely zero error. In this paper, we explore this phenomenon more broadly, giving general results and examining under what conditions the ability of agents to improve can allow for a reduction in the sample complexity of learning, or alternatively, can make learning harder. We also examine both theoretically and empirically what kinds of improvement-aware algorithms can take into account agents who have the ability to improve to a limited extent when it is in their interest to do so.

PAC学习零误差智能体自适应

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。