Linkup Research Releases SPARSEUP 149M Sparse Model
Linkup Research releases SPARSEUP, a 149-million parameter open-source sparse embedding model available on Hugging Face.

Stock photo for illustration only, not from the actual event
- Linkup Research launches SPARSEUP, a 149-million parameter open-source sparse embedding model.
- The model loads via Transformers or Sentence Transformers under the Apache 2.0 license.
- Built upon the LateOn-unsupervised checkpoint using LightOn's fine-tuning recipe.
- Supports Seismic inverted index achieving over 97% recall at 380 microseconds per query.
Linkup Research has announced the release of SPARSEUP, a 149-million parameter open-source sparse embedding model. The model weights are now accessible on Hugging Face under an Apache 2.0 license, allowing users to load them seamlessly via Transformers or Sentence Transformers with trust_remote_code=True enabled.
While most open retrieval models rely on dense vectors mapping one vector per text, sparse models output weights distributed across a vocabulary. Each dimension corresponds to a real token, allowing vectors to fit neatly into inverted indexes while remaining human-readable and efficient at matching rare words.

Stock photo for illustration only, not from the actual event
The project was inspired by LightOn's release of DenseOn and LateOn, which provided open data, training recipes, dense models, and late-interaction models. SPARSEUP fills the missing sparse category, enabling side-by-side comparisons of all three retrieval styles using the same underlying backbone family and fine-tuning datasets.
Training originates from the LateOn-unsupervised checkpoint, which lacked an MLM head. The team grafted ModernBERT's original MLM head back onto the model and fine-tuned it using LightOn's mixture with contrastive learning exclusively. Each query incorporates 7 hard negatives from a pool of 50 alongside in-batch negatives, avoiding cross-encoder distillation entirely while training efficiently on a single H100 GPU.
"SPARSEUP wins ArguAna and Touché and beats DenseOn on HotpotQA. It lags on more semantic sets, with FiQA showing the largest gap."
Linkup Research
From a technical perspective, sparse embedding models represent a crucial advancement in retrieval interpretability. Because every dimension maps directly to a real vocabulary token, developers can inspect and understand the feature weights directly, unlike opaque dense vector representations. Releasing SPARSEUP openly allows researchers to benchmark sparse retrieval against established dense and late-interaction counterparts under controlled conditions.
Evaluated on BEIR-13 (nDCG@10, excluding MS MARCO) under controlled backbone and data settings, LateOn achieves 58.9, DenseOn scores 57.9, and SPARSEUP records 56.4. Although SPARSEUP utilizes approximate Seismic search compared to LightOn's exact search, it outperforms competitors on ArguAna and Touché, and surpasses DenseOn on HotpotQA, though it trails on semantic-heavy benchmarks like FiQA and DBPedia.
On MS MARCO, SPARSEUP averages 47 non-zero terms per query and 190 per document, compared to SPLADE-v3 averages of 25 and 170. Utilizing the Seismic inverted index, it attains over 97% recall relative to exact search at roughly 380 microseconds per query in single-threaded execution.
Source: MarkTechPost
Found something wrong in this article? Report an issue with this article
Comments
Leave a Comment