PulseAugur
实时 06:26:07
English(EN) Gryphon-v2: One Model in Place of a Cascade - Generate-and-Rank Recommender with Rollout Distillation

Gryphon-v2统一模型使Yandex Music用户增长1.41%

研究人员开发了Gryphon-v2,这是一种用于端到端推荐系统的统一生成和排序架构。该新模型通过一次性编码用户历史记录,然后在单个框架内生成和排序候选对象,从而简化了复杂的多级级联。通过从高容量教师排序器中蒸馏偏好,Gryphon-v2在Yandex Music的A/B测试中实现了与现有级联相当的服务延迟,同时使活跃用户增加了1.41%。 AI

影响 这种统一的模型架构可以简化大规模推荐系统的部署和维护。

排序理由 学术论文,详细介绍了新的模型架构及其在A/B测试中的性能。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.IR (Information Retrieval) 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Gryphon-v2统一模型使Yandex Music用户增长1.41%

报道来源 [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Nikolay Savushkin ·

    Gryphon-v2:一个模型取代级联 - 生成与排序推荐器结合了Rollout蒸馏

    Industrial recommender systems are commonly deployed as multi-stage cascades with separate candidate generators, pre-rankers, and final rankers. Although effective, these cascades require repeated user-history processing, complex feature pipelines, and multiple serving stages. Se…