ALucek/rag-reranking
An overview of popular reranking models and architectures for 2 stage RAG pipelines
Implements cross-encoder and late interaction reranking architectures that directly compare queries against retrieved passages for fine-grained relevance scoring, addressing the limitation that initial embedding-based retrieval may return semantically similar but contextually suboptimal results. Provides practical comparisons of popular reranking approaches to optimize the second stage of RAG pipelines, with focus on improving retrieval quality beyond vector similarity matching.
No commits in the last 6 months.
Stars
21
Forks
6
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ALucek/rag-reranking"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
beir-cellar/beir
A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across...
superlinear-ai/raglite
🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL
HKUDS/LightRAG
[EMNLP2025] "LightRAG: Simple and Fast Retrieval-Augmented Generation"
illuin-tech/vidore-benchmark
Vision Document Retrieval (ViDoRe): Benchmark. Evaluation code for the ColPali paper.
HKUDS/RAG-Anything
"RAG-Anything: All-in-One RAG Framework"