paper-with-me

Papers

Linear Item-Item Model with Neural Knowledge for Session-based Recommendation

2025-04-21 · Minjin Choi, Sunkyung Lee, Seongmin Park, Jongwuk Lee

Session-based recommendation (SBR) aims to predict users' subsequent actions by modeling short-term interactions within sessions. Existing neural models primarily focus on capturing complex dependencies for sequential item transitions. As an alternative solution, linear item-item models mainly identify strong co-occurrence patterns across items and support faster inference speed. Although each paradigm has been actively studied in SBR, their fundamental differences in capturing item relationships and how to bridge these distinct modeling paradigms effectively remain unexplored. In this paper, we propose a novel SBR model, namely Linear Item-Item model with Neural Knowledge (LINK), which integrates both types of knowledge into a unified linear framework. Specifically, we design two specialized components of LINK: (i) Linear knowledge-enhanced Item-item Similarity model (LIS), which refines the item similarity correlation via self-distillation, and (ii) Neural knowledge-enhanced Item-item Transition model (NIT), which seamlessly incorporates complicated neural knowledge distilled from the off-the-shelf neural model. Extensive experiments demonstrate that LINK outperforms state-of-the-art linear SBR models across six real-world datasets, achieving improvements of up to 14.78% and 11.04% in Recall@20 and MRR@20 while showing up to 813x fewer inference FLOPs. Our code is available at https://github.com/jin530/LINK.

📄 PDF Abstract BibTeX arXiv:2504.15057

Code (1)

jin530/link 공식 구현 pytorch

Tasks

Session-Based Recommendations

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Session-aware Linear Item-Item Models for Session-based Recommendation

2021-03-30 · Minjin Choi, jinhong Kim, Joonseok Lee, Hyunjung Shim 외

Session-based recommendation aims at predicting the next item given a sequence of previous items consumed in the session, e.g., on e-commerce or multimedia streaming services. Specifically, session data exhibits some uni…

Session-Based Recommendations

Knowledge-enhanced Session-based Recommendation with Temporal Transformer

2021-12-16 · Rongzhi Zhang, Yulong Gu, Xiaoyu Shen, Hui Su

Recent research has achieved impressive progress in the session-based recommendation. However, information such as item knowledge and click time interval, which could be potentially utilized to improve the performance, r…

Graph Representation LearningRepresentation LearningSession-Based Recommendations

Incorporating User Micro-behaviors and Item Knowledge into Multi-task Learning for Session-based Recommendation

2020-06-12 · Wenjing Meng, Deqing Yang, Yanghua Xiao

Session-based recommendation (SR) has become an important and popular component of various e-commerce platforms, which aims to predict the next interacted item based on a given session. Most of existing SR models only fo…

Multi-Task LearningSession-Based Recommendations

Knowledge Graph-based Session Recommendation with Adaptive Propagation

2024-02-17 · Yu Wang, Amin Javari, Janani Balaji, Walid Shalaby 외

Session-based recommender systems (SBRSs) predict users' next interacted items based on their historical activities. While most SBRSs capture purchasing intentions locally within each session, capturing items' global inf…

Recommendation Systems

CaSe4SR: Using category sequence graph to augment session-based recommendation

2020-11-06 · Knowledge-Based Systems 2020 11 · Lin Liu, Li Wang, Tao Lian

Session-based recommendation aims to predict next item based on users’ anonymous behavior sequence within a short time. Recent studies focus on modeling sequential dependencies or complex relations among items in a sessi…

Session-Based Recommendations