返回全部动态
生成式推荐系统如何重新定义大规模推荐
原标题:How Generative Recommenders Are Redefining RecSys at Scale
AI 摘要
NVIDIA 技术博客介绍了生成式推荐系统(GRs)如何重新定义大规模推荐系统,从传统的嵌入相似度目标转向生成式目标,即预测用户历史序列中的下一个动作或项目。文章讨论了 HSTU 和语义 ID 等架构,以及 NVIDIA 的 recsys-examples 和 nv-embedding-cache 如何解决生产中的挑战,如长尾问题和冷启动问题。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
Recommender systems (RecSys) are one of the most ubiquitous machine learning problems in the consumer internet industry yet notoriously difficult to train and serve at scale. The advent of LLMs has inspired a shift from the traditional embedding-similarity-based objective to a generative one, where the goal is to predict the next action or item in a large catalog given a sequence of user histories. This post covers the architectural shift toward generative recommenders (GRs), the production chal
发布时间:2026-08-21 00:00
抓取时间:2026-08-21 00:24
来源机构:NVIDIA