paper-with-me

홈 › Papers

Memory Augmented Neural Model for Incremental Session-based Recommendation

2020-04-28 · Fei Mi, Boi Faltings

Increasing concerns with privacy have stimulated interests in Session-based Recommendation (SR) using no personal data other than what is observed in the current browser session. Existing methods are evaluated in static settings which rarely occur in real-world applications. To better address the dynamic nature of SR tasks, we study an incremental SR scenario, where new items and preferences appear continuously. We show that existing neural recommenders can be used in incremental SR scenarios with small incremental updates to alleviate computation overhead and catastrophic forgetting. More importantly, we propose a general framework called Memory Augmented Neural model (MAN). MAN augments a base neural recommender with a continuously queried and updated nonparametric memory, and the predictions from the neural and the memory components are combined through another lightweight gating network. We empirically show that MAN is well-suited for the incremental SR task, and it consistently outperforms state-of-the-art neural and nonparametric methods. We analyze the results and demonstrate that it is particularly good at incrementally learning preferences on new and infrequent items.

📄 PDF Abstract BibTeX arXiv:2005.01573

Code (0)

등록된 구현이 없습니다.

Tasks

Session-Based Recommendations

Similar Papers 제목 키워드 기반

Enhancing User Intent Capture in Session-Based Recommendation with Attribute Patterns

2023-12-23 · NeurIPS 2023 11 · Xin Liu, Zheng Li, Yifan Gao, Jingfeng Yang 외

The goal of session-based recommendation in E-commerce is to predict the next item that an anonymous user will purchase based on the browsing and purchase history. However, constructing global or local transition graphs …

AttributeSession-Based Recommendations

A Graph-based Method for Session-based Recommendations

2021-06-22 · Marina Delianidi, Michail Salampasis, Konstantinos Diamantaras, Theodosios Siomos 외

We present a graph-based approach for the data management tasks and the efficient operation of a system for session-based next-item recommendations. The proposed method can collect data continuously and incrementally fro…

ManagementSession-Based Recommendations

Contrastive Augmented Graph2Graph Memory Interaction for Few Shot Continual Learning

2024-03-07 · Biqing Qi, Junqi Gao, Xingquan Chen, Dong Li 외

Few-Shot Class-Incremental Learning (FSCIL) has gained considerable attention in recent years for its pivotal role in addressing continuously arriving classes. However, it encounters additional challenges. The scarcity o…

class-incremental learningClass Incremental LearningContinual LearningFew-Shot Class-Incremental Learning+2

MemoCRS: Memory-enhanced Sequential Conversational Recommender Systems with Large Language Models

2024-07-06 · Yunjia Xi, Weiwen Liu, Jianghao Lin, Bo Chen 외

Conversational recommender systems (CRSs) aim to capture user preferences and provide personalized recommendations through multi-round natural language dialogues. However, most existing CRS models mainly focus on dialogu…

Recommendation Systems

Memory-R2: Fair Credit Assignment for Long-Horizon Memory-Augmented LLM Agents

2026-05-20 · Sikuan Yan, Ahmed Bahloul, Ercong Nie, Susanna Schwarzmann 외 arxiv

Memory-augmented LLM agents enable interactions that extend beyond finite context windows by storing, updating, and reusing information across sessions. However, training such agents with reinforcement learning in multi-…

Reinforcement Learning