IRLGSep 25, 2024

Generative Pre-trained Ranking Model with Over-parameterization at Web-Scale (Extended Abstract)

arXiv:2409.16594v1h-index: 18
Originality Incremental advance
AI Analysis

This addresses ranking challenges for large-scale web search engines, though it appears incremental as it builds on existing LTR methods with semi-supervised pre-training.

The paper tackles the problem of suboptimal performance in learning to rank (LTR) models for web searches due to limited annotated data and overfitting, proposing a Generative Semi-Supervised Pre-trained (GS2P) model that shows significant improvements in real-world deployment.

Learning to rank (LTR) is widely employed in web searches to prioritize pertinent webpages from retrieved content based on input queries. However, traditional LTR models encounter two principal obstacles that lead to suboptimal performance: (1) the lack of well-annotated query-webpage pairs with ranking scores covering a diverse range of search query popularities, which hampers their ability to address queries across the popularity spectrum, and (2) inadequately trained models that fail to induce generalized representations for LTR, resulting in overfitting. To address these challenges, we propose a \emph{\uline{G}enerative \uline{S}emi-\uline{S}upervised \uline{P}re-trained} (GS2P) LTR model. We conduct extensive offline experiments on both a publicly available dataset and a real-world dataset collected from a large-scale search engine. Furthermore, we deploy GS2P in a large-scale web search engine with realistic traffic, where we observe significant improvements in the real-world application.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes