English

Time-Aware Adaptive Side Information Fusion for Sequential Recommendation

Information Retrieval 2026-01-01 v1

Abstract

Incorporating item-side information, such as category and brand, into sequential recommendation is a well-established and effective approach for improving performance. However, despite significant advancements, current models are generally limited by three key challenges: they often overlook the fine-grained temporal dynamics inherent in timestamps, exhibit vulnerability to noise in user interaction sequences, and rely on computationally expensive fusion architectures. To systematically address these challenges, we propose the Time-Aware Adaptive Side Information Fusion (TASIF) framework. TASIF integrates three synergistic components: (1) a simple, plug-and-play time span partitioning mechanism to capture global temporal patterns; (2) an adaptive frequency filter that leverages a learnable gate to denoise feature sequences adaptively, thereby providing higher-quality inputs for subsequent fusion modules; and (3) an efficient adaptive side information fusion layer, this layer employs a "guide-not-mix" architecture, where attributes guide the attention mechanism without being mixed into the content-representing item embeddings, ensuring deep interaction while ensuring computational efficiency. Extensive experiments on four public datasets demonstrate that TASIF significantly outperforms state-of-the-art baselines while maintaining excellent efficiency in training. Our source code is available at https://github.com/jluo00/TASIF.

Keywords

Cite

@article{arxiv.2512.24246,
  title  = {Time-Aware Adaptive Side Information Fusion for Sequential Recommendation},
  author = {Jie Luo and Wenyu Zhang and Xinming Zhang and Yuan Fang},
  journal= {arXiv preprint arXiv:2512.24246},
  year   = {2026}
}

Comments

10 pages. Accepted by WSDM'26

R2 v1 2026-07-01T08:45:48.656Z