paper-with-me

Papers

EncodeRec: An Embedding Backbone for Recommendation Systems

2026-01-15 · Guy Hadad, Neomi Rabaev, Bracha Shapira arxiv

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 semantic ID tokenization, showing substantial gains over PLM-based and embedding model baselines. These results underscore the pivotal role of embedding adaptation in bridging the gap between general-purpose language models and practical recommender systems.

📄 PDF Abstract BibTeX arXiv:2601.10837

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential RecommendationRecommendation Systems

Similar Papers 제목 키워드 기반

Improving LLM Interpretability and Performance via Guided Embedding Refinement for Sequential Recommendation

2025-04-15 · Nanshan Jia, Chenfei Yuan, Yuhang Wu, Zeyu Zheng

The fast development of Large Language Models (LLMs) offers growing opportunities to further improve sequential recommendation systems. Yet for some practitioners, integrating LLMs to their existing base recommendation s…

Recommendation SystemsSequential Recommendation

Diffusion-EXR: Controllable Review Generation for Explainable Recommendation via Diffusion Models

2023-12-24 · Ling Li, Shaohua Li, Winda Marantika, Alex C. Kot 외

Denoising Diffusion Probabilistic Model (DDPM) has shown great competence in image and audio generation tasks. However, there exist few attempts to employ DDPM in the text generation, especially review generation under r…

Audio GenerationDenoisingExplainable RecommendationRecommendation Systems+3

RECipe: Does a Multi-Modal Recipe Knowledge Graph Fit a Multi-Purpose Recommendation System?

2023-08-08 · Ali Pesaranghader, Touqir Sajed

Over the past two decades, recommendation systems (RSs) have used machine learning (ML) solutions to recommend items, e.g., movies, books, and restaurants, to clients of a business or an online platform. Recipe recommend…

BenchmarkingCollaborative FilteringGraph EmbeddingKnowledge Graph Embedding+3

Scaling New Frontiers: Insights into Large Recommendation Models

2024-12-01 · Wei Guo, Hao Wang, Luankang Zhang, Jin Yao Chin 외

Recommendation systems are essential for filtering data and retrieving relevant information across various applications. Recent advancements have seen these systems incorporate increasingly large embedding tables, scalin…

Recommendation Systems

Tokenizing Numerical and Embedding Features for LLM RecSys

2026-07-10 · Zhe Xu, Ankit Peshin, Chiyu Zhang, Feng Qi 외 arxiv

Large language models (LLMs) are increasingly used as backbone architectures for recommender systems because of their strong sequence modeling and representation learning capabilities. However, most LLM-based recommender…

Representation LearningFeature Engineering