paper-with-me

홈 › Papers

PyLate: Flexible Training and Retrieval for Late Interaction Models

2025-08-05 · Antoine Chaffin, Raphaël Sourty arxiv

Neural ranking has become a cornerstone of modern information retrieval. While single vector search remains the dominant paradigm, it suffers from the shortcoming of compressing all the information into a single vector. This compression leads to notable performance degradation in out-of-domain, long-context, and reasoning-intensive retrieval tasks. Multi-vector approaches pioneered by ColBERT aim to address these limitations by preserving individual token embeddings and computing similarity via the MaxSim operator. This architecture has demonstrated superior empirical advantages, including enhanced out-of-domain generalization, long-context handling, and performance in complex retrieval scenarios. Despite these compelling empirical results and clear theoretical advantages, the practical adoption and public availability of late interaction models remain low compared to their single-vector counterparts, primarily due to a lack of accessible and modular tools for training and experimenting with such models. To bridge this gap, we introduce PyLate, a streamlined library built on top of Sentence Transformers to support multi-vector architectures natively, inheriting its efficient training, advanced logging, and automated model card generation while requiring minimal code changes to code templates users are already familiar with. By offering multi-vector-specific features such as efficient indexes, PyLate aims to accelerate research and real-world application of late interaction models, thereby unlocking their full potential in modern IR systems. Finally, PyLate has already enabled the development of state-of-the-art models, including GTE-ModernColBERT and Reason-ModernColBERT, demonstrating its practical utility for both research and production environments.

📄 PDF Abstract BibTeX arXiv:2508.03555

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationInformation Retrieval

Similar Papers 제목 키워드 기반

TurkColBERT: A Benchmark of Dense and Late-Interaction Models for Turkish Information Retrieval

2025-11-20 · Özay Ezerceli, Mahmoud El Hussieni, Selva Taş, Reyhan Bayraktar 외 arxiv

Neural information retrieval systems excel in high-resource languages but remain underexplored for morphologically rich, lower-resource languages such as Turkish. Dense bi-encoders currently dominate Turkish IR, yet late…

Information Retrieval

MetaEmbed: Scaling Multimodal Retrieval at Test-Time with Flexible Late Interaction

2025-09-22 · Zilin Xiao, Qi Ma, Mengting Gu, Chun-cheng Jason Chen 외 arxiv

Universal multimodal embedding models have achieved great success in capturing semantic relevance between queries and candidates. However, current methods either condense queries and candidates into a single vector, pote…

Video-ColBERT: Contextualized Late Interaction for Text-to-Video Retrieval

2025-03-24 · CVPR 2025 1 · Arun Reddy, Alexander Martin, Eugene Yang, Andrew Yates 외

In this work, we tackle the problem of text-to-video retrieval (T2VR). Inspired by the success of late interaction techniques in text-document, text-image, and text-video retrieval, our approach, Video-ColBERT, introduce…

RetrievalText to Video RetrievalVideo Retrieval

Bridging Queries and Tables through Entities in Table Retrieval

2025-04-09 · Da Li, Keping Bi, Jiafeng Guo, Xueqi Cheng

Table retrieval is essential for accessing information stored in structured tabular formats; however, it remains less explored than text retrieval. The content of the table primarily consists of phrases and words, which …

RetrievalTable RetrievalText Retrieval

Self-supervised Video Retrieval Transformer Network

2021-04-16 · Xiangteng He, Yulin Pan, Mingqian Tang, Yiliang Lv

Content-based video retrieval aims to find videos from a large video database that are similar to or even near-duplicate of a given query video. Video representation and similarity search algorithms are crucial to any vi…

RetrievalSelf-supervised Video RetrievalVideo RetrievalVideo Similarity