179 questions
No questions match those filters.
Our bi-encoder hits 99% accuracy on its in-batch traini...
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 plansThe 99% in-batch accuracy is misleading because it evaluates the model’s ability to identify the correct passage out of only 255 candidates drawn uniformly from the batch. These candidates are typically unrelated to the query, making the task relatively simple for the model.
In contrast, live retrieval requires the model to perform a search across a corpus of 21 million documents. Within this much larger set, there are thousands of near-misses that are semantically similar to the target, which makes the retrieval task significantly more difficult and explains the drop to 61% recall.