The Overlooked Role of Graded Relevance Thresholds in Multilingual Dense Retrieval
Tomer Wullach, Ori Shapira, Amir DN Cohen
TL;DR
This work investigates how graded relevance signals and the threshold used to binarize them affect multilingual dense retrieval. Using an LLM-based pipeline to craft a synthetic, graded-relevance dataset across six languages, the authors evaluate monolingual, mixed-language, and cross-lingual retrieval with a baseline multilingual retriever, examining how the threshold $\tau$ impacts performance and data efficiency. They find that the optimal $\tau$ is not universal; lower-resource languages benefit from more inclusive thresholds while higher-resource languages prefer stricter thresholds, and language mixing further modulates optimal calibration. The study highlights threshold calibration as a central design choice in multilingual dense retrieval, capable of improving effectiveness, mitigating annotation noise, and reducing training data requirements, while also noting cross-annotator variability and pre-training influences. The results advocate for principled, language- and task-aware threshold setting as a practical lever to harness graded relevance in real-world multilingual IR systems.
Abstract
Dense retrieval models are typically fine-tuned with contrastive learning objectives that require binary relevance judgments, even though relevance is inherently graded. We analyze how graded relevance scores and the threshold used to convert them into binary labels affect multilingual dense retrieval. Using a multilingual dataset with LLM-annotated relevance scores, we examine monolingual, multilingual mixture, and cross-lingual retrieval scenarios. Our findings show that the optimal threshold varies systematically across languages and tasks, often reflecting differences in resource level. A well-chosen threshold can improve effectiveness, reduce the amount of fine-tuning data required, and mitigate annotation noise, whereas a poorly chosen one can degrade performance. We argue that graded relevance is a valuable but underutilized signal for dense retrieval, and that threshold calibration should be treated as a principled component of the fine-tuning pipeline.
