Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 44

When Can You Trust Offline Evaluation of Equal-Cost Top-k Allocation? A Controlled, Reproducible Benchmark and Practitioner's Guide 何时可以信任等成本Top-k分配的离线评估?一项受控、可复现的基准测试与实践者指南

Weak overlap in off-policy evaluation is driven by logger-target action alignment, not logging sharpness alone; action-level disagreement between logger and target policy collapses support Cross-fitting the outcome nuisance does not resolve the optimizer's curse when the policy is fit on evaluation data; honest policy-level splitting is required instead Propensity-estimation error is the largest source of estimator degradation, disproportionately hurting IPS while leaving doubly-robust estimator 研究离线评估等成本top-k分配策略的可信度,提出受控、可复现的基准测试和实践指南 发现弱重叠问题由记录器与目标动作的对齐程度决定,而非仅由日志锐度控制 优化器诅咒无法通过仅对结果 nuisance 进行交叉拟合来解决,需采用诚实的策略级拆分 倾向估计误差是最大退化因素,对IPS影响显著但几乎不影响双重稳健估计 发布公开基准测试,所有数据均为公共数据

58
Hot 热度
72
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • Weak overlap in off-policy evaluation is driven by logger-target action alignment, not logging sharpness alone; action-level disagreement between logger and target policy collapses support
  • Cross-fitting the outcome nuisance does not resolve the optimizer's curse when the policy is fit on evaluation data; honest policy-level splitting is required instead
  • Propensity-estimation error is the largest source of estimator degradation, disproportionately hurting IPS while leaving doubly-robust estimators largely unaffected
  • Effective sample size can rank risk across logging environments but is unreliable for ranking candidates within a single log, and its cut point does not transfer across contexts
  • The authors release a controlled, reproducible benchmark with synthesized logging and a propensity floor of 0.02, reducing tuned hybrids to their untuned parents and isolating four practically distinct estimators

Why It Matters

This work directly addresses a critical pain point for AI practitioners deploying budget-constrained targeting systems: knowing whether offline evaluation metrics reliably predict real-world policy performance. The findings challenge common assumptions about cross-fitting and overlap diagnostics, providing actionable guidance for practitioners who rely on off-policy evaluation before deployment.

Technical Details

  • Benchmarks six off-policy estimators across five datasets and two known-effect sweeps, validated against a non-simulated paired reference, with all exact-value surfaces being synthetic or semi-synthetic
  • Propensities are floored at 0.02 to ensure bounded weights, which collapses two tuned hybrid estimators to their untuned parents, leaving four practically distinct estimators for comparison
  • Demonstrates that sharpening a logger built from the target's own score barely improves overlap, while action-level disagreement between logger and target policy is the dominant factor
  • Shows that out-of-fold propensity estimation degrades Inverse Propensity Scoring (IPS) more than any other stress condition, can invert the overlap diagnostic itself, and has minimal impact on doubly-robust estimation
  • Proposes honest policy-level splitting as the correct remedy for optimizer's curse, reframing the problem as a change of estimand (targeting the learning procedure's value) rather than attempting to de-bias the full-sample policy

Industry Insight

  • Practitioners should prioritize logger-target action alignment over logging sharpness when designing or selecting logging systems for off-policy evaluation; investing in better action coverage matters more than refining score distributions
  • Cross-fitting alone is insufficient to protect against optimizer's curse in policy evaluation; organizations should adopt honest policy-level splitting or hold out data specifically for policy evaluation rather than reuse
  • Propensity-estimation quality should be treated as the primary diagnostic for offline evaluation reliability, especially for IPS-based approaches; doubly-robust estimators offer more resilience when propensity models are imperfect

TL;DR

  • 研究离线评估等成本top-k分配策略的可信度,提出受控、可复现的基准测试和实践指南
  • 发现弱重叠问题由记录器与目标动作的对齐程度决定,而非仅由日志锐度控制
  • 优化器诅咒无法通过仅对结果 nuisance 进行交叉拟合来解决,需采用诚实的策略级拆分
  • 倾向估计误差是最大退化因素,对IPS影响显著但几乎不影响双重稳健估计
  • 发布公开基准测试,所有数据均为公共数据

为什么值得看

本文为离线策略评估领域提供了系统性的基准测试和实践指导,对需要部署top-k分配策略的组织和研究者具有重要参考价值。研究揭示了离线评估中的关键陷阱,帮助从业者避免常见的评估偏差。

技术解析

  • 研究场景:组织在预算约束下决定治疗对象,希望通过离线日志数据预测目标策略的潜在收益
  • 评估方法:在5个数据集和2个已知效应扫描上基准测试6种估计器,并与非模拟配对参考进行验证
  • 关键发现一:有效样本量可在不同日志环境间排名风险,但在单个日志内对候选者的排序能力较弱,且阈值不可迁移
  • 关键发现二:当策略在用于评估的数据上训练时,仅对结果nuisance进行交叉拟合会保留重用偏差并使其恶化
  • 实验设置:日志为合成数据,倾向性分数下界设为0.02,所有精确值表面为合成或半合成数据

行业启示

  • 离线评估需谨慎处理动作对齐问题,日志锐度并非唯一决定因素,应关注记录器与目标策略的动作一致性
  • 部署top-k分配策略时,应采用策略级数据拆分而非仅依赖交叉拟合,以避免优化器诅咒
  • 倾向模型的质量对评估结果影响重大,建议优先投入资源优化倾向估计,并关注双重稳健估计的适用性

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Evaluation 评测 Benchmark 基准测试 Research 科学研究 Deployment 部署