Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning to Rank in Generative Retrieval

About

Generative retrieval stands out as a promising new paradigm in text retrieval that aims to generate identifier strings of relevant passages as the retrieval target. This generative paradigm taps into powerful generative language models, distinct from traditional sparse or dense retrieval methods. However, only learning to generate is insufficient for generative retrieval. Generative retrieval learns to generate identifiers of relevant passages as an intermediate goal and then converts predicted identifiers into the final passage rank list. The disconnect between the learning objective of autoregressive models and the desired passage ranking target leads to a learning gap. To bridge this gap, we propose a learning-to-rank framework for generative retrieval, dubbed LTRGR. LTRGR enables generative retrieval to learn to rank passages directly, optimizing the autoregressive model toward the final passage ranking target via a rank loss. This framework only requires an additional learning-to-rank training phase to enhance current generative retrieval systems and does not add any burden to the inference stage. We conducted experiments on three public benchmarks, and the results demonstrate that LTRGR achieves state-of-the-art performance among generative retrieval methods. The code and checkpoints are released at https://github.com/liyongqi67/LTRGR.

Yongqi Li, Nan Yang, Liang Wang, Furu Wei, Wenjie Li• 2023

Related benchmarks

TaskDatasetResultRank
Information RetrievalNQ320k
Hits@132.8
54
Document RetrievalMS MARCO MS300K (test)
MRR@1047.85
36
Information RetrievalClueWeb 500K
nDCG@528.05
21
Information RetrievalGov 500K
nDCG@50.4663
21
Generative SearchingAll-50K (test)
HR@16.76
9
Generative SearchingFashion-27K (test)
HR@13.89
9
Generative SearchingAll-100K (test)
HR@17.02
9
Showing 7 of 7 rows

Other info

Follow for update