Large Language Model as Universal Retriever in Industrial-Scale Recommender System
Junguang Jiang, Yanwen Huang, Bin Liu, Xiaoyu Kong, Xinhang Li, Ziru Xu, Han Zhu, Jian Xu, Bo Zheng

TL;DR
This paper presents a universal retrieval model using large language models that efficiently handles multiple objectives in industrial recommender systems, outperforming specialized models and maintaining low latency.
Contribution
The paper introduces a generative retrieval framework with multi-query representation, matrix decomposition, and probabilistic sampling, enabling LLMs to serve as versatile retrievers across various objectives.
Findings
URM outperforms expert models on offline tests.
URM improves online advertising core metrics by 3%.
Model achieves low latency within tens of milliseconds.
Abstract
In real-world recommender systems, different retrieval objectives are typically addressed using task-specific datasets with carefully designed model architectures. We demonstrate that Large Language Models (LLMs) can function as universal retrievers, capable of handling multiple objectives within a generative retrieval framework. To model complex user-item relationships within generative retrieval, we propose multi-query representation. To address the challenge of extremely large candidate sets in industrial recommender systems, we introduce matrix decomposition to boost model learnability, discriminability, and transferability, and we incorporate probabilistic sampling to reduce computation costs. Finally, our Universal Retrieval Model (URM) can adaptively generate a set from tens of millions of candidates based on arbitrary given objective while keeping the latency within tens of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling
MethodsSparse Evolutionary Training
