用语义ID提升长期用户建模的点击率预测效果与效率
R2LED: Equipping Retrieval and Refinement in Lifelong User Modeling with Semantic IDs for CTR Prediction
- 通过多路径混合召回,融合协同与语义信息减少噪声
- 设计双层融合机制,实现路由级与语义ID级的精准匹配
- 在两个公开数据集上表现更优,适合推荐系统研发者参考
长期用户建模通过利用用户长期行为序列进行点击率(CTR)预测,广泛应用于个性化服务。现有方法普遍采用“检索-精炼”两阶段策略以平衡效果与效率,但仍存在(i)因数据分布偏斜导致的检索噪声,以及(ii)精炼阶段缺乏语义理解的问题。尽管语义增强技术(如大模型或语义嵌入)可缓解上述问题,却面临推理成本过高或表示粒度不足的挑战。本文引入多粒度、轻量化的语义身份(Semantic Identity, SID),提出R2LED框架,将语义ID融入长期用户建模中的检索与精炼环节。首先,在检索阶段设计多路径混合召回:通过并行的多个召回路径捕捉不同粒度的兴趣,并结合协同与语义视图的混合机制高效筛选候选项,降低噪声。其次,在精炼阶段提出双层融合精炼:包括目标感知的跨注意力机制用于路由级融合,以及门控机制实现语义ID级融合,有效弥合语义与协同空间的差距。在两个公开数据集上的实验表明,该方法在性能与效率方面均优于现有方法。代码已开源:https://github.com/abananbao/R2LED。
原文摘要 · Abstract (English)
Lifelong user modeling, which leverages users' long-term behavior sequences for CTR prediction, has been widely applied in personalized services. Existing methods generally adopted a two-stage "retrieval-refinement" strategy to balance effectiveness and efficiency. However, they still suffer from (i) noisy retrieval due to skewed data distribution and (ii) lack of semantic understanding in refinement. While semantic enhancement, e.g., LLMs modeling or semantic embeddings, offers potential solutions to these two challenges, these approaches face impractical inference costs or insufficient representation granularity. Obsorbing multi-granularity and lightness merits of semantic identity (SID), we propose a novel paradigm that equips retrieval and refinement in Lifelong User Modeling with SEmantic IDs (R2LED) to address these issues. First, we introduce a Multi-route Mixed Retrieval for the retrieval stage. On the one hand, it captures users' interests from various granularities by several parallel recall routes. On the other hand, a mixed retrieval mechanism is proposed to efficiently retrieve candidates from both collaborative and semantic views, reducing noise. Then, for refinement, we design a Bi-level Fusion Refinement, including a target-aware cross-attention for route-level fusion and a gate mechanism for SID-level fusion. It can bridge the gap between semantic and collaborative spaces, exerting the merits of SID. The comprehensive experimental results on two public datasets demonstrate the superiority of our method in both performance and efficiency. To facilitate the reproduction, we have released the code online https://github.com/abananbao/R2LED.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。