解耦语义与协同信号,提升生成式推荐精度
DiscRec: Disentangled Semantic-Collaborative Modeling for Generative Recommendation
- 引入物品级位置嵌入,显式建模物品结构
- 双分支架构分离语义与协同信号,避免优化冲突
- 适配生成式推荐场景,尤其适合高粒度交互数据
生成式推荐正成为一种强大范式,直接生成物品预测,超越传统匹配方法。然而现有方法面临两大挑战:令牌-物品错位,即统一的令牌级建模忽略对协同信号学习至关重要的物品级粒度;以及语义-协同信号纠缠,两者分布不同却在统一嵌入空间融合,导致优化目标冲突,限制推荐性能。为此,我们提出DiscRec,一种支持灵活融合的解耦语义-协同建模框架。首先,DiscRec引入基于语义ID内索引的物品级位置嵌入,显式建模输入令牌序列中的物品结构。其次,采用双分支模块在嵌入层解耦两类信号:语义分支使用原始令牌嵌入编码语义信号,协同分支则通过仅限同一物品内令牌的局部注意力有效捕捉协同信号。随后,门控机制融合双分支,同时保留序列依赖建模能力。在四个真实数据集上的大量实验表明,DiscRec能有效解耦信号,并持续优于当前最优基线。代码已开源。
原文摘要 · Abstract (English)
Generative recommendation is emerging as a powerful paradigm that directly generates item predictions, moving beyond traditional matching-based approaches. However, current methods face two key challenges: token-item misalignment, where uniform token-level modeling ignores item-level granularity that is critical for collaborative signal learning, and semantic-collaborative signal entanglement, where collaborative and semantic signals exhibit distinct distributions yet are fused in a unified embedding space, leading to conflicting optimization objectives that limit the recommendation performance. To address these issues, we propose DiscRec, a novel framework that enables Disentangled Semantic-Collaborative signal modeling with flexible fusion for generative Recommendation. First, DiscRec introduces item-level position embeddings, assigned based on indices within each semantic ID, enabling explicit modeling of item structure in input token sequences. Second, DiscRec employs a dual-branch module to disentangle the two signals at the embedding layer: a semantic branch encodes semantic signals using original token embeddings, while a collaborative branch applies localized attention restricted to tokens within the same item to effectively capture collaborative signals. A gating mechanism subsequently fuses both branches while preserving the model's ability to model sequential dependencies. Extensive experiments on four real-world datasets demonstrate that DiscRec effectively decouples these signals and consistently outperforms state-of-the-art baselines. Our codes are available on https://github.com/Ten-Mao/DiscRec.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。