179 questions
No questions match those filters.
We shipped a cross-encoder reranker last month. End-to-...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansEnd-to-end accuracy is often a product of multiple stages, specifically R1 (retrieval) and R2 (reranking). If the overall accuracy remains stagnant, it does not necessarily mean the reranker is ineffective. The first step is to decouple the performance of the retrieval stage from the reranking stage.
By measuring recall@k and recall@m, you can determine if the initial retrieval stage is already providing the optimal documents to the reranker. If these metrics are within a single point of each other, the retrieval ceiling is saturated. In this scenario, the reranker is essentially operating on a set of documents that already contains the correct answers, leaving no room for improvement regardless of the reranker’s quality.