mioulin's picture
Update README.md
caaa677 verified
---
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
1. πŸ”¬ **RAG Transparency Lab** ← this Space
2. ⚑ Classic vs Advanced RAG β€” side-by-side
3. πŸ§ͺ Scientific Claim Verifier
---
[LinkedIn](https://linkedin.com/in/zalina-dezhina) Β· [GitHub](https://github.com/Mioulin)