Tokenizing Numerical and Embedding Features for LLM RecSys
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 recommenders operate primarily on discrete textual tokens, whereas practical recommendation pipelines also rely on continuous numerical features and dense embedding features produced by upstream feature engineering or pretrained encoders. This mismatch limits the ability of LLM-based models to exploit fine-grained non-textual signals. We propose a soft-token fusion framework that maps numerical and embedding features into the LLM embedding space, allowing heterogeneous recommendation signals to be consumed through the standard token interface. We instantiate the framework in a shared-parameter LLM-based two-tower retrieval model and introduce an interaction-based fusion module that refines embedding and numerical soft tokens before they are inserted into the final LLM input. Experiments on three Amazon recommendation benchmarks show that soft-token fusion improves retrieval performance over LLM-based baselines, and that interaction-based fusion is more effective than direct concatenation of heterogeneous soft tokens.
Code (0)
등록된 구현이 없습니다.
Tasks
Representation LearningFeature EngineeringSimilar Papers 제목 키워드 기반
Learning Multi-granular Quantized Embeddings for Large-Vocab Categorical Features in Recommender Systems
Recommender system models often represent various sparse features like users, items, and categorical features via embeddings. A standard approach is to map each unique feature value to an embedding vector. The size of th…
QuantizationRecommendation SystemsTraining Personalized Recommendation Systems from (GPU) Scratch: Look Forward not Backwards
Personalized recommendation models (RecSys) are one of the most popular machine learning workload serviced by hyperscalers. A critical challenge of training RecSys is its high memory capacity requirements, reaching hundr…
CPUGPURecommendation SystemsThe Impact of Feature Quantity on Recommendation Algorithm Performance: A Movielens-100K Case Study
Recent model-based Recommender Systems (RecSys) algorithms emphasize on the use of features, also called side information, in their design similar to algorithms in Machine Learning (ML). In contrast, some of the most pop…
AutoMLFeature ImportanceRecommendation SystemsTwo Stages Approach for Tweet Engagement Prediction
This paper describes the approach proposed by the D2KLab team for the 2020 RecSys Challenge on the task of predicting user engagement facing tweets. This approach relies on two distinct stages. First, relevant features a…
Knowledge Graph EmbeddingsPredictionSentiment AnalysisVocal Bursts Valence Prediction+1The Potential of AutoML for Recommender Systems
Automated Machine Learning (AutoML) has greatly advanced applications of Machine Learning (ML) including model compression, machine translation, and computer vision. Recommender Systems (RecSys) can be seen as an applica…
AutoMLMachine TranslationModel CompressionRecommendation Systems