paper-with-me

홈 › Papers

Trove: A Flexible Toolkit for Dense Retrieval

2025-11-03 · Reza Esfandiarpoor, Max Zuo, Stephen H. Bach arxiv

We introduce Trove, an easy-to-use open-source retrieval toolkit that simplifies research experiments without sacrificing flexibility or speed. For the first time, we introduce efficient data management features that load and process (filter, select, transform, and combine) retrieval datasets on the fly, with just a few lines of code. This gives users the flexibility to easily experiment with different dataset configurations without the need to compute and store multiple copies of large datasets. Trove is highly customizable: in addition to many built-in options, it allows users to freely modify existing components or replace them entirely with user-defined objects. It also provides a low-code and unified pipeline for evaluation and hard negative mining, which supports multi-node execution without any code changes. Trove's data management features reduce memory consumption by a factor of 2.6. Moreover, Trove's easy-to-use inference pipeline incurs no overhead, and inference times decrease linearly with the number of available nodes. Most importantly, we demonstrate how Trove simplifies retrieval experiments and allows for arbitrary customizations, thus facilitating exploratory research.

📄 PDF Abstract BibTeX arXiv:2511.01857

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tevatron: An Efficient and Flexible Toolkit for Dense Retrieval

2022-03-11 · Luyu Gao, Xueguang Ma, Jimmy Lin, Jamie Callan

Recent rapid advancements in deep pre-trained language models and the introductions of large datasets have powered research in embedding-based dense retrieval. While several good research papers have emerged, many of the…

GPURetrieval

Flexible retrieval with NMSLIB and FlexNeuART

2020-10-28 · EMNLP (NLPOSS) 2020 11 · Leonid Boytsov, Eric Nyberg

Our objective is to introduce to the NLP community an existing k-NN search library NMSLIB, a new retrieval toolkit FlexNeuART, as well as their integration capabilities. NMSLIB, while being one the fastest k-NN search li…

Re-RankingRetrieval

Pyserini: An Easy-to-Use Python Toolkit to Support Replicable IR Research with Sparse and Dense Representations

2021-02-19 · Jimmy Lin, Xueguang Ma, Sheng-Chieh Lin, Jheng-Hong Yang 외

Pyserini is an easy-to-use Python toolkit that supports replicable IR research by providing effective first-stage retrieval in a multi-stage ranking architecture. Our toolkit is self-contained as a standard Python packag…

Cultural Vocal Bursts Intensity PredictionInformation RetrievalRetrieval

End-to-End Retrieval with Learned Dense and Sparse Representations Using Lucene

2023-11-30 · Haonan Chen, Carlos Lassance, Jimmy Lin

The bi-encoder architecture provides a framework for understanding machine-learned retrieval models based on dense and sparse vector representations. Although these representations capture parametric realizations of the …

CPUInformation RetrievalRetrieval

Tevatron 2.0: Unified Document Retrieval Toolkit across Scale, Language, and Modality

2025-05-05 · Xueguang Ma, Luyu Gao, Shengyao Zhuang, Jiaqi Samantha Zhan 외

Recent advancements in large language models (LLMs) have driven interest in billion-scale retrieval models with strong generalization across retrieval tasks and languages. Additionally, progress in large vision-language …

Retrieval