paper-with-me

Papers

CUPID: A Real-Time Session-Based Reciprocal Recommendation System for a One-on-One Social Discovery Platform

2024-10-08 · Beomsu Kim, SangBum Kim, Minchan Kim, Joonyoung Yi, Sungjoo Ha, Suhyun Lee, Youngsoo Lee, Gihun Yeom, Buru Chang, Gihun Lee

This study introduces CUPID, a novel approach to session-based reciprocal recommendation systems designed for a real-time one-on-one social discovery platform. In such platforms, low latency is critical to enhance user experiences. However, conventional session-based approaches struggle with high latency due to the demands of modeling sequential user behavior for each recommendation process. Additionally, given the reciprocal nature of the platform, where users act as items for each other, training recommendation models on large-scale datasets is computationally prohibitive using conventional methods. To address these challenges, CUPID decouples the time-intensive user session modeling from the real-time user matching process to reduce inference time. Furthermore, CUPID employs a two-phase training strategy that separates the training of embedding and prediction layers, significantly reducing the computational burden by decreasing the number of sequential model inferences by several hundredfold. Extensive experiments on large-scale Azar datasets demonstrate CUPID's effectiveness in a real-world production environment. Notably, CUPID reduces response latency by more than 76% compared to non-asynchronous systems, while significantly improving user engagement.

📄 PDF Abstract BibTeX arXiv:2410.18087

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

CUPID: Evaluating Personalized and Contextualized Alignment of LLMs from Interactions

2025-08-03 · Tae Soo Kim, Yoonjoo Lee, Yoonah Park, Jiho Kim 외 arxiv

Personalization of Large Language Models (LLMs) often assumes users hold static preferences that reflect globally in all tasks. In reality, humans hold dynamic preferences that change depending on the context. As users i…

SemSR: Semantics aware robust Session-based Recommendations

2025-08-28 · Jyoti Narwariya, Priyanka Gupta, Muskan Gupta, Jyotsana Khatri 외 arxiv

Session-based recommendation (SR) models aim to recommend items to anonymous users based on their behavior during the current session. While various SR models in the literature utilize item sequences to predict the next …

Session-Based Recommendations

Improved Recurrent Neural Networks for Session-based Recommendations

2016-06-27 · Yong Kiam Tan, Xinxing Xu, Yong liu

Recurrent neural networks (RNNs) were recently proposed for the session-based recommendation task. The models showed promising improvements over traditional recommendation approaches. In this work, we further study RNN-b…

Data AugmentationSession-Based Recommendations

GRAINRec: Graph and Attention Integrated Approach for Real-Time Session-Based Item Recommendations

2024-11-14 · Bhavtosh Rath, Pushkar Chennu, David Relyea, Prathyusha Kanmanth Reddy 외

Recent advancements in session-based recommendation models using deep learning techniques have demonstrated significant performance improvements. While they can enhance model sophistication and improve the relevance of r…

Session-Based Recommendations

Hierarchical Temporal Convolutional Networks for Dynamic Recommender Systems

2019-04-08 · Jiaxuan You, Yichen Wang, Aditya Pal, Pong Eksombatchai 외

Recommender systems that can learn from cross-session data to dynamically predict the next item a user will choose are crucial for online platforms. However, existing approaches often use out-of-the-box sequence models w…

GPURecommendation SystemsSession-Based Recommendations