EDBT 2026 Demo / reviewers in the wild / expert
Luyu Gao
dblp:213/8857
· DBLP profile ↗
6ranked-venue papers in the field
4as first author
6since 2021 · last 2025
0009-0006-5806-3022ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (4 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Tevatron 2.0: Unified Document Retrieval Toolkit across Scale, Language, and ModalityabstractRecent 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 models has created new opportunities for multimodal retrieval. In response, we have updated the Tevatron toolkit, introducing a unified pipeline that enables researchers to explore retriever models at different scales, across multiple languages, and with various modalities. This demo paper highlights the toolkit's key features, bridging academia and industry by supporting efficient training, inference, and evaluation of neural retrievers. We showcase a unified dense retriever achieving strong multilingual and multimodal effectiveness, and conduct a cross-modality zero-shot study to demonstrate its research potential. Alongside, we release OmniEmbed, to the best of our knowledge, the first embedding model that unifies text, image document, video, and audio retrieval, serving as a baseline for future research. Xueguang Ma, Luyu Gao, Shengyao Zhuang, Jiaqi Samantha Zhan, Jamie Callan, Jimmy Lin |
SIGIR | 2 |
| 2023 | COILcr: Efficient Semantic Matching in Contextualized Exact Match Retrieval
Zhen Fan 0003, Luyu Gao, Rohan Jha, Jamie Callan |
ECIR (1) | 2 |
| 2023 | Tevatron: An Efficient and Flexible Toolkit for Neural RetrievalabstractRecent rapid advances in deep pre-trained language models and the introduction of large datasets have powered research in embedding-based neural retrieval. While many excellent research papers have emerged, most of them come with their own implementations, which are typically optimized for some particular research goals instead of efficiency or code organization. In this paper, we introduce Tevatron, a neural retrieval toolkit that is optimized for efficiency, flexibility, and code simplicity. Tevatron enables model training and evaluation for a variety of ranking components such as dense retrievers, sparse retrievers, and rerankers. It also provides a standardized pipeline that includes text processing, model training, corpus/query encoding, and search. In addition, Tevatron incorporates well-studied methods for improving retriever effectiveness such as hard negative mining and knowledge distillation. We provide an overview of Tevatron in this paper, demonstrating its effectiveness and efficiency on multiple IR and QA datasets. We highlight Tevatron's flexible design, which enables easy generalization across datasets, model architectures, and accelerator platforms (GPUs and TPUs). Overall, we believe that Tevatron can serve as a solid software foundation for research on neural retrieval systems, including their design, modeling, and optimization. Luyu Gao, Xueguang Ma, Jimmy Lin, Jamie Callan |
SIGIR | 1 |
| 2022 | Long Document Re-ranking with Modular Re-rankerabstractLong document re-ranking has been a challenging problem for neural re-rankers based on deep language models like BERT. Early work breaks the documents into short passage-like chunks. These chunks are independently mapped to scalar scores or latent vectors, which are then pooled into a final relevance score. These encode-and-pool methods however inevitably introduce an information bottleneck: the low dimension representations. In this paper, we propose instead to model full query-to-document interaction, leveraging the attention operation and modular Transformer re-ranker framework. First, document chunks are encoded independently with an encoder module. An interaction module then encodes the query and performs joint attention from the query to all document chunk representations. We demonstrate that the model can use this new degree of freedom to aggregate important information from the entire document. Our experiments show that this design produces effective re-ranking on two classical IR collections Robust04 and ClueWeb09, and a large-scale supervised collection MS-MARCO document ranking. Luyu Gao, Jamie Callan |
SIGIR | 1 |
| 2021 | Rethink Training of BERT Rerankers in Multi-stage Retrieval Pipeline
Luyu Gao, Zhuyun Dai, Jamie Callan |
ECIR (2) | 1 |
| 2021 | Complement Lexical Retrieval Model with Semantic Residual Embeddings
Luyu Gao, Zhuyun Dai, Tongfei Chen, Zhen Fan 0003, Benjamin Van Durme, Jamie Callan |
ECIR (1) | 1 |