L2r
Learning to rank (L2R) refers to a family of supervised machine learning techniques aimed at constructing ranking models that order items in response to a query or context. In information retrieval, the objective is to learn a scoring function s(q,d) that assigns higher scores to more relevant documents d for a given query q, so that a ranked list is produced by sorting by score. Training data consists of query-item pairs with relevance judgments or implicit feedback. Features describe the relationship between query and item, such as textual similarity, term statistics, popularity signals, or user signals. The model is optimized to maximize ranking quality as measured by metrics such as NDCG, MAP, or precision at k.
Approaches are broadly categorized as pointwise, pairwise, and listwise. Pointwise methods treat the problem as regression
Applications include web search, e-commerce product search, and recommender systems. Neural and transformer-based models are increasingly
Challenges include data biases, efficiency for large-scale catalogs, cross-domain generalization, and interpretability. L2R remains a central