paper-with-me

홈 › Papers

Towards Universal Sequence Representation Learning for Recommender Systems

2022-06-13 · Yupeng Hou, Shanlei Mu, Wayne Xin Zhao, Yaliang Li, Bolin Ding, Ji-Rong Wen

In order to develop effective sequential recommenders, a series of sequence representation learning (SRL) methods are proposed to model historical user behaviors. Most existing SRL methods rely on explicit item IDs for developing the sequence models to better capture user preference. Though effective to some extent, these methods are difficult to be transferred to new recommendation scenarios, due to the limitation by explicitly modeling item IDs. To tackle this issue, we present a novel universal sequence representation learning approach, named UniSRec. The proposed approach utilizes the associated description text of items to learn transferable representations across different recommendation scenarios. For learning universal item representations, we design a lightweight item encoding architecture based on parametric whitening and mixture-of-experts enhanced adaptor. For learning universal sequence representations, we introduce two contrastive pre-training tasks by sampling multi-domain negatives. With the pre-trained universal sequence representation model, our approach can be effectively transferred to new recommendation domains or platforms in a parameter-efficient way, under either inductive or transductive settings. Extensive experiments conducted on real-world datasets demonstrate the effectiveness of the proposed approach. Especially, our approach also leads to a performance improvement in a cross-platform setting, showing the strong transferability of the proposed universal SRL method. The code and pre-trained model are available at: https://github.com/RUCAIBox/UniSRec.

📄 PDF Abstract BibTeX arXiv:2206.05941

Code (2)

rucaibox/unisrec 공식 구현 pytorch
jamesding000/specgr pytorch

Tasks

Mixture-of-ExpertsRecommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Deep Reinforcement Learning-Based Product Recommender for Online Advertising

2021-01-30 · Milad Vaali Esfahaani, Yanbo Xue, Peyman Setoodeh

In online advertising, recommender systems try to propose items from a list of products to potential customers according to their interests. Such systems have been increasingly deployed in E-commerce due to the rapid gro…

Deep Reinforcement LearningRecommendation Systemsreinforcement-learningReinforcement Learning+2

OmniSage: Large Scale, Multi-Entity Heterogeneous Graph Representation Learning

2025-04-22 · Anirudhan Badrinath, Alex Yang, Kousik Rajesh, Prabhat Agarwal 외

Representation learning, a task of learning latent vectors to represent entities, is a key task in improving search and recommender systems in web applications. Various representation learning methods have been developed…

Contrastive LearningGraph Representation LearningRecommendation SystemsRepresentation Learning

Graph4Rec: A Universal Toolkit with Graph Neural Networks for Recommender Systems

2021-12-02 · Weibin Li, Mingkai He, Zhengjie Huang, Xianming Wang 외

In recent years, owing to the outstanding performance in graph representation learning, graph neural network (GNN) techniques have gained considerable interests in many real-world scenarios, such as recommender systems a…

graph constructionGraph Neural NetworkGraph Representation LearningRecommendation Systems+1

Large Language Model as Universal Retriever in Industrial-Scale Recommender System

2025-02-05 · Junguang Jiang, Yanwen Huang, Bin Liu, Xiaoyu Kong 외

In real-world recommender systems, different retrieval objectives are typically addressed using task-specific datasets with carefully designed model architectures. We demonstrate that Large Language Models (LLMs) can fun…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+2

Universal Item Tokenization for Transferable Generative Recommendation

2025-04-06 · Bowen Zheng, Hongyu Lu, Yu Chen, Wayne Xin Zhao 외

Recently, generative recommendation has emerged as a promising paradigm, attracting significant research attention. The basic framework involves an item tokenizer, which represents each item as a sequence of codes servin…

General KnowledgeLarge Language ModelMultimodal Large Language Model