paper-with-me

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 them come with their own software stacks. These stacks are typically optimized for some particular research goals instead of efficiency or code structure. In this paper, we present Tevatron, a dense retrieval toolkit optimized for efficiency, flexibility, and code simplicity. Tevatron provides a standardized pipeline for dense retrieval including text processing, model training, corpus/query encoding, and search. This paper presents an overview of Tevatron and demonstrates its effectiveness and efficiency across several IR and QA data sets. We also show how Tevatron's flexible design enables easy generalization across datasets, model architectures, and accelerator platforms(GPU/TPU). We believe Tevatron can serve as an effective software foundation for dense retrieval system research including design, modeling, and optimization.

📄 PDF Abstract BibTeX arXiv:2203.05765

Code (1)

texttron/tevatron 공식 구현 jax

Tasks

GPURetrieval

Similar Papers 제목 키워드 기반

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

MAGMaR Shared Task System Description: Video Retrieval with OmniEmbed

2025-06-11 · Jiaqi Samantha Zhan, Crystina Zhang, Shengyao Zhuang, Xueguang Ma 외

Effective video retrieval remains challenging due to the complexity of integrating visual, auditory, and textual modalities. In this paper, we explore unified retrieval methods using OmniEmbed, a powerful multimodal embe…

RetrievalVideo Retrieval

Dense Sparse Retrieval: Using Sparse Language Models for Inference Efficient Dense Retrieval

2023-03-31 · Daniel Campos, ChengXiang Zhai

Vector-based retrieval systems have become a common staple for academic and industrial search applications because they provide a simple and scalable way of extending the search to leverage contextual representations for…

RetrievalTriviaQA

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

Tevatron Meets Megatron: Expert-Parallel LLM Reranker Training on an Academic Budget

2026-08-02 · Zhichao Xu, Xueguang Ma, Shengyao Zhuang, Luyu Gao 외 arxiv

Modern reranking recipes---billion-scale cross-encoders, mixture-of-experts (MoE) backbones, and distillation against strong teachers---have outpaced the training infrastructure available to most academic groups. Existin…