SYSTEM APPROACH TO MULTICRITERIA EVALUATION OF SESSION-BASED AND SEQUENTIAL RECOMMENDATION SYSTEMS

Scientific news of KPI, Dec 2025

Background. Recommendation systems have become indispensable components of modern digital platforms, enabling personalized content delivery across diverse domains. Traditional collaborative filtering and content-based approaches often fail to capture temporal dynamics and contextual dependencies inherent in user behavior patterns. Sequential recommendation systems (SRSs) and session-based recommendation systems (SBRSs) have emerged as new paradigms to capture users' short-term but dynamic preferences for enabling more timely and accurate recommendations. Objective. To propose a system approach for multicriteria evaluation of various SRS and SBRS models – a unified framework for understanding these models, selecting the best recommendation model, and guiding future research directions in temporal-aware recommendation systems. To provide a systematic overview and comprehensive analysis of session-based and sequential recommendation systems, to examine their theoretical foundations, evolution, empirical performance characteristics, and practical deployment considerations. Methods. A comprehensive analysis of foundational approaches from Markov chain models to modern neural architectures including attention-based methods, graph neural networks, and state-space models is conducted. The approaches are systematically categorized based on architectural principles, temporal modeling strategies, and knowledge integration methods. The Analytic Hierarchy Process is applied for calculation of relative importance of benefits, costs, opportunities and risks in a problem of session-based and sequential recommendation systems synthesis. An experimental study of various SRS and SBRS models was performed on benchmark datasets. Results. Empirical studies on temporal benchmark datasets show that combining SASRec and ReCODE improves the Recall@K metric by 9% over the baseline SASRec model, and combining GRU4Rec with ReCODE improves the metric by 17% over the baseline GRU4Rec. The SASRec model, which adapts transformer architectures to the sequential recommendation problem, achieved the highest baseline performance in terms of Recall@K and NDCG@K criteria on benchmark datasets compared to the other examined models, demonstrating the effectiveness of self-attention mechanisms for sequence modeling. ReCODE is a model-independent neural ordinary differential equation framework for recommender systems and an effective framework for studying consumer demand dynamics, has improved the metrics of existing baseline approaches, and has acceptable computational complexity for practical recommender system deployment scenarios. Conclusions. Session-based and sequential recommendation systems have evolved through several paradigmatic shifts with significant scientific achievements including establishment of session-based recommendation model as distinct from traditional collaborative filtering, development of attention mechanisms for sequence modeling, and introduction of continuous-time formulations. Future research directions include unified architectures, scalability solutions, improved evaluation methodologies, and extensions to multi-stakeholder scenarios.

Article PDF cannot be displayed. You can download it here:

https://scinews.kpi.ua/article/download/343329/335722

SYSTEM APPROACH TO MULTICRITERIA EVALUATION OF SESSION-BASED AND SEQUENTIAL RECOMMENDATION SYSTEMS

