paper-with-me

Papers

Deep Unified Representation for Heterogeneous Recommendation

2022-01-15 · Chengqiang Lu, Mingyang Yin, Shuheng Shen, Luo Ji, Qi Liu, Hongxia Yang

Recommendation system has been a widely studied task both in academia and industry. Previous works mainly focus on homogeneous recommendation and little progress has been made for heterogeneous recommender systems. However, heterogeneous recommendations, e.g., recommending different types of items including products, videos, celebrity shopping notes, among many others, are dominant nowadays. State-of-the-art methods are incapable of leveraging attributes from different types of items and thus suffer from data sparsity problems. And it is indeed quite challenging to represent items with different feature spaces jointly. To tackle this problem, we propose a kernel-based neural network, namely deep unified representation (or DURation) for heterogeneous recommendation, to jointly model unified representations of heterogeneous items while preserving their original feature space topology structures. Theoretically, we prove the representation ability of the proposed model. Besides, we conduct extensive experiments on real-world datasets. Experimental results demonstrate that with the unified representation, our model achieves remarkable improvement (e.g., 4.1% ~ 34.9% lift by AUC score and 3.7% lift by online CTR) over existing state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2201.05861

Code (1)

geekinglcq/hrec 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Joint Representation Learning for Top-N Recommendation with Heterogeneous Information Sources

2017-11-06 · CIKM 2017 11 · Yongfeng Zhang, Qingyao Ai, Xu Chen, W. Bruce Croft

The Web has accumulated a rich source of information, such as text, image, rating, etc, which represent different aspects of user preferences. However, the heterogeneous nature of this information makes it difficult for …

Context Aware Product RecommendationLearning-To-RankRecommendation SystemsRepresentation Learning

Neural News Recommendation with Heterogeneous User Behavior

2019-11-01 · IJCNLP 2019 11 · Chuhan Wu, Fangzhao Wu, Mingxiao An, Tao Qi 외

News recommendation is important for online news platforms to help users find interested news and alleviate information overload. Existing news recommendation methods usually rely on the news click history to model user …

MULTI-VIEW LEARNINGNews Recommendation

RecBase: Generative Foundation Model Pretraining for Zero-Shot Recommendation

2025-09-03 · Sashuai Zhou, Weinan Gan, Qijiong Liu, Ke Lei 외 arxiv

Recent advances in LLM-based recommendation have shown promise, yet their cross-domain generalization is hindered by a fundamental mismatch between language-centric pretraining and the recommendation task. Existing metho…

Domain Generalization

AMinerGNN: Heterogeneous Graph Neural Network for Paper Click-through Rate Prediction with Fusion Query

2022-08-15 · Zepeng Huai, Zhe Wang, Yifan Zhu, Peng Zhang

Paper recommendation with user-generated keyword is to suggest papers that simultaneously meet user's interests and are relevant to the input keyword. This is a recommendation task with two queries, a.k.a. user ID and ke…

Click-Through Rate PredictionGraph Neural NetworkGraph Representation LearningRecommendation Systems+1

Firzen: Firing Strict Cold-Start Items with Frozen Heterogeneous and Homogeneous Graphs for Recommendation

2024-10-10 · Hulingxiao He, Xiangteng He, Yuxin Peng, Zifei Shan 외

Recommendation models utilizing unique identities (IDs) to represent distinct users and items have dominated the recommender systems literature for over a decade. Since multi-modal content of items (e.g., texts and image…

Knowledge GraphsRecommendation Systems