IRLGNENov 6, 2020

Session-aware Recommendation: A Surprising Quest for the State-of-the-art

arXiv:2011.03424v253 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the scattered research in session-aware recommendation, revealing methodological issues and highlighting potential for more sophisticated algorithms, which is incremental as it consolidates existing findings rather than introducing new methods.

The authors benchmarked session-aware recommendation algorithms against session-based models and found that simple nearest neighbor techniques consistently outperform recent neural methods, and session-aware models often do not improve over approaches ignoring long-term preferences.

Recommender systems are designed to help users in situations of information overload. In recent years, we observed increased interest in session-based recommendation scenarios, where the problem is to make item suggestions to users based only on interactions observed in an ongoing session. However, in cases where interactions from previous user sessions are available, the recommendations can be personalized according to the users' long-term preferences, a process called session-aware recommendation. Today, research in this area is scattered and many existing works only compare session-aware with session-based models. This makes it challenging to understand what represents the state-of-the-art. To close this research gap, we benchmarked recent session-aware algorithms against each other and against a number of session-based recommendation algorithms and trivial extensions thereof. Our comparison, to some surprise, revealed that (i) item simple techniques based on nearest neighbors consistently outperform recent neural techniques and that (ii) session-aware models were mostly not better than approaches that do not use long-term preference information. Our work therefore not only points to potential methodological issues where new methods are compared to weak baselines, but also indicates that there remains a huge potential for more sophisticated session-aware recommendation algorithms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes