MEGA Hub

The Case Against Generation for Retrieval: Discriminative Language Models as Effective Retrievers

Authors

Do you know Zhe Xu?You can claim authorship or link another user.Do you know Prachi Agrawal?You can claim authorship or link another user.Do you know Kavosh Asadi?You can claim authorship or link another user.Do you know Tianyi Chen?You can claim authorship or link another user.Do you know Carl Hu?You can claim authorship or link another user.Do you know Justin Johnson?You can claim authorship or link another user.Do you know Wuwei Lan?You can claim authorship or link another user.Do you know Mingfu Liang?You can claim authorship or link another user.Do you know Xi Liu?You can claim authorship or link another user.Do you know Tik On Lui?You can claim authorship or link another user.Do you know Oladipo Ositelu?You can claim authorship or link another user.Do you know Sandeep Pandey?You can claim authorship or link another user.Do you know Ankit Peshin?You can claim authorship or link another user.Do you know Feng Qi?You can claim authorship or link another user.Do you know Anil Ramakrishna?You can claim authorship or link another user.Do you know Kaushik Rangadurai?You can claim authorship or link another user.Do you know Frank Shyu?You can claim authorship or link another user.Do you know Luke Simon?You can claim authorship or link another user.Do you know Yang Yang?You can claim authorship or link another user.Do you know Chiyu Zhang?You can claim authorship or link another user.

Abstract

Large Language Models (LLMs) have emerged as powerful assets for recommender systems. However, deploying them as generative recommenders or zero-shot rankers at web-scale remains bottlenecked by prohibitive computational overhead and grounding challenges. In this paper, we revitalize the classic, highly efficient two-tower retrieval architecture by adapting LLMs as semantic representation backbones rather than generative engines. We introduce an LLM-native two-tower framework engineered for high-throughput, large-scale retrieval. Our architecture introduces several key innovations: a shared LLM encoder for joint user-item modeling, End-Of-Sentence (EOS) token pooling for compact sequence embedding, cross-dataset transfer learning, knowledge distillation from powerful cross-encoder teachers, and latent reasoning within the user tower. Extensive evaluation across three public benchmarks demonstrates that cross-encoder architecture outperforms current state-of-the-art (SoTA) models, while the efficient two-tower student achieves SoTA-comparable retrieval performance. Furthermore, experiments on internal large-scale production systems yield substantial topline retrieval improvements along with high resilience to model staleness and superior data scaling. Our findings demonstrate that when augmented with modern representation learning, the traditional two-tower paradigm remains an exceptionally competitive and practical solution for industrial retrieval systems.

Community

00