paper-with-me

Papers

Improving Conversational Recommendation System by Pretraining on Billions Scale of Knowledge Graph

2021-04-30 · Chi-Man Wong, Fan Feng, Wen Zhang, Chi-Man Vong, Hui Chen, Yichi Zhang, Peng He, Huan Chen, Kun Zhao, Huajun Chen

Conversational Recommender Systems (CRSs) in E-commerce platforms aim to recommend items to users via multiple conversational interactions. Click-through rate (CTR) prediction models are commonly used for ranking candidate items. However, most CRSs are suffer from the problem of data scarcity and sparseness. To address this issue, we propose a novel knowledge-enhanced deep cross network (K-DCN), a two-step (pretrain and fine-tune) CTR prediction model to recommend items. We first construct a billion-scale conversation knowledge graph (CKG) from information about users, items and conversations, and then pretrain CKG by introducing knowledge graph embedding method and graph convolution network to encode semantic and structural information respectively.To make the CTR prediction model sensible of current state of users and the relationship between dialogues and items, we introduce user-state and dialogue-interaction representations based on pre-trained CKG and propose K-DCN.In K-DCN, we fuse the user-state representation, dialogue-interaction representation and other normal feature representations via deep cross network, which will give the rank of candidate items to be recommended.We experimentally prove that our proposal significantly outperforms baselines and show it's real application in Alime.

📄 PDF Abstract BibTeX arXiv:2104.14899

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionConversational RecommendationGraph EmbeddingKnowledge Graph EmbeddingPredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

The effectiveness of MAE pre-pretraining for billion-scale pretraining

2023-03-23 · ICCV 2023 1 · Mannat Singh, Quentin Duval, Kalyan Vasudev Alwala, Haoqi Fan 외

This paper revisits the standard pretrain-then-finetune paradigm used in computer vision for visual recognition tasks. Typically, state-of-the-art foundation models are pretrained using large scale (weakly) supervised da…

Action ClassificationAction RecognitionFew-Shot Image Classificationimage-classification+6

Macro Graph Neural Networks for Online Billion-Scale Recommender Systems

2024-01-26 · Hao Chen, Yuanchen Bei, Qijie Shen, Yue Xu 외

Predicting Click-Through Rate (CTR) in billion-scale recommender systems poses a long-standing challenge for Graph Neural Networks (GNNs) due to the overwhelming computational complexity involved in aggregating billions …

Recommendation Systems

WeMusic-Agent: Efficient Conversational Music Recommendation via Knowledge Internalization and Agentic Boundary Learning

2025-12-18 · Wendong Bi, Yirong Mao, Xianglong Liu, Kai Tian 외 arxiv

Personalized music recommendation in conversational scenarios usually requires a deep understanding of user preferences and nuanced musical context, yet existing methods often struggle with balancing specialized domain k…

Recommendation Systems

Lightweight representation learning for efficient and scalable recommendation

2021-01-04 · Olivier Koch, Amine Benhalloum, Guillaume Genthial, Denis Kuzin 외

Over the past decades, recommendation has become a critical component of many online services such as media streaming and e-commerce. Recent advances in algorithms, evaluation methods and datasets have led to continuous …

DecoderRecommendation SystemsRepresentation Learning

MobileConvRec: A Conversational Dataset for Mobile Apps Recommendations

2024-05-28 · Srijata Maji, Moghis Fereidouni, Vinaik Chhetri, Umar Farooq 외

Existing recommendation systems have focused on two paradigms: 1- historical user-item interaction-based recommendations and 2- conversational recommendations. Conversational recommendation systems facilitate natural lan…

Conversational RecommendationRecommendation Systems