Reranking Paradox: Performance Drops as Document Count Increases

CShorten30 · x · 2026-08-18

This post highlights a counterintuitive technical phenomenon in Retrieval-Augmented Generation (RAG): while the common workflow is "retrieve more documents -> rerank -> get better results," experiments show that Recall@10 actually plummets when pushing more than 100 documents to a Cross-Encoder reranker.

The reason is that rerankers act less like stronger retrievers and more like "boosting," amplifying the errors of the first-stage retriever. When input noise (irrelevant documents) becomes too high, the reranker is prone to misjudgment.

Original post →

More from Infra

Infra channel →