REALM
https://arxiv.org/abs/2002.08909
Foundational paper. Augments LM pre-training with a latent knowledge retriever — model retrieves and attends over Wikipedia-scale corpus during pre-training, fine-tuning, and inference. Backprop through retrieval over millions of documents. Guu et al., Google, ICML 2020.
At a glance
- Type
- Retrieval-augmented LM pre-training
- Tier
- T3
- Section
- Retrieval-as-memory hybrids
- Created
- 2018-10
- Latest release
- no releases
- License
- Apache-2.0
- GitHub
- 1.8k★ Python
- Pricing
- searched not found
- Funding
- not applicable — not commercial
Taxonomy
- storage
- vector
- retrieval
- similarity
- persistence
- parametric-permanent
- update
- parametric-edit
- unit
- document
- 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
Foundational Google paper — defined retrieval-augmented language model pretraining.
Cons
2020 era — pre-LLM-agent; modern RAG approaches have superseded in practice.
Claims & capabilities
Foundational paper integrating retrieval into LM pre-training — backprop through retrieval over Wikipedia-scale corpus; 2.9k citations; ICML 2020.
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).
- 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.