paper-with-me

홈 › Papers

Beyond Contrastive Learning: Synthetic Data Enables List-wise Training with Multiple Levels of Relevance

2025-03-29 · Reza Esfandiarpoor, George Zerveas, Ruochen Zhang, Macton Mgonzo, Carsten Eickhoff, Stephen H. Bach

Recent advancements in large language models (LLMs) have allowed the augmentation of information retrieval (IR) pipelines with synthetic data in various ways. Yet, the main training paradigm remains: contrastive learning with binary relevance labels and the InfoNCE loss, where one positive document is compared against one or more negatives. This objective treats all documents that are not explicitly annotated as relevant on an equally negative footing, regardless of their actual degree of relevance, thus (a) missing subtle nuances that are useful for ranking and (b) being susceptible to annotation noise. To overcome this limitation, in this work we forgo real training documents and annotations altogether and use open-source LLMs to directly generate synthetic documents that answer real user queries according to several different levels of relevance. This fully synthetic ranking context of graduated relevance, together with an appropriate list-wise loss (Wasserstein distance), enables us to train dense retrievers in a way that better captures the ranking task. Experiments on various IR datasets show that our proposed approach outperforms conventional training with InfoNCE by a large margin. Without using any real documents for training, our dense retriever significantly outperforms the same retriever trained through self-supervision. More importantly, it matches the performance of the same retriever trained on real, labeled training documents of the same dataset, while being more robust to distribution shift and clearly outperforming it when evaluated zero-shot on the BEIR dataset collection.

📄 PDF Abstract BibTeX arXiv:2503.23239

Code (1)

batsresearch/sycl 공식 구현 pytorch

Tasks

Contrastive LearningInformation Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Steer Model beyond Assistant: Controlling System Prompt Strength via Contrastive Decoding

2026-01-10 · Yijiang River Dong, Tiancheng Hu, Zheng Hui, Nigel Collier arxiv

Large language models excel at complex instructions yet struggle to deviate from their helpful assistant persona, as post-training instills strong priors that resist conflicting instructions. We introduce system prompt s…

Continuous Control

NewtPhys: Do Foundation Models Understand Newtonian Physics?

2026-06-02 · Sebastian Cavada, Soumava Paul, Tuan-Hung Vu, Andrei Bursuc 외 arxiv

Previous work has evaluated physics reasoning in foundation models using synthetic or semi-synthetic scenes and visual question-answering tasks. However, these benchmarks emphasize high-level events and lack the visual f…

Multi-modal contrastive learning adapts to intrinsic dimensions of shared latent variables

2025-05-18 · Yu Gui, Cong Ma, Zongming Ma

Multi-modal contrastive learning as a self-supervised representation learning technique has achieved great success in foundation model training, such as CLIP~\citep{radford2021learning}. In this paper, we study the theor…

Contrastive LearningRepresentation Learning

Beyond Sight: Finetuning Generalist Robot Policies with Heterogeneous Sensors via Language Grounding

2025-01-08 · Joshua Jones, Oier Mees, Carmelo Sferrazza, Kyle Stachowicz 외

Interacting with the world is a multi-sensory experience: achieving effective general-purpose interaction requires making use of all available modalities -- including vision, touch, and audio -- to fill in gaps from part…

Robot ManipulationText GenerationVision-Language-Action

Conventional Contrastive Learning Often Falls Short: Improving Dense Retrieval with Cross-Encoder Listwise Distillation and Synthetic Data

2025-05-25 · Manveer Singh Tamber, Suleman Kazi, Vivek Sourabh, Jimmy Lin

We investigate improving the retrieval effectiveness of embedding models through the lens of corpus-specific fine-tuning. Prior work has shown that fine-tuning with queries generated using a dataset's retrieval corpus ca…

Contrastive LearningRetrieval