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

ListT5: Listwise Reranking with Fusion-in-Decoder Improves Zero-shot Retrieval

About

We propose ListT5, a novel reranking approach based on Fusion-in-Decoder (FiD) that handles multiple candidate passages at both train and inference time. We also introduce an efficient inference framework for listwise ranking based on m-ary tournament sort with output caching. We evaluate and compare our model on the BEIR benchmark for zero-shot retrieval task, demonstrating that ListT5 (1) outperforms the state-of-the-art RankT5 baseline with a notable +1.3 gain in the average NDCG@10 score, (2) has an efficiency comparable to pointwise ranking models and surpasses the efficiency of previous listwise ranking models, and (3) overcomes the lost-in-the-middle problem of previous listwise rerankers. Our code, model checkpoints, and the evaluation framework are fully open-sourced at \url{https://github.com/soyoung97/ListT5}.

Soyoung Yoon, Eunbi Choi, Jiyeon Kim, Hyeongu Yun, Yireun Kim, Seung-won Hwang• 2024

Related benchmarks

TaskDatasetResultRank
RankingBEIR selected subset v1.0.0 (test)
TREC-COVID84.7
38
Information RetrievalScientific QA Base setting
HitRate@11.2
38
Question AnsweringScientific QA Base setting
F1 Score24.21
38
Passage RankingTREC DL 2019
NDCG@100.699
32
Document RerankingBEIR
NDCG@10 (Covid)84.7
24
Passage RankingTREC DL 2020
NDCG@100.702
24
RerankingSciRAG-SSLI easy 1.0 (test)
Hit Rate @ 10.2
19
RerankingSciRAG-SSLI hard 1.0 (test)
Hit Rate @ 10.6
19
Scientific Question AnsweringSciRAG-SSLI easy 1.0 (test)
F1 Score19.64
19
Scientific Question AnsweringSciRAG-SSLI hard 1.0 (test)
F1 Score21.34
19
Showing 10 of 14 rows

Other info

Code

Follow for update