Back to glossary
AI GLOSSARY
Reranking
Natural Language Processing (NLP)
A second-stage retrieval step where an initial set of candidate results, retrieved quickly using a less precise method, is reordered by a more powerful model based on relevance to the query. Reranking improves the quality of search and RAG pipeline components by applying more sophisticated scoring only to a shortlist, balancing accuracy and efficiency.