paper-with-me

Papers

Efficient Sequential Recommendation for Long Term User Interest Via Personalization

2026-01-07 · Qiang Zhang, Hanchao Yu, Ivan Ji, Chen Yuan, Yi Zhang, Chihuang Liu, Xiaolong Wang, Christopher E. Lambert, Ren Chen, Chen Kovacs, Xinzhu Bei, Renqin Cai, Rui Li, Lizhu Zhang, Xiangjun Fan, Qunshu Zhang, Benyu Zhang arxiv

Recent years have witnessed success of sequential modeling, generative recommender, and large language model for recommendation. Though the scaling law has been validated for sequential models, it showed inefficiency in computational capacity when considering real-world applications like recommendation, due to the non-linear(quadratic) increasing nature of the transformer model. To improve the efficiency of the sequential model, we introduced a novel approach to sequential recommendation that leverages personalization techniques to enhance efficiency and performance. Our method compresses long user interaction histories into learnable tokens, which are then combined with recent interactions to generate recommendations. This approach significantly reduces computational costs while maintaining high recommendation accuracy. Our method could be applied to existing transformer based recommendation models, e.g., HSTU and HLLM. Extensive experiments on multiple sequential models demonstrate its versatility and effectiveness. Source code is available at \href{https://github.com/facebookresearch/PerSRec}{https://github.com/facebookresearch/PerSRec}.

📄 PDF Abstract BibTeX arXiv:2601.03479

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Dynamic Memory based Attention Network for Sequential Recommendation

2021-02-18 · Qiaoyu Tan, Jianwei Zhang, Ninghao Liu, Xiao Huang 외

Sequential recommendation has become increasingly essential in various online services. It aims to model the dynamic preferences of users from their historical interactions and predict their next items. The accumulated u…

Sequential Recommendation

Hierarchical Context enabled Recurrent Neural Network for Recommendation

2019-04-26 · Kyungwoo Song, Mingi Ji, Sungrae Park, Il-Chul Moon

A long user history inevitably reflects the transitions of personal interests over time. The analyses on the user history require the robust sequential model to anticipate the transitions and the decays of user interests…

Sequential Recommendation

Denoising Long- and Short-term Interests for Sequential Recommendation

2024-07-20 · Xinyu Zhang, Beibei Li, Beihong Jin

User interests can be viewed over different time scales, mainly including stable long-term preferences and changing short-term intentions, and their combination facilitates the comprehensive sequential recommendation. Ho…

Contrastive LearningDenoisingSequential Recommendation

Rethinking Lifelong Sequential Recommendation with Incremental Multi-Interest Attention

2021-05-28 · Yongji Wu, Lu Yin, Defu Lian, Mingyang Yin 외

Sequential recommendation plays an increasingly important role in many e-commerce services such as display advertisement and online shopping. With the rapid development of these services in the last two decades, users ha…

Sequential Recommendation

Memory Augmented Graph Neural Networks for Sequential Recommendation

2019-12-26 · Chen Ma, Liheng Ma, Yingxue Zhang, Jianing Sun 외

The chronological order of user-item interactions can reveal time-evolving and sequential user behaviors in many recommender systems. The items that users will interact with may depend on the items accessed in the past. …

Graph Neural NetworkRecommendation SystemsSequential Recommendation