Speculative RAG

https://arxiv.org/abs/2407.08223

Smaller distilled specialist generates multiple RAG drafts in parallel from distinct document subsets. Larger generalist verifies in a single pass. Subsets formed by content-similarity clustering to minimise redundancy.

At a glance

Type
Small-model draft, large-model verify
Tier
T4
Created
2024-07
Latest release
not applicable — not OSS
License
not applicable — not OSS
GitHub
not applicable — no GitHub repo
Pricing
not applicable — not commercial
Funding
not applicable — not commercial

Taxonomy

storage
vector
retrieval
similarity
persistence
long-term
update
read-only
unit
chunk
governance
inspectable
conflict
n/a

When to use

Optimised for: retrieval quality / accuracy on long-context QA

Anti-fit: most are research papers; production fitness varies by maintainer

Pros & cons

Pros

Generates candidate answers in parallel from retrieval, picks best.

Cons

Preprint; parallel-generation cost.

Claims & capabilities

+12.97% accuracy on PubHealth; 51% latency reduction vs conventional RAG. SOTA on TriviaQA, MuSiQue, ARC-Challenge.

Technical surface

API surface
not applicable — research paper
Backend storage
not applicable — research paper
Deployment
not applicable — not a deployable product
Embedding model
not applicable — research paper
Multi-tenancy
not applicable — research paper
MCP
not applicable — research paper, no deployed product
A2A
not applicable — research paper, no deployed product
OpenTelemetry
not applicable — research paper, no deployed product

Similar systems

Other retrieval-as-memory hybrids in the catalog, ranked by inbound references.

  • GraphRAG (Microsoft) T1

    Modular graph-based RAG. Leiden community detection over knowledge graph; community summaries at multiple levels. DRIFT Search hybrid (Oct 2024).

  • RETRO T3

    DeepMind. Retrieval-Enhanced Transformer with chunked cross-attention over a 2T-token retrieval database. Frozen BERT retriever + differentiable encoder.

  • Atlas T3

    Meta AI. Jointly fine-tunes retriever + LM for few-shot tasks.

  • RAPTOR T3

    Stanford recursive-summarisation tree over the corpus — clusters and summarises documents into a hierarchical index; retrieves at multiple levels. ICLR 2024.

  • Self-RAG T4

    Trains an LLM end-to-end to emit reflection tokens that decide whether to retrieve, assess passage relevance, and critique output quality — all within a single model.

  • HippoRAG / HippoRAG2 T3

    Hippocampus-inspired RAG. LLMs + knowledge graphs + Personalized PageRank to mimic neocortex/hippocampus roles. NeurIPS 2024.

Related systems

References (2)

  • CRAG cites — S2 isInfluential citation
  • Self-RAG cites — S2 isInfluential citation

Row last verified 2026-05-14. Catalog data is CC-BY-4.0 — see how to read this.