-
Notifications
You must be signed in to change notification settings - Fork 1
Home_markov_chain_rag_tutorial
Chris Sweet edited this page Jul 9, 2026
·
2 revisions
type: index up: "WIKI-INDEX"
Welcome to the project wiki. This is an LLM-maintained knowledge base that grows as the project evolves.
This wiki is the concept companion to the Markov Chain RAG Tutorial. Start with Markov Retrieval Tutorial for the whole argument in one page, then follow the concept links below. The runnable code and the primary writeup (docs/tutorial.pdf) live in the project repository.
Start here
- Markov Retrieval Tutorial — what this repository is and the three claims it makes
Concepts
- Random Walk With Restart — the retrieval algorithm
- Heterogeneous Graph — the chunk / document / concept substrate
- Path-Length Decomposition — reading relevance by hop count
-
Restart Probability — the
cdial from local re-ranking to global mixing - Vanilla RAG Failure Mode — why nearest-neighbor retrieval misses tail vocabulary
- Bridge Entity — how the walk crosses vocabulary clusters
- Extraction-Retrieval Co-Design — why extraction and retrieval are one design problem
The demonstration
- Tutorial Corpus — the 12 entities and 24 chunks
- Tutorial Queries — the five queries and the findings
- Tutorial Figures — the three generated figures
See the Index for the full catalog and SCHEMA for wiki conventions.