paper-with-me

Papers

AutoMLP: Automated MLP for Sequential Recommendations

2023-03-11 · Muyang Li, Zijian Zhang, Xiangyu Zhao, Wanyu Wang, Minghao Zhao, Runze Wu, Ruocheng Guo

Sequential recommender systems aim to predict users' next interested item given their historical interactions. However, a long-standing issue is how to distinguish between users' long/short-term interests, which may be heterogeneous and contribute differently to the next recommendation. Existing approaches usually set pre-defined short-term interest length by exhaustive search or empirical experience, which is either highly inefficient or yields subpar results. The recent advanced transformer-based models can achieve state-of-the-art performances despite the aforementioned issue, but they have a quadratic computational complexity to the length of the input sequence. To this end, this paper proposes a novel sequential recommender system, AutoMLP, aiming for better modeling users' long/short-term interests from their historical interactions. In addition, we design an automated and adaptive search algorithm for preferable short-term interest length via end-to-end optimization. Through extensive experiments, we show that AutoMLP has competitive performance against state-of-the-art methods, while maintaining linear computational complexity.

📄 PDF Abstract BibTeX arXiv:2303.06337

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Exploring Applications of State Space Models and Advanced Training Techniques in Sequential Recommendations: A Comparative Study on Efficiency and Performance

2024-08-10 · Mark Obozov, Makar Baderko, Stepan Kulibaba, Nikolay Kutuzov 외

Recommender systems aim to estimate the dynamically changing user preferences and sequential dependencies between historical user behaviour and metadata. Although transformer-based models have proven to be effective in s…

Recommendation SystemsState Space Models

The Importance of Song Context and Song Order in Automated Music Playlist Generation

2018-07-12 · Vall Andreu, Quadrana Massimo, Schedl Markus, Widmer Gerhard

The automated generation of music playlists can be naturally regarded as a sequential task, where a recommender system suggests a stream of songs that constitute a listening session. In order to predict the next song in …

Collaborative FilteringRecommendation Systems

Attribute-aware Diversification for Sequential Recommendations

2020-08-03 · Anton Steenvoorden, Emanuele Di Gloria, Wanyu Chen, Pengjie Ren 외

Users prefer diverse recommendations over homogeneous ones. However, most previous work on Sequential Recommenders does not consider diversity, and strives for maximum accuracy, resulting in homogeneous recommendations. …

AttributeDiversity

DACSR: Decoupled-Aggregated End-to-End Calibrated Sequential Recommendation

2022-04-22 · Jiayi Chen, Wen Wu, Liye Shi, Yu Ji 외

Sequential recommendations have made great strides in accurately predicting the future behavior of users. However, persuading accuracy alone may bring side effects such as unfair and overspecialized recommendation result…

DiversityFairnessSequential Recommendation

Batch versus Sequential Active Learning for Recommender Systems

2022-01-19 · Toon De Pessemier, Sander Vanhove, Luc Martens

Recommender systems have been investigated for many years, with the aim of generating the most accurate recommendations possible. However, available data about new users is often insufficient, leading to inaccurate recom…

Active LearningRecommendation Systems