Fine Tuning Out-of-Vocabulary Item Recommendation with User Sequence Imagination

Ruochen Liu, Hao Chen, Yuan-Qi Bei, Qijie Shen, Fangwei Zhong +2 more
2/3/2026

Abstract

Recommending out-of-vocabulary (OOV) items is a challenging problem since the in-vocabulary (IV) items have well-trained behavioral embeddings but the OOV items only have content features. Current OOV recommendation models often generate ‘makeshift’ embeddings for OOV items from content features and then jointly recommend with the ‘makeshift’ OOV item embeddings and the behavioral IV item embeddings. However, merely using the ‘makeshift’ embedding will result in suboptimal recommendation performance due to the substantial gap between the content feature and the behavioral embeddings. To bridge the gap, we propose a novel User Sequence IMagination (USIM) fine-tuning framework, which first imagines the user sequences and then refines the generated OOV embeddings with the user behavioral embeddings. Specifically, we frame the user sequence imagination as a reinforcement learning problem and develop a recommendation-focused reward function to evaluate to what extent a user can help recommend the OOV items. Besides, we propose an embedding-driven transition function to model the embedding transition after imaging a user. USIM has been deployed on a prominent e-commerce platform for months, offering recommendations for millions of OOV items and billions of users. Extensive experiments demonstrate that USIM outperforms traditional generative models in OOV item recommendation performance across traditional collaborative filtering and GNN-based collaborative filtering models.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. Any repos shown below are weak matches — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{liu2026fine,
  title  = {Fine Tuning Out-of-Vocabulary Item Recommendation with User Sequence Imagination},
  author = {Ruochen Liu and Hao Chen and Yuan-Qi Bei and Qijie Shen and Fangwei Zhong and Senzhang Wang and Jianxin Wang},
  year   = {2026},
  doi    = {10.52202/079017-0284},
  url    = {https://doi.org/10.52202/079017-0284},
  journal = {NEURIPS 2024 2024}
}

Discussion