Zenaique
Glossary · RAG

Reranker

Also known as: Re-ranker, Cross-encoder reranker

Two-stage retrieval: cheap retriever shortlists, expensive reranker reorders for higher precision.

A second-stage model in a retrieval pipeline that takes the top-K candidates from a cheap retriever (BM25 / dense) and re-scores them with a more expensive cross-encoder or LLM. Dramatically improves top-N precision at modest extra cost.

In practice

Standard quality lever for production RAG. Interviews probe cohere-rerank vs ColBERT vs LLM-as-judge approaches.

Comparisons that include Reranker

Related topics

Related terms