paper-with-me

Papers

Variable-Length Semantic IDs for Recommender Systems

2026-02-18 · Kirill Khrylchenko arxiv

Generative models are increasingly used in recommender systems, both for modeling user behavior as event sequences and for integrating large language models into recommendation pipelines. A key challenge in this setting is the extremely large cardinality of item spaces, which makes training generative models difficult and introduces a vocabulary gap between natural language and item identifiers. Semantic identifiers (semantic IDs), which represent items as sequences of low-cardinality tokens, have recently emerged as an effective solution to this problem. However, existing approaches generate semantic identifiers of fixed length, assigning the same description length to all items. This is inefficient, misaligned with natural language, and ignores the highly skewed frequency structure of real-world catalogs, where popular items and rare long-tail items exhibit fundamentally different information requirements. In parallel, the emergent communication literature studies how agents develop discrete communication protocols, often producing variable-length messages in which frequent concepts receive shorter descriptions. Despite the conceptual similarity, these ideas have not been systematically adopted in recommender systems. In this work, we bridge recommender systems and emergent communication by introducing variable-length semantic identifiers for recommendation. We propose a discrete variational autoencoder with Gumbel-Softmax reparameterization that learns item representations of adaptive length under a principled probabilistic framework, avoiding the instability of REINFORCE-based training and the fixed-length constraints of prior semantic ID methods.

📄 PDF Abstract BibTeX arXiv:2602.16375

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ParVecMF: A Paragraph Vector-based Matrix Factorization Recommender System

2017-06-22 · Georgios Alexandridis, Georgios Siolas, Andreas Stafylopatis

Review-based recommender systems have gained noticeable ground in recent years. In addition to the rating scores, those systems are enriched with textual evaluations of items by the users. Neural language processing mode…

Recommendation Systems

AMEM4Rec: Leveraging Cross-User Similarity for Memory Evolution in Agentic LLM Recommenders

2026-02-09 · Minh-Duc Nguyen, Hai-Dang Kieu, Dung D. Le arxiv

Agentic systems powered by Large Language Models (LLMs) have shown strong potential in recommender systems but remain hindered by several challenges. Fine-tuning LLMs is parameter-inefficient, and prompt-based agentic re…

Collaborative FilteringRecommendation Systems

Image is All You Need: Towards Efficient and Effective Large Language Model-Based Recommender Systems

2025-03-08 · Kibum Kim, Sein Kim, Hongseok Kang, Jiwan Kim 외

Large Language Models (LLMs) have recently emerged as a powerful backbone for recommender systems. Existing LLM-based recommender systems take two different approaches for representing items in natural language, i.e., At…

AllAttributeLanguage ModelingLanguage Modelling+2

Data-driven Conditional Instrumental Variables for Debiasing Recommender Systems

2024-08-19 · Zhirong Huang, Shichao Zhang, Debo Cheng, Jiuyong Li 외

In recommender systems, latent variables can cause user-item interaction data to deviate from true user preferences. This biased data is then used to train recommendation models, further amplifying the bias and ultimatel…

Recommendation Systemsvalid

Generating Stereotypes Automatically For Complex Categorical Features

2019-11-13 · Nourah ALRossais, Daniel Kudenko

In the context of stereotypes creation for recommender systems, we found that certain types of categorical variables pose particular challenges if simple clustering procedures were employed with the objective to create s…

ClusteringRecommendation Systems