🎯Core Definition
BGE-Reranker (BAAI's open-source re-ranker series) is the premier open-source Cross-Encoder model family for production RAG pipelines; flagship variants include BGE-Reranker-large, lightweight base, the multilingual/multi-granularity BGE-Reranker-v2-m3 (100+ languages, 8192 context), and LLM-backbone re-rankers (BGE-Reranker-v2-gemma / minicpm); trained on hundreds of millions of pairs with hard negatives, it delivers state-of-the-art out-of-domain ranking precision.
💡Use Cases
Core re-ranking engine for on-premise private RAG deployments, cross-lingual Chinese-English Q&A, and technical code retrieval.
⚡Key Problems Solved
Legacy open-source re-rankers were English-centric and constrained to 512 tokens; BGE-Reranker-v2-m3 extends context to 8192 tokens while mastering cross-lingual technical jargon, code snippets, and mathematical formulas.