菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-21
📄 Abstract - CAST: Modeling Semantic-Level Transitions for Complementary-Aware Sequential Recommendation

Sequential Recommendation (SR) aims to predict the next interaction of a user based on their behavior sequence, where complementary relations often provide essential signals for predicting the next item. However, mainstream models relying on sparse co-purchase statistics often mistake spurious correlations (e.g., due to popularity bias) for true complementary relations. Identifying true complementary relations requires capturing the fine-grained item semantics (e.g., specifications) that simple cooccurrence statistics would be unable to model. While recent semantics-based methods utilize discrete semantic codes to represent items, they typically aggregate semantic codes into coarse item representations. This aggregation process blurs specific semantic details required to identify complementarity. To address these critical limitations and effectively leverage semantics for capturing reliable complementary relations, we propose a Complementary-Aware Semantic Transition (CAST) framework that introduces a new modeling paradigm built upon semantic-level transitions. Specifically, a semantic-level transition module is designed to model dynamic transitions directly in the discrete semantic code space, effectively capturing fine-grained semantic dependencies often lost in aggregated item representations. Then, a complementary prior injection module is designed to incorporate LLM-verified complementary priors into the attention mechanism, thereby prioritizing complementary patterns over co-occurrence statistics. Experiments on multiple e-commerce datasets demonstrate that CAST consistently outperforms the state-of-the-art approaches, achieving up to 17.6% Recall and 16.0% NDCG gains with 65x training acceleration. This validates its effectiveness and efficiency in uncovering latent item complementarity beyond statistics. The code will be released upon acceptance.

顶级标签: machine learning data
详细标签: sequential recommendation complementary relations semantic modeling ecommerce attention mechanism 或 搜索:

CAST:面向互补感知的序列推荐,建模语义级过渡 / CAST: Modeling Semantic-Level Transitions for Complementary-Aware Sequential Recommendation


1️⃣ 一句话总结

本文提出一种名为CAST的框架,通过在离散语义编码空间中直接建模用户行为序列的语义过渡,并引入大语言模型验证的互补关系先验,从而更精准地识别商品间的真实互补关系,大幅提升序列推荐的准确性和训练效率。

源自 arXiv: 2604.19414