Why it matters
Sparse retrieval complements dense. Understanding shapes design.
Advertisement
The architecture
BM25: tf-idf variant score.
SPLADE: learned sparse via MLM head.
Advertisement
How it works end to end
BM25 formula tf * idf with saturation.
SPLADE learned via MLM.
Inverted indexes for scale.