



Learned sparse representation technique that creates interpretable, high-dimensional sparse vectors for text, combining benefits of traditional keyword search with neural approaches for improved retrieval.
Loading more......
Sparse vectors, particularly SPLADE (Sparse Lexical and Expansion Model), represent text using learned sparse representations that are both interpretable and effective for retrieval tasks.
Unlike dense vectors (fixed-size, continuous values), sparse vectors:
Key Innovation: Uses neural models to learn which terms are important, creating sparse vectors that:
Dense Vectors:
Sparse Vectors:
Often competitive with or better than dense retrieval on out-of-domain queries, while maintaining interpretability and efficiency.
SPLADE models available open-source on Hugging Face.