46 2025 / 4 KPI Science News DOI: https://doi.org/10.20535/kpisn.2025.4.343329 UDC 004:85 D.V. Androsov1*, N.I. Nedashkovskaya1 Igor Sikorsky Kyiv Polytechnic Institute, Kyiv, Ukraine 1 *corresponding author: SYSTEM APPROACH TO MULTICRITERIA EVALUATION OF SESSION-BASED AND SEQUENTIAL RECOMMENDATION SYSTEMS Background. Recommendation systems have become indispensable components of modern digital platforms, enabling personalised content delivery across diverse domains. Traditional collaborative filtering and content-based approaches often fail to capture temporal dynamics and contextual dependencies inherent in user behaviour patterns. Sequential recommendation systems (SRSs) and session-based recommendation systems (SBRSs) have emerged as new paradigms to capture users’ short-term but dynamic preferences for enabling more timely and accurate recommendations. Objective. The paper aims to propose a system approach for multicriteria evaluation of various SRS and SBRS models – a unified framework for understanding these models, selecting the best recommendation model, and guiding future research directions in temporal-aware recommendation systems, as well as to provide a systematic overview and comprehensive analysis of session-based and sequential recommendation systems, to examine their theoretical foundations, evolution, empirical performance characteristics, and practical deployment considerations. Methods. A comprehensive analysis of foundational approaches from Markov chain models to modern neural architectures, including attention-based methods, graph neural networks, and state-space models, is conducted. The approaches are systematically categorised based on architectural principles, temporal modelling strategies, and knowledge integration methods. The Analytic Hierarchy Process is applied for the calculation of relative importance of benefits, costs, opportunities and risks in a problem of session-based and sequential recommendation systems synthesis. An experimental study of various SRS and SBRS models was performed on benchmark datasets. Results. Empirical studies on the temporal benchmark dataset show that combining SASRec and ReCODE improves the Recall@K metric by 9 % over the baseline SASRec model, and combining GRU4Rec with ReCODE improves the metric by 17 % over the baseline GRU4Rec. The SASRec model, which adapts transformer architectures to the sequential recommendation problem, achieved the highest baseline performance in terms of Recall@K and NDCG@K criteria on the benchmark dataset compared to the other examined models, demonstrating the effectiveness of self-attention mechanisms for sequence modelling. ReCODE is a model-independent neural ordinary differential equation framework for recommender systems and an effective framework for studying consumer demand dynamics, has improved the metrics of existing baseline approaches, and has acceptable computational complexity for practical recommender system deployment scenarios. Conclusions. Session-based and sequential recommendation systems have evolved through several paradigmatic shifts with significant scientific achievements, including establishment of session-based recommendation model as distinct from traditional collaborative filtering, development of attention mechanisms for sequence modelling, and introduction of continuous-time formulations. Future research directions include unified architectures, scalability solutions, improved evaluation methodologies, and extensions to multi-stakeholder scenarios. Keywords: sequential recommendation; session-based recommendation; temporal modelling; attention mechanisms; graph neural networks; state-space models; deep learning; system analysis; decision making. Пропозиція для цитування цієї статті: Д.В. Андросов, Н.І. Недашківська, “Системний підхід до багатокритеріального оцінювання сеансових і послідовних рекомендаційних систем”, Наукові вісті КПІ, № 4, с. 46–54, 2025. doi: https://doi.org/10.20535/kpisn.2025.4.343329 Offer a citation for this article: D.V. Androsov1*, N.I. Nedashkovskaya1, “System approach to multicriteria evaluation of session-based and sequential recommendation systems”, KPI Science News, no. 4, pp. 46–54, 2025. doi: https://doi.org/10.20535/kpisn.2025.4.343329 © The Autor(s). The article is distributed under the terms of the license CC BY 4.0 СИСТЕМНИЙ АНАЛІЗ ТА НАУКА ПРО ДАНІ Introduction Recommendation systems have revolutionised digital content consumption by enabling perso nalised experiences across e-commerce platforms, streaming services, social media, and news aggregators [1–3]. These systems address the fundamental challenge of information overload by filtering vast content catalogs to present users with relevant items tailored to their preferences and contextual needs. Traditional recommendation approaches, primarily collaborative filtering and content-based methods, treat user-item interactions as static snapshots, failing to account for the temporal dynamics that characterise real-world user behaviour [2]. However, user preferences evolve continuously over time, influenced by seasonal patterns, trending topics, life events and changing interests. Static models cannot capture preference drift, limiting their ability to provide timely and relevant recommendations [4, 5]. User interactions demonstrate complex sequential patterns where the order, timing and context of actions significantly influence future preferences. For instance, purchasing a camera may increase the likelihood of buying related accessories, but this dependency weakens over time [6, 7]. Also, many modern applications operate with anonymous users or scenarios where long-term user profiles are unavailable due to privacy constraints, cookie limitations or new user cold-start problems. These situations require systems to make accurate recommendations based solely on current session interactions without historical context [4–7]. These challenges have motivated the development of sequential recommendation systems and session-based recommendation systems, representing a paradigmatic shift toward temporal-aware personalisation that adapts to dynamic user contexts and behavioural patterns [8, 9]. The evolution of sequential recommendation systems has been marked by several technological breakthroughs that have progressively addressed the limitations of static approaches: 1. Foundational period (2001–2014). Early work established theoretical foundations through Markov chain models [9, 10] and matrix factorisation extensions [4, 6]. The factorised personalised Markov chain [6] represented a crucial advancement by combining collaborative filtering with Markovian temporal modelling. 2. Deep learning emergence (2015–2017). The introduction of deep learning marked a trans- 47 formative period. GRU4Rec [11] pioneered neural session-based recommendation, demonstrating superior performance over traditional methods. 3. Attention era (2018–2020). Transformer archite (...truncated)


This is a preview of a remote PDF: https://scinews.kpi.ua/article/download/343329/335722
Article home page: https://scinews.kpi.ua/article/view/343329/335722

Nadezhda Nedashkovskaya, Dmytro Androsov. SYSTEM APPROACH TO MULTICRITERIA EVALUATION OF SESSION-BASED AND SEQUENTIAL RECOMMENDATION SYSTEMS, Scientific news of KPI, 2025,