arXiv:2607.28659cs.AI2026-07中稿 · RecSys 2026

提出新框架提升跨域推荐的准确率与推理速度

Empowering Cross-Domain Sequential Recommendation with Hybrid Tokenization and Serial-Parallel Decoding

论文配图:Empowering Cross-Domain Sequential Recommendation with Hybrid Tokenization and Serial-Parallel Decoding
图 1 · 摘自论文原文
  • 用多塔结构融合共性与个性特征,实现跨域混合分词
  • 生成时部分并行化,推理延迟降低85.1%
  • 适合需要快速响应的实时推荐系统

跨域序列推荐(CDSR)旨在建模用户在多个领域中的动态兴趣转移和序列模式。近年来,生成式推荐(GR)兴起,通过从物品语义中学习语义标识符(SIDs),将推荐问题转化为自回归生成。然而,现有方法存在两个关键问题:(1) 分词过程忽略跨域协同关系;(2) 生成阶段采用低效解码策略(如束搜索),阻碍实时部署。为此,我们提出GenCDSR,一种高效且有效的生成式跨域推荐框架。设计跨域混合分词机制,结合多塔架构,通过分层共享-特定码本,联合捕捉跨域共性与领域特异性。同时,提出跨域串行-并行解码策略,利用层次化SID结构实现部分并行生成,显著降低推理延迟,同时保持生成一致性。在三个公开数据集上的实验表明,GenCDSR相比最先进基线平均准确率提升1.5%,平均推理延迟降低85.1%。代码与数据集已开源:https://github.com/Applied-Machine-Learning-Lab/RecSys2026_GenCDSR。

原文摘要 · Abstract (English)

Cross-domain sequential recommendation (CDSR) aims to model users' dynamic interest transitions and sequential patterns across multiple domains. Recently, generative recommendation (GR) has emerged. It first learns semantic identifiers (SIDs) from item semantics and formulates recommendation as autoregressive generation. However, existing methods face two critical issues: (1) they ignore collaborative correlations across domains during tokenization, and (2) they adopt inefficient decoding strategies, such as beam search, during generation, which hinders real-time deployment. To address these limitations, we propose GenCDSR, an effective and efficient generative framework for CDSR. Specifically, we design a cross-domain hybrid tokenization mechanism with a multi-tower architecture to jointly capture cross-domain commonalities and domain-specific distinctions through hierarchical shared-specific and fine-grained codebooks. Furthermore, we develop a cross-domain serial-parallel decoding strategy that leverages the hierarchical SID structure to partially parallelize generation, significantly reducing inference latency while preserving generation consistency. Experiments on three public datasets show that GenCDSR achieves an average accuracy improvement of 1.5 percent and an average inference latency reduction of 85.1 percent compared with state-of-the-art baselines. The implementation code and datasets are available online: https://github.com/Applied-Machine-Learning-Lab/RecSys2026_GenCDSR.

推荐系统生成模型跨域推荐高效推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。