Linkup Open-Sources SparseUp, Top Sub-150M Sparse Retrieval Model

Linkup Research (under LightOn) has open-sourced SparseUp, a sparse embedding model under Apache 2.0, filling in the missing sparse retrieval piece alongside DenseOn and LateOn. The model has fewer than 150M parameters, built on ModernBERT (roughly 140M-parameter scale), and achieves 56+ nDCG@10 on the BEIR-13 benchmark — described as the strongest known sparse retrieval model at that size.

Confirmed

Primer and Ecosystem Support

In the launch thread, tomaarsen offered a primer on sparse embedding models: vector dimensions typically equal the vocabulary size, with about 99% of positions set to 0 and only a few active dimensions (SPLADE-style methods). Sparsity brings two key benefits: storage only needs to hold non-zero entries, making it cheap, and active dimensions map to specific tokens, making the model highly interpretable (m3, m4).

On the ecosystem side, Sentence Transformers added a new SparseEncoder interface, fully compatible with SparseUp, so sparse embeddings can be up and running in a few lines of code (m5).

Why It Matters

2026-09-17 ~ 2026-09-17 · 6 related posts

Primary sources