CAST: Modeling Semantic-Level Transitions for Complementary-Aware Sequential Recommendation
New framework uses semantic transitions and LLM priors to beat co-purchase statistics, achieving 65x faster training.
A research team led by Qian Zhang has introduced CAST (Complementary-Aware Semantic Transition), a novel AI framework designed to revolutionize sequential recommendation systems. Traditional models often fail by mistaking spurious correlations from co-purchase data for true complementary relationships, leading to poor suggestions. CAST addresses this by shifting the modeling paradigm from the item level to the semantic level. It uses a semantic-level transition module to track dynamic changes directly within discrete semantic codes (like product specifications), preserving fine-grained details that are typically lost when aggregated into coarse item representations.
The framework's second key innovation is a complementary prior injection module that integrates LLM-verified knowledge of complementary patterns directly into the model's attention mechanism. This guides the system to prioritize genuine 'goes-with' relationships over simple popularity bias. In experiments across multiple e-commerce datasets, CAST demonstrated a significant performance leap, achieving up to a 17.6% improvement in Recall and a 16.0% gain in NDCG compared to state-of-the-art models. Remarkably, it also delivered a 65x acceleration in training speed, making it both more effective and computationally efficient for real-world deployment.
- Models semantic-level transitions instead of item co-occurrence, capturing fine-grained details like product specifications.
- Injects LLM-verified complementary priors into attention to prioritize true 'goes-with' relationships over popularity bias.
- Achieves up to 17.6% higher Recall, 16.0% better NDCG, and 65x faster training than current state-of-the-art models.
Why It Matters
This enables e-commerce platforms to move beyond 'others also bought' to suggest genuinely complementary items, boosting sales and user satisfaction.