paper-with-me

Papers

InteractRank: Personalized Web-Scale Search Pre-Ranking with Cross Interaction Features

2025-04-09 · Sujay Khandagale, Bhawna Juneja, Prabhat Agarwal, Aditya Subramanian, Jaewon Yang, Yuting Wang

Modern search systems use a multi-stage architecture to deliver personalized results efficiently. Key stages include retrieval, pre-ranking, full ranking, and blending, which refine billions of items to top selections. The pre-ranking stage, vital for scoring and filtering hundreds of thousands of items down to a few thousand, typically relies on two tower models due to their computational efficiency, despite often lacking in capturing complex interactions. While query-item cross interaction features are paramount for full ranking, integrating them into pre-ranking models presents efficiency-related challenges. In this paper, we introduce InteractRank, a novel two tower pre-ranking model with robust cross interaction features used at Pinterest. By incorporating historical user engagement-based query-item interactions in the scoring function along with the two tower dot product, InteractRank significantly boosts pre-ranking performance with minimal latency and computation costs. In real-world A/B experiments at Pinterest, InteractRank improves the online engagement metric by 6.5% over a BM25 baseline and by 3.7% over a vanilla two tower baseline. We also highlight other components of InteractRank, like real-time user-sequence modeling, and analyze their contributions through offline ablation studies. The code for InteractRank is available at https://github.com/pinterest/atg-research/tree/main/InteractRank.

📄 PDF Abstract BibTeX arXiv:2504.06609

Code (1)

pinterest/atg-research 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Building a Scalable, Effective, and Steerable Search and Ranking Platform

2024-09-04 · Marjan Celikik, Jacek Wasilewski, Ana Peleteiro Ramallo, Alexey Kurennoy 외

Modern e-commerce platforms offer vast product selections, making it difficult for customers to find items that they like and that are relevant to their current session intent. This is why it is key for e-commerce platfo…

Bridging Personalization and Control in Scientific Personalized Search

2024-11-05 · Sheshera Mysore, Garima Dhanania, Kishor Patil, Surya Kallumadi 외

Personalized search is a problem where models benefit from learning user preferences from per-user historical interaction data. The inferred preferences enable personalized ranking models to improve the relevance of docu…

Retrieval

TPRM: A Topic-based Personalized Ranking Model for Web Search

2021-08-13 · Minghui Huang, Wei Peng, Dong Wang

Ranking models have achieved promising results, but it remains challenging to design personalized ranking systems to leverage user profiles and semantic representations between queries and documents. In this paper, we pr…

Document Ranking

The Architectural Implications of Facebook's DNN-based Personalized Recommendation

2019-06-06 · Udit Gupta, Carole-Jean Wu, Xiaodong Wang, Maxim Naumov 외

The widespread application of deep learning has changed the landscape of computation in the data center. In particular, personalized recommendation for content ranking is now largely accomplished leveraging deep neural n…

Enhancing Travel Decision-Making: A Contrastive Learning Approach for Personalized Review Rankings in Accommodations

2024-06-30 · Reda Igebaria, Eran Fainman, Sarai Mizrachi, Moran Beladev 외

User-generated reviews significantly influence consumer decisions, particularly in the travel domain when selecting accommodations. This paper contribution comprising two main elements. Firstly, we present a novel datase…

Contrastive LearningDecision Making