AIInterviewTraining logoAIInterview/Training
🤖 Retrieval & Agents
Core

Reranking

Reranking is a two-stage retrieval design: a fast bi-encoder grabs a broad candidate set for recall, then a slower but more accurate cross-encoder rescores each (query, document) pair to reorder them for precision. The cross-encoder wins because it reads query and document jointly instead of as precomputed vectors. Reranking lets you hand the model fewer, better chunks, often the highest-ROI improvement to a RAG system. AI, ML, and GenAI interviews test it because it is the cheapest large win in retrieval quality.

a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
COMPANIES THAT ASSUME THIS
NEXT IN RETRIEVAL & AGENTSLate-Interaction Retrieval (ColBERT)