Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.15.2
metadata
title: Rag Transparency Lab
emoji: π»
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 6.11.0
app_file: app.py
pinned: false
license: mit
short_description: 'See inside every step of a RAG pipeline '
π¬ RAG Transparency Lab
See inside every step of a RAG pipeline β applied to scientific papers.
Upload any scientific PDF, ask a question, and watch the entire pipeline unfold β chunking strategies, hybrid retrieval scores, reranking decisions, filtering logic, and the exact prompt sent to the LLM.
Built by Zalina Dezhina, PhD β AI Evaluation Scientist
RAG Education Series Β· Project 1 of 3
What this tool shows
| Stage | What you see |
|---|---|
| π Chunking | All chunks with word count, sentence count, strategy comparison |
| π Retrieval | Dense score, BM25 score, hybrid score per chunk |
| βοΈ Reranking | Before/after rank, filter decisions with reasons |
| π¬ Generation | Answer with citations + full prompt transparency |
Stack
sentence-transformers Β· rank-bm25 Β· pypdf Β· Anthropic API Β· Gradio
RAG Education Series
- π¬ RAG Transparency Lab β this Space
- β‘ Classic vs Advanced RAG β side-by-side
- π§ͺ Scientific Claim Verifier