IRAIOct 24, 2025

CausalRec: A CausalBoost Attention Model for Sequential Recommendation

arXiv:2510.21333v11 citationsh-index: 2
Originality Highly original
AI Analysis

This work addresses the issue of inaccurate recommendations due to overlooked user motivations in sequential recommendation, offering a novel causal approach for more reliable systems.

The paper tackles the problem of spurious correlations in sequential recommendation systems by introducing CausalRec, a framework that integrates causal attention to prioritize causally significant user behaviors, resulting in average improvements of 7.21% in Hit Rate and 8.65% in NDCG over state-of-the-art methods.

Recent advances in correlation-based sequential recommendation systems have demonstrated substantial success. Specifically, the attention-based model outperforms other RNN-based and Markov chains-based models by capturing both short- and long-term dependencies more effectively. However, solely focusing on item co-occurrences overlooks the underlying motivations behind user behaviors, leading to spurious correlations and potentially inaccurate recommendations. To address this limitation, we present a novel framework that integrates causal attention for sequential recommendation, CausalRec. It incorporates a causal discovery block and a CausalBooster. The causal discovery block learns the causal graph in user behavior sequences, and we provide a theory to guarantee the identifiability of the learned causal graph. The CausalBooster utilizes the discovered causal graph to refine the attention mechanism, prioritizing behaviors with causal significance. Experimental evaluations on real-world datasets indicate that CausalRec outperforms several state-of-the-art methods, with average improvements of 7.21% in Hit Rate (HR) and 8.65% in Normalized Discounted Cumulative Gain (NDCG). To the best of our knowledge, this is the first model to incorporate causality through the attention mechanism in sequential recommendation, demonstrating the value of causality in generating more accurate and reliable recommendations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes