EncodeRec: An Embedding Backbone for Recommendation Systems
Guy Hadad, Neomi Rabaev, Bracha Shapira

TL;DR
EncodeRec is a novel method that adapts pre-trained language model embeddings for recommendation systems by aligning them with recommendation objectives, resulting in more domain-specific and discriminative item representations without retraining the language model.
Contribution
The paper introduces EncodeRec, a technique that learns compact, informative embeddings from item descriptions while keeping the language model frozen, improving recommendation performance.
Findings
Significant improvements over PLM-based baselines in recommendation benchmarks.
Effective as both a backbone for sequential recommendation and semantic ID tokenization.
Maintains computational efficiency by freezing language model parameters.
Abstract
Recent recommender systems increasingly leverage embeddings from large pre-trained language models (PLMs). However, such embeddings exhibit two key limitations: (1) PLMs are not explicitly optimized to produce structured and discriminative embedding spaces, and (2) their representations remain overly generic, often failing to capture the domain-specific semantics crucial for recommendation tasks. We present EncodeRec, an approach designed to align textual representations with recommendation objectives while learning compact, informative embeddings directly from item descriptions. EncodeRec keeps the language model parameters frozen during recommender system training, making it computationally efficient without sacrificing semantic fidelity. Experiments across core recommendation benchmarks demonstrate its effectiveness both as a backbone for sequential recommendation models and for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Graph Neural Networks
