EDBT 2026 Demo / reviewers in the wild / expert
Xinyu Zhang 0018
dblp:58/4582-18 · also Crystina Zhang, Xinyu Crystina Zhang
· DBLP profile ↗
10ranked-venue papers in the field
3as first author
8since 2021 · last 2026
0009-0009-0756-8110ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 9 (3 first)Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Do We Still Need Text Features for Video Retrieval in the Era of Vision-Language Models?
Jiaqi Samantha Zhan, Xinyu Zhang 0018, Shengyao Zhuang, Xueguang Ma, Jimmy Lin |
ECIR (2) | 2 |
| 2026 | LACONIC: Dense-Level Effectiveness for Scalable Sparse Retrieval via a Two-Phase Training CurriculumabstractWhile dense retrieval models have been the standard for state-of-the-art information retrieval, their deployment is often constrained by high memory requirements and reliance on GPU accelerators for vector similarity search at scale. Learned sparse retrieval offers a compelling alternative by enabling efficient search via inverted indices, yet it has historically received less attention than dense approaches. In this paper, we introduce LACONIC, a family of learned sparse retrievers based on the Llama3 architecture (1B, 3B, and 8B). We propose a streamlined two-phase training curriculum consisting of (1) weakly supervised pre-finetuning to adapt causal LLMs for bidirectional contextualization and (2) high-signal finetuning using curated hard negatives. Our results demonstrate that LACONIC effectively bridges the performance gap with dense models: the 8B variant achieves a state-of-the-art 60.2 nDCG@10 on the MTEB Retrieval benchmark, ranking 15th on the leaderboard as of February 5th, 2026, while utilizing 74% less index memory than an equivalent dense model. By delivering high retrieval effectiveness on commodity CPU hardware with a fraction of the compute budget required by competing models, LACONIC provides a scalable and efficient solution for real-world search applications. We fully open source our code implementation and trained checkpoints to facilitate reproducibility. Zhichao Xu 0001, Shengyao Zhuang, Xinyu Zhang 0018, Xueguang Ma, Yijun Tian 0001, Maitrey Mehta, Jimmy Lin, Vivek Srikumar |
SIGIR | 3 |
| 2025 | The Impact of Incidental Multilingual Text on Cross-Lingual Transfer in Monolingual Retrieval
Edward Xu, Xinyu Zhang 0018, Jimmy Lin |
ECIR (3) | 3 |
| 2025 | Rank-Without-GPT: Building GPT-Independent Listwise Rerankers on Open-Source Large Language Models
Xinyu Zhang 0018, Sebastian Hofstätter, Patrick Lewis 0002, Raphael Tang, Jimmy Lin |
ECIR (2) | 1 |
| 2024 | CIRAL: A Test Collection for CLIR Evaluations in African LanguagesabstractCross-lingual information retrieval (CLIR) continues to be an actively studied topic in information retrieval (IR), and there have been consistent efforts in curating test collections to support its research. However, there is a lack of high-quality human-annotated CLIR resources for African languages: the few existing collections are mostly curated synthetically or from sources with limited corpora for these languages. We present CIRAL, a test collection for cross-lingual retrieval with English queries and passages in four African languages: Hausa, Somali, Swahili, and Yoruba. CIRAL's corpora are obtained from Indigenous African websites and consist of a total of over 2.5 million passages. We gathered over 1,600 queries and 30k high-quality binary relevance judgments annotated by native speakers of the languages. Additional pools were also obtained at CIRAL's shared task, which was hosted at the Forum for Information Retrieval Evaluation 2023 to encourage community participation in CLIR for African languages. We describe the design and curation process of our test collection and provide reproducible baselines that demonstrate CIRAL's utility in evaluating the effectiveness of systems. CIRAL is available at https://github.com/ciralproject/ciral. Mofe Adeyemi, Akintunde Oladipo, Xinyu Zhang 0018, David Alfonso-Hermelo, Mehdi Rezagholizadeh, Boxing Chen, Abdul-Hakeem Omotayo, Idris Abdulmumin, Naome A. Etori, Toyib Babatunde Musa, Samuel Fanijo, Oluwabusayo Olufunke Awoyomi, Saheed Abdullahi Salahudeen, Labaran Adamu Mohammed, Daud Abolade, Falalu Ibrahim Lawan, Maryam Sabo Abubakar, Ruqayya Nasir Iro, Amina Abubakar Imam, Shafie Abdi Mohamed, Hanad Mohamud Mohamed, Tunde Ajayi, Jimmy Lin |
SIGIR | 3 |
| 2024 | Toward Best Practices for Training Multilingual Dense Retrieval ModelsabstractDense retrieval models using a transformer-based bi-encoder architecture have emerged as an active area of research. In this article, we focus on the task of monolingual retrieval in a variety of typologically diverse languages using such an architecture. Although recent work with multilingual transformers demonstrates that they exhibit strong cross-lingual generalization capabilities, there remain many open research questions, which we tackle here. Our study is organized as a “best practices” guide for training multilingual dense retrieval models, broken down into three main scenarios: when a multilingual transformer is available, but training data in the form of relevance judgments are not available in the language and domain of interest (“have model, no data”); when both models and training data are available (“have model and data”); and when training data are available but not models (“have data, no model”). In considering these scenarios, we gain a better understanding of the role of multi-stage fine-tuning, the strength of cross-lingual transfer under various conditions, the usefulness of out-of-language data, and the advantages of multilingual vs. monolingual transformers. Our recommendations offer a guide for practitioners building search applications, particularly for low-resource languages, and while our work leaves open a number of research questions, we provide a solid foundation for future work. Xinyu Zhang 0018, Kelechi Ogueji, Xueguang Ma, Jimmy Lin |
ACM Trans. Inf. Syst. | 1 |
| 2022 | Squeezing Water from a Stone: A Bag of Tricks for Further Improving Cross-Encoder Effectiveness for Reranking
Ronak Pradeep, Xinyu Zhang 0018, Andrew Yates, Jimmy Lin |
ECIR (1) | 3 |
| 2021 | Comparing Score Aggregation Approaches for Document Retrieval with Pretrained Transformers
Xinyu Zhang 0018, Andrew Yates, Jimmy Lin |
ECIR (2) | 1 |
| 2020 | Flexible IR Pipelines with CapreolusabstractWhile a number of recent open-source toolkits for training and using neural information retrieval models have greatly simplified experiments with neural reranking methods, they essentially hard code a "search-then-rerank'' experimental pipeline. These pipelines consist of an efficient first-stage ranking method, like BM25, followed by a neural reranking method. Deviations from this setup often require hacks; some improvements, like adding a second reranking step that uses a more expensive neural method, are infeasible without major code changes. In order to improve the flexibility of such toolkits, we propose implementing experimental pipelines as dependency graphs of functional "IR primitives,'' which we call modules, that can be used and combined as needed. Andrew Yates, Kevin Martin Jose, Xinyu Zhang 0018, Jimmy Lin |
CIKM | 3 |
| 2020 | Capreolus: A Toolkit for End-to-End Neural Ad Hoc RetrievalabstractWe present Capreolus, a toolkit designed to facilitate end-to-end it ad hoc retrieval experiments with neural networks by providing implementations of prominent neural ranking models within a common framework. Our toolkit adopts a standard reranking architecture via tight integration with the Anserini toolkit for candidate document generation using standard bag-of-words approaches. Using Capreolus, we are able to reproduce Yang et al.'s recent SIGIR 2019 finding that, in a reranking scenario on the test collection from the TREC 2004 Robust Track, many neural retrieval models do not significantly outperform a strong query expansion baseline. Furthermore, we find that this holds true for five additional models implemented in Capreolus. We describe the architecture and design of our toolkit, which includes a Web interface to facilitate comparisons between rankings returned by different models. Andrew Yates, Siddhant Arora, Xinyu Zhang 0018, Wei Yang 0017, Kevin Martin Jose, Jimmy Lin |
WSDM | 3 |