English

BiXSE: Improving Dense Retrieval via Probabilistic Graded Relevance Distillation

Information Retrieval 2025-08-12 v1 Artificial Intelligence Machine Learning

Abstract

Neural sentence embedding models for dense retrieval typically rely on binary relevance labels, treating query-document pairs as either relevant or irrelevant. However, real-world relevance often exists on a continuum, and recent advances in large language models (LLMs) have made it feasible to scale the generation of fine-grained graded relevance labels. In this work, we propose BiXSE, a simple and effective pointwise training method that optimizes binary cross-entropy (BCE) over LLM-generated graded relevance scores. BiXSE interprets these scores as probabilistic targets, enabling granular supervision from a single labeled query-document pair per query. Unlike pairwise or listwise losses that require multiple annotated comparisons per query, BiXSE achieves strong performance with reduced annotation and compute costs by leveraging in-batch negatives. Extensive experiments across sentence embedding (MMTEB) and retrieval benchmarks (BEIR, TREC-DL) show that BiXSE consistently outperforms softmax-based contrastive learning (InfoNCE), and matches or exceeds strong pairwise ranking baselines when trained on LLM-supervised data. BiXSE offers a robust, scalable alternative for training dense retrieval models as graded relevance supervision becomes increasingly accessible.

Keywords

Cite

@article{arxiv.2508.06781,
  title  = {BiXSE: Improving Dense Retrieval via Probabilistic Graded Relevance Distillation},
  author = {Christos Tsirigotis and Vaibhav Adlakha and Joao Monteiro and Aaron Courville and Perouz Taslakian},
  journal= {arXiv preprint arXiv:2508.06781},
  year   = {2025}
}

Comments

22 pages, 5 figures, accepted at COLM 2025

R2 v1 2026-07-01T04:42:07.295Z