paper-with-me

홈 › Papers

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 improvement frequency enhancement - the added element in BSARec - has on recommendations. The models in the study, have been re-implemented with a common base-structure from EasyRec, with the aim of obtaining a fair and reproducible comparison. The results obtained displayed how BSARec, by including bias terms for frequency enhancement, does indeed outperform SASRec, although the increases in performance obtained, are not as high as those presented by the authors. This work aims at offering an overview on existing methods, and most importantly at underlying the importance of implementation details for performance comparison.

📄 PDF Abstract BibTeX arXiv:2506.14692

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

A Systematic Reproducibility Study of BSARec for Sequential Recommendation

2025-12-19 · Jan Hutter, Hua Chang Bakker, Stan Fris, Madelon Bernardy 외 arxiv

In sequential recommendation (SR), the self-attention mechanism of Transformer-based models acts as a low-pass filter, limiting their ability to capture high-frequency signals that reflect short-term user interests. To o…

Sequential Recommendation

A Systematic Review and Replicability Study of BERT4Rec for Sequential Recommendation

2022-07-15 · Aleksandr Petrov, Craig Macdonald

BERT4Rec is an effective model for sequential recommendation based on the Transformer architecture. In the original publication, BERT4Rec claimed superiority over other available sequential recommendation approaches (e.g…

Sequential Recommendation

eSASRec: Enhancing Transformer-based Recommendations in a Modular Fashion

2025-08-08 · Daria Tikhonovich, Nikita Zelinskiy, Aleksandr V. Petrov, Mayya Spirina 외 arxiv

Since their introduction, Transformer-based models, such as SASRec and BERT4Rec, have become common baselines for sequential recommendations, surpassing earlier neural and non-neural methods. A number of following public…

Evaluating Deep Neural Networks in Deployment (A Comparative and Replicability Study)

2024-07-11 · Eduard Pinconschi, Divya Gopinath, Rui Abreu, Corina S. Pasareanu

As deep neural networks (DNNs) are increasingly used in safety-critical applications, there is a growing concern for their reliability. Even highly trained, high-performant networks are not 100% accurate. However, it is …

A Reproducible Analysis of Sequential Recommender Systems

2024-08-07 · Filippo Betello, Antonio Purificato, Federico Siciliano, Giovanni Trappolini 외

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 r…

Experimental DesignRecommendation Systems