reranks
Reranks refer to the process of reordering a subset of retrieved items using a secondary, often more expensive model after an initial retrieval stage. The aim is to improve relevance and user satisfaction by applying stronger signals or more sophisticated modeling to a small candidate set, while keeping overall latency low.
In a typical pipeline, a lightweight retriever generates a short list of candidates from a large collection.
Common techniques involve models that compute more detailed relevance scores for each candidate or consider interactions
Evaluation of reranking systems uses metrics such as NDCG, precision@k, or MRR, often assessed offline and through