preranking
Preranking is a stage in information retrieval and search systems in which a subset of items retrieved by an initial candidate generation step is scored and often reordered using a lightweight model or heuristic before a final, more expensive ranking stage. The goal is to reduce latency and computational cost while preserving high relevance.
In a typical pipeline, candidate generation retrieves a large set of candidate documents, products, or answers.
Common approaches include linear models, logistic regression, and gradient-boosted trees trained on lightweight feature sets, and
Evaluation focuses on a trade-off between latency, throughput, and retrieval quality. Offline metrics such as precision,
Domains commonly employing preranking include web search, e-commerce recommender systems, and question-answering or conversational systems. The