TokenMinds: Pretrained User Tokens and Embeddings for User Understanding in Large Recommender Systems
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A new industrial-scale system called TokenMinds generates both discrete Semantic ID-based user tokens and dense user embeddings, extending the PLUM framework from item retrieval to user modeling for large recommender systems, according to a paper submitted on 23 Jun 2026 [1]. The system adopts an encoder-decoder architecture adapted from pre-trained large language models. The decoder generates SID-based user tokens, while the encoder processes sequential user features and simultaneously produces dense user embeddings, ensuring compatibility with existing downstream models that rely on dense embeddings [2]. This dual-output design provides the complementary benefits of discrete, semantically grounded user representations while maintaining compatibility with current infrastructure [1]. Traditional user modeling in industrial recommender systems typically produces dense embeddings, which suffer from representational constraints inherent to fixed-dimensional vectors [3]. An emerging alternative using LLMs to generate text-based user tokens captures topical co-occurrences rather than deep sequential behavior dynamics and produces outputs that are difficult to ground to item attributes [4]. SID-based item tokenization has proven effective for improving generalization in generative recommendation, yet discrete SID-based representations for users remained largely unexplored until this work [1]. The shared SID vocabulary naturally extends to cross-scenario modeling. By unifying long-form and short-form video behaviors into a single model, the approach substantially reduces training and serving costs [2]. To serve the model for billions of users under strict latency constraints, TokenMinds is deployed atop an asynchronous serving infrastructure that decouples heavy representation generation from real-time scoring [3]. Validation included extensive offline experiments and live launches on multiple YouTube surfaces, served on full user traffic [1]. Focusing on ranking as the primary downstream use case, results confirm the practical viability of SID-based user tokens at industrial scale and demonstrate that tokens and dense embeddings provide complementary value across different production ranking systems [4]. Information retrieval systems, of which recommender systems are a prominent application, are designed to identify and retrieve information system resources relevant to an information need [6]. The field has seen increased attention to algorithmic bias, which describes systematic and repeatable harmful tendencies in computerized sociotechnical systems to create unfair outcomes [7]. As algorithms expand their ability to organize society and behavior, concerns have grown about how unanticipated output and manipulation of data can impact the physical world [7].
model-releaseresearch-paperproduct-launchtool-release
Background sources we checked (10)
- arxiv.org ↗ User modeling in industrial recommender systems typically produces dense embeddings, which suffer from representational constraints inherent to fixed-dimensional vectors. An emerging alternative for discrete user representation—using LLMs to generate text-based user tokens—captur…
- arxiv.org ↗ User modeling in industrial recommender systems typically produces dense embeddings, which suffer from representational constraints inherent to fixed-dimensional vectors. An emerging alternative for discrete user representation—using LLMs to generate text-based user tokens—captur…
- arxiv.org ↗ User modeling in industrial recommender systems typically produces dense embeddings, which suffer from representational constraints inherent to fixed-dimensional vectors. An emerging alternative for discrete user representation—using LLMs to generate text-based user tokens—captur…
- en.wikipedia.org ↗ Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of research in engineering, mathematics and computer…
- en.wikipedia.org ↗ Information retrieval (IR) in computing and information science is the task of identifying and retrieving information system resources that are relevant to an information need. The information need can be specified in the form of a search query. In the case of document retrieval,…
- en.wikipedia.org ↗ Algorithmic bias describes systematic and repeatable harmful tendency in a computerized sociotechnical system to create "unfair" outcomes, such as "privileging" one category over another in ways that may or may not be different from the intended function of the algorithm. Bias ca…
- arxiv.org ↗ # Learning Unified User Quantized Tokenizers for User Representation ArXiv.org, 2025. Preprint. 0 citations. ## Abstract Multi-source user representation learning plays a critical role in enabling personalized services on web platforms (e.g., Alipay). While prior works have ad…
- arxiv.org ↗ 11] , ... P5 employs whole ... word embedding [14 ... To address such challenges, we propose a novel LLM-based framework for recommender systems (TokenRec), in which a novel tokenization strategy is proposed to tokenize numerical ID (i.e., identifiers) of users and items by seaml…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
Sources covering this (2)
- export.arxiv.org — TokenMinds: Pretrained User Tokens and Embeddings for User Understanding in Large Recommender Systems ↗
- export.arxiv.org — Fairness Attacks on Recommender Systems · Global