google-research

Форк
0

README.md

RankT5

RankT5 fine-tunes the sequence-to-sequence T5 model for ranking problems. Specifically, RankT5 allows the model to output ranking scores for each query-document pair, and fine-tunes the model with ranking losses to optimize ranking performance. Our experiments show that the proposed models with ranking losses can achieve substantial ranking performance gains on different public text ranking data sets. Moreover, when fine-tuned with listwise ranking losses, the ranking model has better zero-shot ranking performance on out-of-domain data sets compared to the model fine-tuned with classification losses.

Refer to our SIGIR 2023 paper (preprint) for more details.

Checkpoints

The following table contains fine-tuned RankT5 checkpoints. We release 3 models (Base, Large and 3B) using the RankT5 Encoder-Decoder architecture, fine-tuned with the listwise softmax cross entropy loss on the MS MARCO data set. All models are fine-tuned for 50,000 steps.

Model StructureLossSizeStepFine-tuning DataCheckpoint
Encoder-DecoderSoftmaxBase1049900MS MARCOencdec-base
Encoder-DecoderSoftmaxLarge1050700MS MARCOencdec-large
Encoder-DecoderSoftmax3B1050000MS MARCOencdec-3B

Citation

Please cite our work by copying the following bibtex:

@inproceedings{RankT5,
  title={{RankT5}: Fine-Tuning {T5} for Text Ranking with Ranking Losses},
  author={Zhuang, Honglei and Qin, Zhen and Jagerman, Rolf and Hui, Kai and Ma, Ji and Lu, Jing and Ni, Jianmo and Wang, Xuanhui and Bendersky, Michael},
  booktitle={Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval},
  year={2023}
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.