paper-with-me

Papers

A Reproducible Analysis of Sequential Recommender Systems

2024-08-07 · Filippo Betello, Antonio Purificato, Federico Siciliano, Giovanni Trappolini, Andrea Bacciu, Nicola Tonellotto, Fabrizio Silvestri

Sequential Recommender Systems (SRSs) have emerged as a highly efficient approach to recommendation systems. By leveraging sequential data, SRSs can identify temporal patterns in user behaviour, significantly improving recommendation accuracy and relevance.Ensuring the reproducibility of these models is paramount for advancing research and facilitating comparisons between them. Existing works exhibit shortcomings in reproducibility and replicability of results, leading to inconsistent statements across papers. Our work fills these gaps by standardising data pre-processing and model implementations, providing a comprehensive code resource, including a framework for developing SRSs and establishing a foundation for consistent and reproducible experimentation. We conduct extensive experiments on several benchmark datasets, comparing various SRSs implemented in our resource. We challenge prevailing performance benchmarks, offering new insights into the SR domain. For instance, SASRec does not consistently outperform GRU4Rec. On the contrary, when the number of model parameters becomes substantial, SASRec starts to clearly dominate all the other SRSs. This discrepancy underscores the significant impact that experimental configuration has on the outcomes and the importance of setting it up to ensure precise and comprehensive results. Failure to do so can lead to significantly flawed conclusions, highlighting the need for rigorous experimental design and analysis in SRS research. Our code is available at https://github.com/antoniopurificato/recsys_repro_conf.

📄 PDF Abstract BibTeX arXiv:2408.03873

Code (1)

antoniopurificato/recsys_repro_conf 공식 구현 pytorch

Tasks

Experimental DesignRecommendation Systems

Methods 이 논문이 사용한 방법론

SRS Sticker Response Selector, or SRS, is a model for multi-turn dialog that automatically selects a sticker response. SRS first employs a convolutional based sticker image…

Similar Papers 제목 키워드 기반

Does It Look Sequential? An Analysis of Datasets for Evaluation of Sequential Recommendations

2024-08-21 · Anton Klenitskiy, Anna Volodkevich, Anton Pembek, Alexey Vasilev

Sequential recommender systems are an important and demanded area of research. Such systems aim to use the order of interactions in a user's history to predict future interactions. The premise is that the order of intera…

Recommendation Systems

A Systematic Replicability and Comparative Study of BSARec and SASRec for Sequential Recommendation

2025-06-17 · Chiara D'Ercoli, Giulia Di Teodoro, Federico Siciliano

This study aims at comparing two sequential recommender systems: Self-Attention based Sequential Recommendation (SASRec), and Beyond Self-Attention based Sequential Recommendation (BSARec) in order to check the improveme…

Recommendation SystemsSequential Recommendation

Towards Sharing Task Environments to Support Reproducible Evaluations of Interactive Recommender Systems

2019-09-13 · Andrea Barraza-Urbina, Mathieu d'Aquin

Beyond sharing datasets or simulations, we believe the Recommender Systems (RS) community should share Task Environments. In this work, we propose a high-level logical architecture that will help to reason about the core…

Recommendation Systems

Revisiting Self-Attentive Sequential Recommendation

2025-04-13 · Zan Huang

Recommender systems are ubiquitous in on-line services to drive businesses. And many sequential recommender models were deployed in these systems to enhance personalization. The approach of using the transformer decoder …

DecoderRecommendation SystemsSequential Recommendation

Privacy-Preserving Cross-Domain Sequential Recommendation

2024-01-27 · Zhaohao Lin, Weike Pan, Zhong Ming

Cross-domain sequential recommendation is an important development direction of recommender systems. It combines the characteristics of sequential recommender systems and cross-domain recommender systems, which can captu…

Privacy PreservingRecommendation SystemsSequential Recommendation