Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 44

Off-Policy Evaluation for Semantic ID Recommenders: Does the Model's Own Code Hierarchy Help? 语义ID推荐器的离策略评估:模型自身的代码层次结构有帮助吗?

Per-item off-policy evaluation (OPE) is ineffective for generative recommenders using semantic IDs (SIDs) due to small effective sample sizes at the item level in production logs Marginalizing items into code-prefix clusters restores estimable support and significantly reduces OPE error The SID tree structure enables feasible coarsening by providing exact, cheap cluster mass computation via the decoder, unlike flat clustering which requires enumerating leaf masses Resolution depth is the key tun 生成式推荐器使用语义ID(SIDs)表示物品,但逐物品级别的离线策略评估(OPE)因生产日志中有效样本量不足而失效 将物品聚合到代码前缀集群可恢复可估计的支持空间并显著降低评估误差 SID树的层次结构使集群聚合在生成系统中可行——解码器能精确且廉价地返回每个集群的质量,而平面聚类需要枚举所有物品质量 分辨率深度是关键调节参数,数据稀缺时应选择更粗粒度;理论证明了粗化偏差与量化器重建残差及目标-日志散度的关系

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

Analysis 深度分析

TL;DR

  • Per-item off-policy evaluation (OPE) is ineffective for generative recommenders using semantic IDs (SIDs) due to small effective sample sizes at the item level in production logs
  • Marginalizing items into code-prefix clusters restores estimable support and significantly reduces OPE error
  • The SID tree structure enables feasible coarsening by providing exact, cheap cluster mass computation via the decoder, unlike flat clustering which requires enumerating leaf masses
  • Resolution depth is the key tuning parameter—coarser clustering is preferable under scarce support conditions
  • A conditional bias bound formally links coarsening bias to the quantizer's worst-case reconstruction residual and the divergence between target and logging policies

Why It Matters

This work addresses a critical practical bottleneck in deploying generative recommender systems: how to reliably evaluate decoder and reranking variants offline before committing expensive A/B tests. By demonstrating that the model's own semantic ID hierarchy can serve as an effective action abstraction for OPE, it provides a principled, computationally efficient pathway for offline model selection that could save significant engineering resources and accelerate iteration cycles in production recommendation pipelines.

Technical Details

  • Generative recommenders emit semantic IDs (SIDs) as short sequences of hierarchical discrete codes from a residual quantizer, decoded autoregressively; the paper investigates using this SID tree as the action abstraction for off-policy evaluation
  • Under near-argmax logging policies typical of production recommenders, item-level OPE fails due to insufficient effective sample size, but marginalizing items to code-prefix clusters recovers estimable support and cuts estimation error
  • The performance gain stems from coarsening rather than the hierarchy per se; however, the SID tree is what makes coarsening tractable in a generative system because each cluster's mass is exactly and cheaply returned by the decoder, whereas flat clustering would require enumerating item/leaf masses that a code-only decoder does not directly expose
  • Resolution depth serves as the operative tuning knob, with coarser clustering recommended under scarce support conditions
  • A conditional bias bound is derived that formally links coarsening bias to the quantizer's worst-case reconstruction residual and the target-logging policy divergence

Industry Insight

  • Teams deploying generative recommenders with semantic IDs should adopt code-prefix cluster-based OPE rather than per-item evaluation to avoid unreliable offline estimates that could misguide A/B test selection
  • The resolution depth parameter offers a practical dial for balancing bias-variance tradeoffs in OPE; practitioners should tune this based on available log volume rather than defaulting to the finest granularity
  • The finding that coarsening—not hierarchy structure—is the primary driver of improvement suggests that similar OPE strategies could be adapted to other generative systems beyond recommenders, provided a natural action abstraction exists

TL;DR

  • 生成式推荐器使用语义ID(SIDs)表示物品,但逐物品级别的离线策略评估(OPE)因生产日志中有效样本量不足而失效
  • 将物品聚合到代码前缀集群可恢复可估计的支持空间并显著降低评估误差
  • SID树的层次结构使集群聚合在生成系统中可行——解码器能精确且廉价地返回每个集群的质量,而平面聚类需要枚举所有物品质量
  • 分辨率深度是关键调节参数,数据稀缺时应选择更粗粒度;理论证明了粗化偏差与量化器重建残差及目标-日志散度的关系

为什么值得看

本文解决了生成式推荐系统中离线评估的核心难题,为A/B测试前的策略筛选提供了可靠的OPE方法。研究揭示了模型自身层次结构在降低评估方差方面的独特价值,对工业界推荐系统部署具有直接指导意义。

技术解析

  • 问题设定:生成式推荐器通过残差量化器将物品编码为层次化离散代码序列(SIDs),自回归解码生成推荐。在资源有限的A/B测试前,需要离线评估不同解码器或重排序变体。
  • 核心发现:在实际推荐器使用的近argmax日志分布下,逐物品OPE因有效样本量过小而无法估计;但将物品边际化到代码前缀集群可恢复可估计性并降低误差。
  • 机制分析:误差降低源于粗化(coarsening)而非层次结构本身;但SID树使粗化在生成系统中可行——每个集群的质量由解码器直接返回,而平面聚类需要枚举物品/叶节点质量(仅代码解码器不直接暴露)。
  • 理论保证:建立了条件偏差界限,将粗化偏差与量化器的最坏情况重建残差及目标-日志散度联系起来;分辨率深度是操作旋钮,支持稀缺时应选择更粗粒度。

行业启示

  • 生成式推荐系统的离线评估需充分利用模型自身的层次结构,传统逐物品评估方法在稀疏日志下失效,应转向基于代码前缀集群的粗粒度评估。
  • 在A/B测试成本高昂的场景下,基于SID树的OPE可作为可靠的策略排序工具,显著降低实验资源消耗。
  • 分辨率深度是偏差-方差权衡的关键超参数,实际部署中应根据生产日志的样本密度动态调整,数据稀缺时优先选择更粗粒度以保证估计稳定性。

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

Research 科学研究 Evaluation 评测 LLM 大模型 Training 训练 Inference 推理