Language & LLMs
What Is Reranking?
Reranking is a second stage in search where an initial set of candidate results is reordered by a more accurate but slower model. This model scores each candidate's relevance to the query more precisely than the first-pass retriever. Reranking improves the quality of results in retrieval pipelines.
Further reading
Read more about reranking — articles and blogs from around the web: