paper-with-me

Papers

Tokenizing Numerical and Embedding Features for LLM RecSys

2026-07-10 · Zhe Xu, Ankit Peshin, Chiyu Zhang, Feng Qi, Johnson Lui, Anil Ramakrishna, Justin Johnson, Carl Hu, Kaushik Rangadurai, Luke Simon 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 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.

📄 PDF Abstract BibTeX arXiv:2607.10016

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningFeature Engineering

Similar Papers 제목 키워드 기반

Learning Multi-granular Quantized Embeddings for Large-Vocab Categorical Features in Recommender Systems

2020-02-20 · Wang-Cheng Kang, Derek Zhiyuan Cheng, Ting Chen, Xinyang Yi 외

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 Systems

Training Personalized Recommendation Systems from (GPU) Scratch: Look Forward not Backwards

2022-05-10 · Youngeun Kwon, Minsoo Rhu

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 Systems

The Impact of Feature Quantity on Recommendation Algorithm Performance: A Movielens-100K Case Study

2022-07-13 · Lukas Wegmeth

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 Systems

Two Stages Approach for Tweet Engagement Prediction

2020-08-24 · Amine Dadoun, Ismail Harrando, Pasquale Lisena, Alison Reboud 외

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+1

The Potential of AutoML for Recommender Systems

2024-02-06 · Tobias Vente, Joeran Beel

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