English

ExpandR: Teaching Dense Retrievers Beyond Queries with LLM Guidance

Information Retrieval 2025-05-30 v3 Artificial Intelligence

Abstract

Large language models (LLMs) have demonstrated significant potential in enhancing dense retrieval through query augmentation. However, most existing methods treat the LLM and the retriever as separate modules, overlooking the alignment between generation and ranking objectives. In this work, we propose ExpandR, a unified LLM-augmented dense retrieval framework that jointly optimizes both the LLM and the retriever. ExpandR employs the LLM to generate semantically rich query expansions, which are leveraged to enhance the retriever's training. Simultaneously, the LLM is trained using Direct Preference Optimization (DPO), guided by a carefully designed reward function that balances retrieval effectiveness and generation consistency. This joint optimization paradigm enables mutual adaptation between the LLM and the retriever, resulting in query expansions that are both informative and well-suited for retrieval. Experimental results on multiple benchmarks show that ExpandR consistently outperforms strong baselines, achieving more than a 5% improvement in retrieval performance. All codes are available at https://github.com/NEUIR/ExpandR.

Keywords

Cite

@article{arxiv.2502.17057,
  title  = {ExpandR: Teaching Dense Retrievers Beyond Queries with LLM Guidance},
  author = {Sijia Yao and Pengcheng Huang and Zhenghao Liu and Yu Gu and Yukun Yan and Shi Yu and Ge Yu},
  journal= {arXiv preprint arXiv:2502.17057},
  year   = {2025}
}

Comments

16 pages, 10 tables, 5 figures

R2 v1 2026-06-28T21:55:20.975Z