paper-with-me

Papers

Training for Compositional Sensitivity Reduces Dense Retrieval Generalization

2026-03-16 · Radoslav Ralev, Aditeya Baral, Iliya Zhechev, Jen Agarwal, Srijith Rajamohan arxiv

Dense retrieval compresses texts into single embeddings ranked by cosine similarity. While efficient for recall, this interface is brittle for identity-level matching: minimal compositional edits (negation, role swaps) flip meaning yet retain high similarity. Motivated by geometric results for unit-sphere cosine spaces (Kang et al., 2025), we test this retrieval-composition tension in text-only retrieval. Across four dual-encoder backbones, adding structure-targeted negatives consistently reduces zero-shot NanoBEIR retrieval (8-9% mean nDCG@10 drop on small backbones; up to 40% on medium ones), while only partially improving pooled-space separation. Treating pooled cosine as a recall interface, we then benchmark verifiers scoring token--token cosine maps. MaxSim (late interaction) excels at reranking but fails to reject structural near-misses, whereas a small Transformer over similarity maps reliably separates near-misses under end-to-end training.

📄 PDF Abstract BibTeX arXiv:2604.16351

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Advancing Compositional Awareness in CLIP with Efficient Fine-Tuning

2025-05-30 · Amit Peleg, Naman Deep Singh, Matthias Hein

Vision-language models like CLIP have demonstrated remarkable zero-shot capabilities in classification and retrieval. However, these models often struggle with compositional reasoning - the ability to understand the rela…

Retrieval

SeedER: Seed-and-Expand Retrieval from Knowledge Graphs

2026-05-22 · Hamed Shirzad, Frederik Wenkel, Dominique Beaini, Danica J. Sutherland 외 arxiv

Knowledge graphs (KGs) offer a rich representation for relational knowledge, but their irregular structure makes retrieval challenging: ego-graph expansion grows rapidly, and dense embedding methods struggle with multi-h…

Reinforcement LearningKnowledge Graphs

Towards Dynamic Dense Retrieval with Routing Strategy

2026-02-26 · Zhan Su, Fengran Mo, Jinghan Zhang, Yuchen Hui 외 arxiv

The \textit{de facto} paradigm for applying dense retrieval (DR) to new tasks involves fine-tuning a pre-trained model for a specific task. However, this paradigm has two significant limitations: (1) It is difficult adap…

Domain Adaptation

When and why vision-language models behave like bags-of-words, and what to do about it?

2022-10-04 · Mert Yuksekgonul, Federico Bianchi, Pratyusha Kalluri, Dan Jurafsky 외

Despite the success of large vision and language models (VLMs) in many downstream applications, it is unclear how well they encode compositional information. Here, we create the Attribution, Relation, and Order (ARO) ben…

Contrastive LearningRetrievalSensitivityVisual Reasoning

Attention Calibration for Position-Fair Dense Retrieval

2026-06-01 · Andrianos Michail, Elias Schuhmacher, Juri Opitz, Simon Clematide 외 arxiv

Dense retrieval compresses a passage into a single vector, but this compression is positionally skewed: early content dominates the embedding, and retrieval degrades when the relevant span appears later. Prior work propo…

Information Retrieval