learnedtorank
Learned to rank (LTR) refers to a family of machine learning methods designed to train models to order items in response to a query according to relevance. Unlike traditional classification or regression, LTR optimizes the ordering of a list of results and is widely used in web search, recommendation, and question-answering systems.
Early work introduced ranking models based on pairwise comparisons such as RankSVM, which learns a scoring
Common formulations include pointwise, pairwise, and listwise objectives. Pointwise treats each item independently with a relevance
Evaluation relies on ranking metrics like NDCG, MAP, or ERR, typically measured on held-out data or via
Limitations include data requirements, potential bias in judgment data, and computational complexity. LTR remains a core