paper-with-me

Papers

LiNR: Model Based Neural Retrieval on GPUs at LinkedIn

2024-07-18 · Fedor Borisyuk, Qingquan Song, Mingzhou Zhou, Ganesh Parameswaran, Madhu Arun, Siva Popuri, Tugrul Bingol, Zhuotao Pei, Kuang-Hsuan Lee, Lu Zheng, Qizhan Shao, Ali Naqvi, Sen Zhou, Aman Gupta

This paper introduces LiNR, LinkedIn's large-scale, GPU-based retrieval system. LiNR supports a billion-sized index on GPU models. We discuss our experiences and challenges in creating scalable, differentiable search indexes using TensorFlow and PyTorch at production scale. In LiNR, both items and model weights are integrated into the model binary. Viewing index construction as a form of model training, we describe scaling our system for large indexes, incorporating full scans and efficient filtering. A key focus is on enabling attribute-based pre-filtering for exhaustive GPU searches, addressing the common challenge of post-filtering in KNN searches that often reduces system quality. We further provide multi-embedding retrieval algorithms and strategies for tackling cold start issues in retrieval. Our advancements in supporting larger indexes through quantization are also discussed. We believe LiNR represents one of the industry's first Live-updated model-based retrieval indexes. Applied to out-of-network post recommendations on LinkedIn Feed, LiNR has contributed to a 3% relative increase in professional daily active users. We envisage LiNR as a step towards integrating retrieval and ranking into a single GPU model, simplifying complex infrastructures and enabling end-to-end optimization of the entire differentiable infrastructure through gradient descent.

📄 PDF Abstract BibTeX arXiv:2407.13218

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGPUQuantizationRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ClinRAG-GRAPH: Clinical-prior Retrieval-Augmented Graph Model with Domain Adversarial Learning for Breast pCR Prediction

2026-07-01 · Yaofei Duan, Yuhao Huang, Tianyu Zhang, Yuan Gao 외 arxiv

Neoadjuvant chemotherapy (NAC) response prediction is clinically important for treatment stratification in breast cancer. However, robust pre-treatment pathological complete response (pCR) prediction remains challenging …

Representation Learning

Talent Search and Recommendation Systems at LinkedIn: Practical Challenges and Lessons Learned

2018-09-18 · Sahin Cem Geyik, Qi Guo, Bo Hu, Cagri Ozcaglar 외

LinkedIn Talent Solutions business contributes to around 65% of LinkedIn's annual revenue, and provides tools for job providers to reach out to potential candidates and for job seekers to find suitable career opportuniti…

Information RetrievalRecommendation SystemsRetrieval

Large Scale Retrieval for the LinkedIn Feed using Causal Language Models

2025-10-16 · Sudarshan Srinivasa Ramanujam, Antonio Alonso, Saurabh Kataria, Siddharth Dangi 외 arxiv

In large scale recommendation systems like the LinkedIn Feed, the retrieval stage is critical for narrowing hundreds of millions of potential candidates to a manageable subset for ranking. LinkedIn's Feed serves suggeste…

Recommendation Systems

Hierarchical Long-Term Semantic Memory for LinkedIn's Hiring Agent

2026-04-29 · Zhentao Xu, Shangjin Zhang, Emir Poyraz, Yvonne Li 외 arxiv

Large Language Model (LLM) agents are increasingly used in real-world products, where personalized and context-aware user interactions are essential. A central enabler of such capabilities is the agent's long-term semant…

LinRec: Linear Attention Mechanism for Long-term Sequential Recommender Systems

2024-11-03 · Langming Liu, Xiangyu Zhao, Chi Zhang, Jingtong Gao 외

Transformer models have achieved remarkable success in sequential recommender systems (SRSs). However, computing the attention matrix in traditional dot-product attention mechanisms results in a quadratic complexity with…

Recommendation SystemsSequential Recommendation