paper-with-me

Papers

Large Memory Network for Recommendation

2025-02-08 · Hui Lu, Zheng Chai, Yuchao Zheng, Zhe Chen, Deping Xie, Peng Xu, Xun Zhou

Modeling user behavior sequences in recommender systems is essential for understanding user preferences over time, enabling personalized and accurate recommendations for improving user retention and enhancing business values. Despite its significance, there are two challenges for current sequential modeling approaches. From the spatial dimension, it is difficult to mutually perceive similar users' interests for a generalized intention understanding; from the temporal dimension, current methods are generally prone to forgetting long-term interests due to the fixed-length input sequence. In this paper, we present Large Memory Network (LMN), providing a novel idea by compressing and storing user history behavior information in a large-scale memory block. With the elaborated online deployment strategy, the memory block can be easily scaled up to million-scale in the industry. Extensive offline comparison experiments, memory scaling up experiments, and online A/B test on Douyin E-Commerce Search (ECS) are performed, validating the superior performance of LMN. Currently, LMN has been fully deployed in Douyin ECS, serving millions of users each day.

📄 PDF Abstract BibTeX arXiv:2502.05558

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

UpDLRM: Accelerating Personalized Recommendation using Real-World PIM Architecture

2024-06-20 · Sitian Chen, Haobin Tan, Amelie Chi Zhou, Yusen Li 외

Deep Learning Recommendation Models (DLRMs) have gained popularity in recommendation systems due to their effectiveness in handling large-scale recommendation tasks. The embedding layers of DLRMs have become the performa…

CPUGPURecommendation Systems

User Memory Reasoning for Conversational Recommendation

2020-05-30 · COLING 2020 8 · Hu Xu, Seungwhan Moon, Honglei Liu, Pararth Shah 외

We study a conversational recommendation model which dynamically manages users' past (offline) preferences and current (online) requests through a structured and cumulative user memory knowledge graph, to allow for natur…

Conversational Recommendation

MALLOC: Benchmarking the Memory-aware Long Sequence Compression for Large Sequential Recommendation

2026-01-28 · Qihang Yu, Kairui Fu, Zhaocheng Du, Yuxuan Si 외 arxiv

The scaling law, which indicates that model performance improves with increasing dataset and model capacity, has fueled a growing trend in expanding recommendation models in both industry and academia. However, the adven…

Sequential RecommendationRecommendation Systems

RecSSD: Near Data Processing for Solid State Drive Based Recommendation Inference

2021-01-29 · Mark Wilkening, Udit Gupta, Samuel Hsia, Caroline Trippel 외

Neural personalized recommendation models are used across a wide variety of datacenter applications including search, social media, and entertainment. State-of-the-art models comprise large embedding tables that have bil…

Understanding Training Efficiency of Deep Learning Recommendation Models at Scale

2020-11-11 · Bilge Acun, Matthew Murphy, Xiaodong Wang, Jade Nie 외

The use of GPUs has proliferated for machine learning workflows and is now considered mainstream for many deep learning models. Meanwhile, when training state-of-the-art personal recommendation models, which consume the …

Deep LearningGPU