paper-with-me

Papers

Learning Vector-Quantized Item Representation for Transferable Sequential Recommenders

2022-10-22 · Yupeng Hou, Zhankui He, Julian McAuley, Wayne Xin Zhao

Recently, the generality of natural language text has been leveraged to develop transferable recommender systems. The basic idea is to employ pre-trained language models~(PLM) to encode item text into item representations. Despite the promising transferability, the binding between item text and item representations might be too tight, leading to potential problems such as over-emphasizing the effect of text features and exaggerating the negative impact of domain gap. To address this issue, this paper proposes VQ-Rec, a novel approach to learning Vector-Quantized item representations for transferable sequential Recommenders. The main novelty of our approach lies in the new item representation scheme: it first maps item text into a vector of discrete indices (called item code), and then employs these indices to lookup the code embedding table for deriving item representations. Such a scheme can be denoted as "text $\Longrightarrow$ code $\Longrightarrow$ representation". Based on this representation scheme, we further propose an enhanced contrastive pre-training approach, using semi-synthetic and mixed-domain code representations as hard negatives. Furthermore, we design a new cross-domain fine-tuning method based on a differentiable permutation-based network. Extensive experiments conducted on six public benchmarks demonstrate the effectiveness of the proposed approach, in both cross-domain and cross-platform settings. Code and pre-trained model are available at: https://github.com/RUCAIBox/VQ-Rec.

📄 PDF Abstract BibTeX arXiv:2210.12316

Code (1)

rucaibox/vq-rec 공식 구현 pytorch

Tasks

Language ModellingRecommendation Systemstext similarity

Similar Papers 제목 키워드 기반

Transferable Sequential Recommendation via Vector Quantized Meta Learning

2024-11-04 · Zhenrui Yue, Huimin Zeng, Yang Zhang, Julian McAuley 외

While sequential recommendation achieves significant progress on capturing user-item transition patterns, transferring such large-scale recommender systems remains challenging due to the disjoint user and item groups acr…

Meta-LearningQuantizationRecommendation SystemsSequential Recommendation

Collaborative Word-based Pre-trained Item Representation for Transferable Recommendation

2023-11-17 · Shenghao Yang, Chenyang Wang, Yankai Liu, Kangping Xu 외

Item representation learning (IRL) plays an essential role in recommender systems, especially for sequential recommendation. Traditional sequential recommendation models usually utilize ID embeddings to represent items, …

Collaborative FilteringRecommendation SystemsRepresentation LearningSequential Recommendation

Q-BERT4Rec: Quantized Semantic-ID Representation Learning for Multimodal Recommendation

2025-12-02 · Haofeng Huang, Ling Gai arxiv

Sequential recommendation plays a critical role in modern online platforms such as e-commerce, advertising, and content streaming, where accurately predicting users' next interactions is essential for personalization. Re…

Sequential RecommendationMultimodal RecommendationRepresentation Learning

DiffuRec: A Diffusion Model for Sequential Recommendation

2023-04-03 · Zihao Li, Aixin Sun, Chenliang Li

Mainstream solutions to Sequential Recommendation (SR) represent items with fixed vectors. These vectors have limited capability in capturing items' latent aspects and users' diverse preferences. As a new generative para…

modelRecommendation SystemsSequential Recommendation

Distinguished Quantized Guidance for Diffusion-based Sequence Recommendation

2025-01-29 · Wenyu Mao, Shuchang Liu, Haoyang Liu, Haozhe Liu 외

Diffusion models (DMs) have emerged as promising approaches for sequential recommendation due to their strong ability to model data distributions and generate high-quality items. Existing work typically adds noise to the…

DenoisingQuantizationSequential Recommendation