RETRO

https://arxiv.org/abs/2112.04426

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

At a glance

Type
Trillion-token retrieval transformer
Tier
T3
Created
2022-01
Latest release
0.3.9 2023-10-30
License
Apache-2.0
Pricing
searched not found
Funding
not applicable — not commercial

Taxonomy

storage
vector
retrieval
similarity
persistence
long-term
update
read-only
unit
chunk
governance
opaque
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

DeepMind retrieval augmentation — model trained with retrieval as a first-class component.

Cons

Closed weights; not reproducible; superseded by simpler RAG approaches in practice.

Claims & capabilities

7.5B-param RETRO outperforms 175B Jurassic-1 on 10/16 datasets and 280B Gopher on 9/16 — equivalent quality at 25× fewer parameters. Quality continues improving up to 2T retrieval tokens.

Technical surface

API surface
not applicable — research paper
Backend storage
not applicable — research paper
Deployment
searched not found
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).

  • 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.

  • MemoRAG T4

    RAG variant with a long-context global memory model that drafts answer clues used to guide passage retrieval — improves recall in noisy multi-hop QA.

Related systems

Referenced by (6)

  • Atlas cites — S2 isInfluential citation
  • LongRAG cites — S2 isInfluential citation
  • Memory³ cites — S2 isInfluential citation
  • Memory3 cites — S2 isInfluential citation
  • RAPTOR cites — S2 isInfluential citation
  • RAPTOR cites — S2 isInfluential citation

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