Rerankers Aren’t Magic Either: When the Cross-Encoder Layer Is Worth the Cost
The article argues that rerankers—often treated as a ‘magic layer’ in RAG systems—still fail on core semantic challenges like negation, logical complementation, and domain-specific terms, while adding significant latency; experiments show that in some cases, pure embedding retrieval (e.g., text-embedding-3-large) outperforms or matches the ‘embedding + reranker’ combo.
入选理由:bge-reranker-base等交叉编码器无法解决否定句、逻辑补集等语义难题,与基础嵌入模型表现差距有限
