Document Ranking
Document ranking is the procedure used in search and retrieval systems to arrange documents in order of relevance to a specific query. This is crucial in information retrieval, such as in search engines, where a user inputs a query expecting to find the most relevant documents at the top. It relies heavily on algorithms like TF-IDF and PageRank, and is closely related to terms like query reformulation and relevance feedback.